libpurple/roomlist.h

branch
soc.2013.gobjectification.plugins
changeset 37113
cb24b99a09ea
parent 37094
84873ce721dc
parent 35572
5c4846317f2f
child 38560
3007790519bf
--- a/libpurple/roomlist.h	Sat Feb 15 17:19:34 2014 +0530
+++ b/libpurple/roomlist.h	Sat Feb 15 22:10:38 2014 +0530
@@ -46,6 +46,8 @@
 
 typedef struct _PurpleRoomlistField PurpleRoomlistField;
 
+#define PURPLE_TYPE_ROOMLIST_UI_OPS      (purple_roomlist_ui_ops_get_type())
+
 typedef struct _PurpleRoomlistUiOps PurpleRoomlistUiOps;
 
 /**
@@ -487,6 +489,13 @@
 /**************************************************************************/
 
 /**
+ * purple_roomlist_ui_ops_get_type:
+ *
+ * Returns: The #GType for the #PurpleRoomlistUiOps boxed structure.
+ */
+GType purple_roomlist_ui_ops_get_type(void);
+
+/**
  * purple_roomlist_set_ui_ops:
  * @ops: The UI operations structure.
  *

mercurial