finch/gntblist.h

changeset 39693
86f5c1fef140
parent 37138
a5f26022c3a5
child 39885
b1b266896ec1
equal deleted inserted replaced
39692:6e8ebbefba1e 39693:86f5c1fef140
30 30
31 #include "buddylist.h" 31 #include "buddylist.h"
32 #include "gnt.h" 32 #include "gnt.h"
33 #include "gnttree.h" 33 #include "gnttree.h"
34 34
35 #define FINCH_TYPE_BUDDY_LIST (finch_buddy_list_get_type())
35 #define FINCH_TYPE_BLIST_MANAGER (finch_blist_manager_get_type()) 36 #define FINCH_TYPE_BLIST_MANAGER (finch_blist_manager_get_type())
36 37
37 /********************************************************************** 38 /**********************************************************************
38 * GNT BuddyList API 39 * GNT BuddyList API
39 **********************************************************************/ 40 **********************************************************************/
72 * 73 *
73 * Returns: The #GType for the #FinchBlistManager boxed structure. 74 * Returns: The #GType for the #FinchBlistManager boxed structure.
74 */ 75 */
75 GType finch_blist_manager_get_type(void); 76 GType finch_blist_manager_get_type(void);
76 77
77 /** 78 G_DECLARE_FINAL_TYPE(FinchBuddyList, finch_buddy_list, FINCH, BUDDY_LIST,
78 * finch_blist_get_ui_ops: 79 PurpleBuddyList)
79 *
80 * Get the ui-functions.
81 *
82 * Returns: The PurpleBlistUiOps structure populated with the appropriate functions.
83 */
84 PurpleBlistUiOps * finch_blist_get_ui_ops(void);
85 80
86 /** 81 /**
87 * finch_blist_init: 82 * finch_blist_init:
88 * 83 *
89 * Perform necessary initializations. 84 * Perform necessary initializations.

mercurial