libpurple/buddylist.h

branch
soc.2013.gobjectification.plugins
changeset 37113
cb24b99a09ea
parent 37094
84873ce721dc
parent 35572
5c4846317f2f
child 37143
728319cb659f
--- a/libpurple/buddylist.h	Sat Feb 15 17:19:34 2014 +0530
+++ b/libpurple/buddylist.h	Sat Feb 15 22:10:38 2014 +0530
@@ -43,6 +43,8 @@
 typedef struct _PurpleBuddyList       PurpleBuddyList;
 typedef struct _PurpleBuddyListClass  PurpleBuddyListClass;
 
+#define PURPLE_TYPE_BLIST_UI_OPS (purple_blist_ui_ops_get_type())
+
 typedef struct _PurpleBlistUiOps PurpleBlistUiOps;
 
 /**************************************************************************/
@@ -479,6 +481,13 @@
 /**************************************************************************/
 
 /**
+ * purple_blist_ui_ops_get_type:
+ *
+ * Returns: The #GType for the #PurpleBlistUiOps boxed structure.
+ */
+GType purple_blist_ui_ops_get_type(void);
+
+/**
  * purple_blist_set_ui_ops:
  * @ops: The ops struct.
  *

mercurial