comparison src/gtkstatusbox.h @ 11638:3a05b53a589e

[gaim-migrate @ 13914] Some bits'n'pieces: A bunch of memory leak fixes Fix newly created accounts to connect in the currently active global status Fix the modify account dialog to only show relevant user options etc. Update sametime to use some more of the new status stuff, it still needs more love though. Some s/online/available/ for consistency across prpls Fix a racyness in disconnecting connections that want to die (fixes the Yahoo crash when signing on somewhere else) Sorry if I caused any conflicts! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 10 Oct 2005 17:59:48 +0000
parents 6f9fc83ee25c
children 8004885fabbe
comparison
equal deleted inserted replaced
11637:cedd48571c90 11638:3a05b53a589e
117 117
118 void 118 void
119 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box); 119 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
120 120
121 121
122 const char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box); 122 char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
123 123
124 const char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box); 124 char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
125 125
126 G_END_DECLS 126 G_END_DECLS
127 127
128 #endif /* __GTK_GAIM_GTK_STATUS_COMBO_BOX_H__ */ 128 #endif /* __GTK_GAIM_GTK_STATUS_COMBO_BOX_H__ */