pidgin/plugins/perl/common/gtkmodule.h

changeset 24569
5dbd0617a27d
parent 15899
75f0041f72b8
child 34706
02cb08146888
child 35981
e8c02ea0800b
equal deleted inserted replaced
24568:c90b00f17f7e 24569:5dbd0617a27d
1 /* Allow the Perl code to see deprecated functions, so we can continue to
2 * export them to Perl plugins. */
3 #undef PIDGIN_DISABLE_DEPRECATED
4
1 typedef struct group *Pidgin__Group; 5 typedef struct group *Pidgin__Group;
2 6
3 #define group perl_group 7 #define group perl_group
4 8
5 #include <glib.h> 9 #include <glib.h>

mercurial