pidgin/plugins/perl/common/GtkUtils.xs

branch
cpw.khc.msnp14
changeset 20478
46933dc62880
parent 15165
0ff631dfbbca
parent 15899
75f0041f72b8
child 20481
65485e2ed8a3
equal deleted inserted replaced
20476:198222e01a7d 20478:46933dc62880
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)
15 Purple::Plugin plugin
16 const char * path

mercurial