qulogic/pidgin

Fix warnings from ginstrospection

2015-11-11, Jorge VillaseƱor
f87252ccd1ff
Parents b46c3e15775e
Children 6ba4221e46cc
Fix warnings from ginstrospection
--- a/pidgin/gtkcertmgr.h Wed Nov 11 00:32:17 2015 -0800
+++ b/pidgin/gtkcertmgr.h Wed Nov 11 00:33:26 2015 -0800
@@ -41,9 +41,9 @@
* GTK+ Certificate Manager subwidget
*/
struct _PidginCertificateManager {
- /** Create, configure, show, and return the management interface */
+ /* Create, configure, show, and return the management interface */
GtkWidget * (* build)(void);
- /** Notebook label to use in the CertMgr dialog */
+ /* Notebook label to use in the CertMgr dialog */
gchar *label;
};
--- a/pidgin/gtkwebview.h Wed Nov 11 00:32:17 2015 -0800
+++ b/pidgin/gtkwebview.h Wed Nov 11 00:33:26 2015 -0800
@@ -61,7 +61,7 @@
PIDGIN_WEBVIEW_SMILEY = 1 << 10,
PIDGIN_WEBVIEW_LINKDESC = 1 << 11,
PIDGIN_WEBVIEW_STRIKE = 1 << 12,
- /** Show custom smileys when appropriate. */
+ /* Show custom smileys when appropriate. */
PIDGIN_WEBVIEW_CUSTOM_SMILEY = 1 << 13,
PIDGIN_WEBVIEW_ALL = -1
} PidginWebViewButtons;