Mon, 18 Sep 2006 04:24:03 +0000
[gaim-migrate @ 17304]
Typo and whitespace change.
| 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 | ||
| 6 | void * | |
| 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() |