libpurple/core.h

branch
soc.2013.gobjectification.plugins
changeset 37113
cb24b99a09ea
parent 37094
84873ce721dc
parent 35572
5c4846317f2f
child 38434
100b822f737a
child 38893
ea7c40572374
--- a/libpurple/core.h	Sat Feb 15 17:19:34 2014 +0530
+++ b/libpurple/core.h	Sat Feb 15 22:10:38 2014 +0530
@@ -30,6 +30,9 @@
  */
 
 #include <glib.h>
+#include <glib-object.h>
+
+#define PURPLE_TYPE_CORE_UI_OPS (purple_core_ui_ops_get_type())
 
 typedef struct PurpleCore PurpleCore;
 typedef struct _PurpleCoreUiOps PurpleCoreUiOps;
@@ -75,6 +78,13 @@
 G_BEGIN_DECLS
 
 /**
+ * purple_core_ui_ops_get_type:
+ *
+ * Returns: The #GType for the #PurpleCoreUiOps boxed structure.
+ */
+GType purple_core_ui_ops_get_type(void);
+
+/**
  * purple_core_init:
  * @ui: The ID of the UI using the core. This should be a
  *           unique ID, registered with the purple team.

mercurial