diff -r 3c8069736c9d -r b95c7c504118 pidgin/gtkimhtmltoolbar.h --- a/pidgin/gtkimhtmltoolbar.h Tue Jan 03 23:37:11 2012 +0000 +++ b/pidgin/gtkimhtmltoolbar.h Wed Jan 04 00:00:42 2012 +0000 @@ -26,9 +26,7 @@ #include #include "gtkimhtml.h" -#ifdef __cplusplus -extern "C" { -#endif +G_BEGIN_DECLS #define DEFAULT_FONT_FACE "Helvetica 12" @@ -94,8 +92,6 @@ void gtk_imhtmltoolbar_switch_active_conversation(GtkIMHtmlToolbar *toolbar, PurpleConversation *conv); -#ifdef __cplusplus -} -#endif +G_END_DECLS #endif /* _PIDGINIMHTMLTOOLBAR_H_ */