Sat, 03 Feb 2007 07:23:11 +0000
gaim_gtk to pidgin. I hope
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status PREFIX = gaim_gtk_status_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 14780 | 6 | Gaim::Handle |
| 14478 | 7 | gaim_gtk_status_get_handle() |
| 8 | ||
| 14629 | 9 | MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Editor PREFIX = gaim_gtk_status_editor_ |
| 14478 | 10 | PROTOTYPES: ENABLE |
| 11 | ||
| 12 | void | |
| 13 | gaim_gtk_status_editor_show(edit, status) | |
| 14 | gboolean edit | |
| 15 | Gaim::SavedStatus status | |
| 16 | ||
| 14629 | 17 | MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Window PREFIX = gaim_gtk_status_window_ |
| 14478 | 18 | PROTOTYPES: ENABLE |
| 19 | ||
| 20 | void | |
| 21 | gaim_gtk_status_window_show() | |
| 22 | ||
| 23 | void | |
| 24 | gaim_gtk_status_window_hide() |