comparison gtk/gtkblist.h @ 15318:b17a907065cc

[gaim-migrate @ 18109] Patch #1259960 ((HEAD) Additions to the privacy API) and #1236132 (Allow/Block option in buddy-context menu). committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Jan 2007 00:47:58 +0000
parents ea246204cf36
children e3ea20c6e73f
comparison
equal deleted inserted replaced
15317:d928cf5ead1b 15318:b17a907065cc
300 * Shows the join chat dialog. 300 * Shows the join chat dialog.
301 */ 301 */
302 void gaim_gtk_blist_joinchat_show(void); 302 void gaim_gtk_blist_joinchat_show(void);
303 303
304 /** 304 /**
305 * Appends the privacy menu items for a GaimBlistNode
306 * TODO: Rename these.
307 */
308 void gaim_gtk_append_blist_node_privacy_menu(GtkWidget *menu, GaimBlistNode *node);
309
310 /**
305 * Appends the protocol specific menu items for a GaimBlistNode 311 * Appends the protocol specific menu items for a GaimBlistNode
306 * TODO: Rename these. 312 * TODO: Rename these.
307 */ 313 */
308 void gaim_gtk_append_blist_node_proto_menu (GtkWidget *menu, GaimConnection *gc, GaimBlistNode *node); 314 void gaim_gtk_append_blist_node_proto_menu (GtkWidget *menu, GaimConnection *gc, GaimBlistNode *node);
309 315