Sun, 17 Sep 2006 05:44:22 +0000
[gaim-migrate @ 17292]
An oops unrelated to my last commit, go figure.
Gaim::GtkUI::StatusBox functions don't need a leading _.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Pounce PACKAGE = Gaim::GtkUI::Pounce PREFIX = gaim_gtk_pounce_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 6 | void | |
| 7 | gaim_gtk_pounce_editor_show(account, name, cur_pounce) | |
| 8 | Gaim::Account account | |
| 9 | const char * name | |
| 10 | Gaim::Pounce cur_pounce | |
| 11 | ||
| 14629 | 12 | MODULE = Gaim::GtkUI::Pounce PACKAGE = Gaim::GtkUI::Pounces PREFIX = gaim_gtk_pounces_ |
| 14478 | 13 | PROTOTYPES: ENABLE |
| 14 | ||
| 15 | void * | |
| 16 | gaim_gtk_pounces_get_handle() | |
| 17 | ||
| 14629 | 18 | MODULE = Gaim::GtkUI::Pounce PACKAGE = Gaim::GtkUI::Pounces::Manager PREFIX = gaim_gtk_pounces_manager_ |
| 14478 | 19 | PROTOTYPES: ENABLE |
| 20 | ||
| 21 | void | |
| 22 | gaim_gtk_pounces_manager_show() | |
| 23 | ||
| 24 | void | |
| 25 | gaim_gtk_pounces_manager_hide() |