diff pidgin/gtkprefs.h @ 32436:34f778db624f

Add G_BEGIN/END_DECLS to Pidgin public headers, most of which did not have these checks.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 00:00:42 +0000
parents 02a2e8183b1d
children
line wrap: on
line diff
--- a/pidgin/gtkprefs.h	Tue Jan 03 23:37:11 2012 +0000
+++ b/pidgin/gtkprefs.h	Wed Jan 04 00:00:42 2012 +0000
@@ -29,6 +29,8 @@
 
 #include "prefs.h"
 
+G_BEGIN_DECLS
+
 /**
  * Initializes all UI-specific preferences.
  */
@@ -128,4 +130,6 @@
  */
 void pidgin_prefs_update_old(void);
 
+G_END_DECLS
+
 #endif /* _PIDGINPREFS_H_ */