comparison: pidgin/plugins/perl/common/GtkUtils.xs
pidgin/plugins/perl/common/GtkUtils.xs
- changeset 38887
- 826f5da7b56c
- parent 38886
- c1fb4e53da4e
- parent 38341
- 3da74e727e78
- child 38888
- 8bcae3a0b165
equal
deleted
inserted
replaced
| 1 #include "gtkmodule.h" |
|
| 2 |
|
| 3 MODULE = Pidgin::Utils PACKAGE = Pidgin::Utils PREFIX = pidgin_ |
|
| 4 PROTOTYPES: ENABLE |
|
| 5 |
|
| 6 gboolean |
|
| 7 pidgin_save_accels(data) |
|
| 8 gpointer data |
|
| 9 |
|
| 10 void |
|
| 11 pidgin_load_accels() |
|
| 12 |
|
| 13 gchar_own * |
|
| 14 pidgin_convert_buddy_icon(plugin, path, size) |
|
| 15 Purple::Plugin plugin |
|
| 16 const char * path |
|
| 17 size_t *size |
|