diff pidgin/gtkconvwin.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 4f445c48581a
children dc44bb639e8e
line wrap: on
line diff
--- a/pidgin/gtkconvwin.h	Tue Jan 03 23:37:11 2012 +0000
+++ b/pidgin/gtkconvwin.h	Wed Jan 04 00:00:42 2012 +0000
@@ -106,6 +106,8 @@
 
 /*@}*/
 
+G_BEGIN_DECLS
+
 /**************************************************************************
  * @name GTK+ Conversation Window API
  **************************************************************************/
@@ -152,4 +154,6 @@
 
 /*@}*/
 
+G_END_DECLS
+
 #endif /* _PIDGIN_CONVERSATION_WINDOW_H_ */