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