--- a/finch/gntblist.h Tue Feb 18 12:00:02 2014 +0530 +++ b/finch/gntblist.h Wed Feb 19 17:48:32 2014 +0530 @@ -31,6 +31,8 @@ #include "buddylist.h" #include "gnttree.h" +#define FINCH_TYPE_BLIST_MANAGER (finch_blist_manager_get_type()) + /********************************************************************** * GNT BuddyList API **********************************************************************/ @@ -65,6 +67,13 @@ }; /** + * finch_blist_manager_get_type: + * + * Returns: The #GType for the #FinchBlistManager boxed structure. + */ +GType finch_blist_manager_get_type(void); + +/** * finch_blist_get_ui_ops: * * Get the ui-functions. @@ -177,7 +186,8 @@ * * Find a buddy list manager. * - * Returns: The manager with the requested identifier, if available. %NULL otherwise. + * Returns: The manager with the requested identifier, if available. %NULL + * otherwise. */ FinchBlistManager * finch_blist_manager_find(const char *id);