| 10 gtk_gaim_status_box_new_with_account(account) |
10 gtk_gaim_status_box_new_with_account(account) |
| 11 Gaim::Account account |
11 Gaim::Account account |
| 12 |
12 |
| 13 void |
13 void |
| 14 gtk_gaim_status_box_add(status_box, type, pixbuf, text, sec_text, data) |
14 gtk_gaim_status_box_add(status_box, type, pixbuf, text, sec_text, data) |
| 15 Gaim::Gtk::StatusBox status_box |
15 Gaim::GtkUI::StatusBox status_box |
| 16 Gaim::Gtk::StatusBox::ItemType type |
16 Gaim::GtkUI::StatusBox::ItemType type |
| 17 GdkPixbuf pixbuf |
17 GdkPixbuf pixbuf |
| 18 const char * text |
18 const char * text |
| 19 const char * sec_text |
19 const char * sec_text |
| 20 gpointer data |
20 gpointer data |
| 21 */ |
21 */ |
| 22 |
22 |
| 23 MODULE = Gaim::Gtk::StatusBox PACKAGE = Gaim::Gtk::StatusBox PREFIX = gtk_gaim_status_box |
23 MODULE = Gaim::GtkUI::StatusBox PACKAGE = Gaim::GtkUI::StatusBox PREFIX = gtk_gaim_status_box |
| 24 PROTOTYPES: ENABLE |
24 PROTOTYPES: ENABLE |
| 25 |
25 |
| 26 void |
26 void |
| 27 gtk_gaim_status_box_add_separator(status_box) |
27 gtk_gaim_status_box_add_separator(status_box) |
| 28 Gaim::Gtk::StatusBox status_box |
28 Gaim::GtkUI::StatusBox status_box |
| 29 |
29 |
| 30 void |
30 void |
| 31 gtk_gaim_status_box_set_connecting(status_box, connecting) |
31 gtk_gaim_status_box_set_connecting(status_box, connecting) |
| 32 Gaim::Gtk::StatusBox status_box |
32 Gaim::GtkUI::StatusBox status_box |
| 33 gboolean connecting |
33 gboolean connecting |
| 34 |
34 |
| 35 void |
35 void |
| 36 gtk_gaim_status_box_pulse_connecting(status_box) |
36 gtk_gaim_status_box_pulse_connecting(status_box) |
| 37 Gaim::Gtk::StatusBox status_box |
37 Gaim::GtkUI::StatusBox status_box |
| 38 |
38 |
| 39 void |
39 void |
| 40 gtk_gaim_status_box_set_buddy_icon(status_box, filename) |
40 gtk_gaim_status_box_set_buddy_icon(status_box, filename) |
| 41 Gaim::Gtk::StatusBox status_box |
41 Gaim::GtkUI::StatusBox status_box |
| 42 const char * filename |
42 const char * filename |
| 43 |
43 |
| 44 const char * |
44 const char * |
| 45 gtk_gaim_status_box_get_buddy_icon(status_box) |
45 gtk_gaim_status_box_get_buddy_icon(status_box) |
| 46 Gaim::Gtk::StatusBox status_box |
46 Gaim::GtkUI::StatusBox status_box |
| 47 |
47 |
| 48 char * |
48 char * |
| 49 gtk_gaim_status_box_get_message(status_box) |
49 gtk_gaim_status_box_get_message(status_box) |
| 50 Gaim::Gtk::StatusBox status_box |
50 Gaim::GtkUI::StatusBox status_box |