comparison src/gtkblist.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents 0c5637b5462e
children 770233dad86c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
75 GaimBlistNode *selected_node; /**< The currently selected node */ 75 GaimBlistNode *selected_node; /**< The currently selected node */
76 }; 76 };
77 77
78 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data) 78 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data)
79 #define GAIM_IS_GTK_BLIST(list) \ 79 #define GAIM_IS_GTK_BLIST(list) \
80 ((list)->ui_ops == gaim_get_gtk_blist_ui_ops()) 80 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops())
81 81
82 /************************************************************************** 82 /**************************************************************************
83 * @name GTK+ Buddy List API 83 * @name GTK+ Buddy List API
84 **************************************************************************/ 84 **************************************************************************/
85 85
91 /** 91 /**
92 * Returns the UI operations structure for the buddy list. 92 * Returns the UI operations structure for the buddy list.
93 * 93 *
94 * @return The GTK list operations structure. 94 * @return The GTK list operations structure.
95 */ 95 */
96 struct gaim_blist_ui_ops *gaim_get_gtk_blist_ui_ops(void); 96 struct gaim_blist_ui_ops *gaim_gtk_blist_get_ui_ops(void);
97 97
98 /** 98 /**
99 * Returns the base image to represent the account, based on the currently selected theme 99 * Returns the base image to represent the account, based on the currently selected theme
100 * 100 *
101 * @param account The account. 101 * @param account The account.