finch/gntblist.h

branch
soc.2013.gobjectification.plugins
changeset 37100
a243a5e7afb3
parent 37094
84873ce721dc
parent 35496
a28ece02876c
child 37116
3ef1583fa805
equal deleted inserted replaced
37099:f965c53ae7c2 37100:a243a5e7afb3
134 */ 134 */
135 void finch_blist_set_size(int width, int height); 135 void finch_blist_set_size(int width, int height);
136 136
137 /** 137 /**
138 * finch_retrieve_user_info: 138 * finch_retrieve_user_info:
139 * @conn: The connection to get information fro 139 * @conn: The connection to get information from
140 * @name: The user to get information about. 140 * @name: The user to get information about.
141 * 141 *
142 * Get information about a user. Show immediate feedback. 142 * Get information about a user. Show immediate feedback.
143 * 143 *
144 * Returns: Returns the ui-handle for the userinfo notification. 144 * Returns: (transfer none): Returns the ui-handle for the userinfo
145 * notification.
145 */ 146 */
146 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name); 147 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name);
147 148
148 /** 149 /**
149 * finch_blist_get_tree: 150 * finch_blist_get_tree:
150 * 151 *
151 * Get the tree list of the buddy list. 152 * Get the tree list of the buddy list.
152 * Returns: The GntTree widget. 153 *
154 * Returns: (transfer none): The GntTree widget.
153 */ 155 */
154 GntTree * finch_blist_get_tree(void); 156 GntTree * finch_blist_get_tree(void);
155 157
156 /** 158 /**
157 * finch_blist_install_manager: 159 * finch_blist_install_manager:

mercurial