| 1 #include "gtkmodule.h" |
1 #include "gtkmodule.h" |
| 2 |
2 |
| 3 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status PREFIX = gaim_gtk_status_ |
3 MODULE = Pidgin::Status PACKAGE = Pidgin::Status PREFIX = pidgin_status_ |
| 4 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |
| 5 |
5 |
| 6 Gaim::Handle |
6 Gaim::Handle |
| 7 gaim_gtk_status_get_handle() |
7 pidgin_status_get_handle() |
| 8 |
8 |
| 9 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Editor PREFIX = gaim_gtk_status_editor_ |
9 MODULE = Pidgin::Status PACKAGE = Pidgin::Status::Editor PREFIX = pidgin_status_editor_ |
| 10 PROTOTYPES: ENABLE |
10 PROTOTYPES: ENABLE |
| 11 |
11 |
| 12 void |
12 void |
| 13 gaim_gtk_status_editor_show(edit, status) |
13 pidgin_status_editor_show(edit, status) |
| 14 gboolean edit |
14 gboolean edit |
| 15 Gaim::SavedStatus status |
15 Gaim::SavedStatus status |
| 16 |
16 |
| 17 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Window PREFIX = gaim_gtk_status_window_ |
17 MODULE = Pidgin::Status PACKAGE = Pidgin::Status::Window PREFIX = pidgin_status_window_ |
| 18 PROTOTYPES: ENABLE |
18 PROTOTYPES: ENABLE |
| 19 |
19 |
| 20 void |
20 void |
| 21 gaim_gtk_status_window_show() |
21 pidgin_status_window_show() |
| 22 |
22 |
| 23 void |
23 void |
| 24 gaim_gtk_status_window_hide() |
24 pidgin_status_window_hide() |