]> git.street.me.uk Git - andy/viking.git/blobdiff - src/googlesearch.h
Enable setting the icon on a viktreeview item.
[andy/viking.git] / src / googlesearch.h
index 7eb3969e311ed0594f74116272755d6b2e7b81ef..5aca9088d7904ac48a22e0c61367678144d8fe5d 100644 (file)
@@ -27,6 +27,8 @@
 
 #include "vikgototool.h"
 
+G_BEGIN_DECLS
+
 #define GOOGLE_GOTO_TOOL_TYPE            (google_goto_tool_get_type ())
 #define GOOGLE_GOTO_TOOL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GOOGLE_GOTO_TOOL_TYPE, GoogleGotoTool))
 #define GOOGLE_GOTO_TOOL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GOOGLE_GOTO_TOOL_TYPE, GoogleGotoToolClass))
@@ -51,4 +53,6 @@ struct _GoogleGotoTool {
 
 GoogleGotoTool *google_goto_tool_new ();
 
+G_END_DECLS
+
 #endif