comparison src/gtkblist.h @ 5411:2c4188300aba

[gaim-migrate @ 5787] This fixes an i18n thing, I think. I changed some stuff in oscar.c to use _() instead of calling gettext directly. That's ok, right? I like the macro better. I also fixed a compile warning or two. If that function declaration isn't supposed to be there, feel free to move it, or remove it, or lemme know and I'll do it. Viva 0.63! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 17 May 2003 05:41:18 +0000
parents d635e8fe2fba
children af62169c74fd
comparison
equal deleted inserted replaced
5410:326136c49036 5411:2c4188300aba
116 */ 116 */
117 void gaim_gtk_blist_docklet_toggle(); 117 void gaim_gtk_blist_docklet_toggle();
118 void gaim_gtk_blist_docklet_add(); 118 void gaim_gtk_blist_docklet_add();
119 void gaim_gtk_blist_docklet_remove(); 119 void gaim_gtk_blist_docklet_remove();
120 void gaim_gtk_blist_update_columns(); 120 void gaim_gtk_blist_update_columns();
121 void gaim_gtk_blist_update_refresh_timeout();
121 122
122 /** 123 /**
123 * Useful for the buddy ticker 124 * Useful for the buddy ticker
124 */ 125 */
125 GdkPixbuf *gaim_gtk_blist_get_status_icon(GaimBlistNode *node, 126 GdkPixbuf *gaim_gtk_blist_get_status_icon(GaimBlistNode *node,