]> git.street.me.uk Git - andy/viking.git/blobdiff - src/uibuilder.h
Enable setting the icon on a viktreeview item.
[andy/viking.git] / src / uibuilder.h
index 7608c921a702f09b9a39883f93e0c70543784342..159b0bf1f5f8cc7cc97e068bee4564b624995925 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <gtk/gtk.h>
 
+G_BEGIN_DECLS
+
 /* Parameters (for I/O and Properties) */
 
 typedef union {
@@ -111,4 +113,6 @@ VikLayerParamData *a_uibuilder_run_dialog ( const gchar *dialog_name, GtkWindow
 /* frees data from last (if ness) */
 void a_uibuilder_free_paramdatas ( VikLayerParamData *paramdatas, VikLayerParam *params, guint16 params_count );
 
+G_END_DECLS
+
 #endif