diff src/gtkstatusbox.h @ 11738:992d49cf2b92

[gaim-migrate @ 14029] Add a separator in the gtkstatusbox after the standard status types and before Custom... and Saved... I'm fixin' to clean this up a tiny bit committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Oct 2005 04:48:01 +0000
parents 03c813a42c76
children a25be0e70a67
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sun Oct 23 03:57:10 2005 +0000
+++ b/src/gtkstatusbox.h	Sun Oct 23 04:48:01 2005 +0000
@@ -111,6 +111,9 @@
 gtk_gaim_status_box_add(GtkGaimStatusBox *status_box, GdkPixbuf *pixbuf, const char *text, const char *sec_text, const char *edit);
 
 void
+gtk_gaim_status_box_add_separator(GtkGaimStatusBox *status_box);
+
+void
 gtk_gaim_status_box_set_error(GtkGaimStatusBox *status_box, const gchar *error);
 
 void