--- 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. *