| 1 #include "gtkmodule.h" |
1 #include "gtkmodule.h" |
| 2 |
2 |
| 3 MODULE = Gaim::GtkUI::Utils PACKAGE = Gaim::GtkUI::Utils PREFIX = gaim_gtk_ |
3 MODULE = Pidgin::Utils PACKAGE = Pidgin::Utils PREFIX = pidgin_ |
| 4 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |
| 5 |
5 |
| 6 gboolean |
6 gboolean |
| 7 gaim_gtk_save_accels(data) |
7 pidgin_save_accels(data) |
| 8 gpointer data |
8 gpointer data |
| 9 |
9 |
| 10 void |
10 void |
| 11 gaim_gtk_load_accels() |
11 pidgin_load_accels() |
| 12 |
12 |
| 13 gchar_own * |
13 gchar_own * |
| 14 gaim_gtk_convert_buddy_icon(plugin, path) |
14 pidgin_convert_buddy_icon(plugin, path) |
| 15 Gaim::Plugin plugin |
15 Gaim::Plugin plugin |
| 16 const char * path |
16 const char * path |