/pidgin/main: f87252ccd1ff: Fix warnings from ginstrospection
Jorge Villase?or
salinasv at pidgin.im
Fri Nov 13 01:07:41 EST 2015
Changeset: f87252ccd1ffee41f4bcbea01d361f80eed76dc9
Author: Jorge Villase?or <salinasv at pidgin.im>
Date: 2015-11-11 00:33 -0800
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/f87252ccd1ff
Description:
Fix warnings from ginstrospection
diffstat:
pidgin/gtkcertmgr.h | 4 ++--
pidgin/gtkwebview.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff --git a/pidgin/gtkcertmgr.h b/pidgin/gtkcertmgr.h
--- a/pidgin/gtkcertmgr.h
+++ b/pidgin/gtkcertmgr.h
@@ -41,9 +41,9 @@ typedef struct _PidginCertificateManager
* 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;
};
diff --git a/pidgin/gtkwebview.h b/pidgin/gtkwebview.h
--- a/pidgin/gtkwebview.h
+++ b/pidgin/gtkwebview.h
@@ -61,7 +61,7 @@ typedef enum {
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;
More information about the Commits
mailing list