diff pidgin/gtkwebview.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 7b9566b77501
children fb8447f6649c
line wrap: on
line diff
--- a/pidgin/gtkwebview.h	Tue Jan 03 23:37:11 2012 +0000
+++ b/pidgin/gtkwebview.h	Wed Jan 04 00:00:42 2012 +0000
@@ -60,6 +60,7 @@
 
 typedef struct _GtkWebViewClass GtkWebViewClass;
 
+G_BEGIN_DECLS
 
 /**
  * Returns the GType for a GtkWebView widget
@@ -157,5 +158,7 @@
  */
 void gtk_webview_page_down(GtkWebView *webview);
 
+G_END_DECLS
+
 #endif /* _PIDGIN_WEBVIEW_H_ */