comparison 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
comparison
equal deleted inserted replaced
32435:a6cc3de38233 32436:34f778db624f
58 WebKitWebViewClass parent; 58 WebKitWebViewClass parent;
59 }; 59 };
60 60
61 typedef struct _GtkWebViewClass GtkWebViewClass; 61 typedef struct _GtkWebViewClass GtkWebViewClass;
62 62
63 G_BEGIN_DECLS
63 64
64 /** 65 /**
65 * Returns the GType for a GtkWebView widget 66 * Returns the GType for a GtkWebView widget
66 * 67 *
67 * @return The GType for GtkWebView widget 68 * @return The GType for GtkWebView widget
155 * 156 *
156 * @param webview The GtkWebView. 157 * @param webview The GtkWebView.
157 */ 158 */
158 void gtk_webview_page_down(GtkWebView *webview); 159 void gtk_webview_page_down(GtkWebView *webview);
159 160
161 G_END_DECLS
162
160 #endif /* _PIDGIN_WEBVIEW_H_ */ 163 #endif /* _PIDGIN_WEBVIEW_H_ */
161 164