comparison src/gtkstatusbox.h @ 10649:3353656c119e

[gaim-migrate @ 12167] Killed Napster. Some status changes. I may be making some status API changes CVS : ---------------------------------------------------------------------- committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 02 Mar 2005 20:36:52 +0000
parents 868aafbe859b
children a7486f12e56f
comparison
equal deleted inserted replaced
10648:78720741ae3d 10649:3353656c119e
104 gtk_gaim_status_box_set_connecting(GtkGaimStatusBox *status_box, gboolean connecting); 104 gtk_gaim_status_box_set_connecting(GtkGaimStatusBox *status_box, gboolean connecting);
105 105
106 void 106 void
107 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box); 107 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
108 108
109
110 const char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
111
112 const char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
113
109 G_END_DECLS 114 G_END_DECLS
110 115
111 #endif /* __GTK_GAIM_GTK_STATUS_COMBO_BOX_H__ */ 116 #endif /* __GTK_GAIM_GTK_STATUS_COMBO_BOX_H__ */