X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=libpurple%2Fplugin.pxd;h=7939bb2cea5394ad5840a6b30ae127f9706006fc;hp=101fe26d76674d838737a6591a14cd612ed4da28;hb=8c0353cd18905a1e49fc3116b5a98b319ba3a380;hpb=bd2d05ae6e1d133cd48429a25ff3dbce9c949571 diff --git a/libpurple/plugin.pxd b/libpurple/plugin.pxd index 101fe26..7939bb2 100644 --- a/libpurple/plugin.pxd +++ b/libpurple/plugin.pxd @@ -38,17 +38,13 @@ cdef extern from "libpurple/plugin.h": glib.gboolean unloadable glib.GList *dependent_plugins - prpl.PurplePluginProtocolInfo *c_PURPLE_PLUGIN_PROTOCOL_INFO \ - "PURPLE_PLUGIN_PROTOCOL_INFO" (PurplePlugin *plugin) - PurplePlugin *c_purple_plugin_new "purple_plugin_new" \ - (glib.gboolean native, char* path) - - void c_purple_plugins_add_search_path "purple_plugins_add_search_path" \ - (char *path) - glib.GList *c_purple_plugins_get_protocols "purple_plugins_get_protocols" () - PurplePlugin *c_purple_plugins_find_with_name "purple_plugins_find_with_name" \ - (char *name) - PurplePlugin *c_purple_plugins_find_with_id "purple_plugins_find_with_id" \ - (char *id) + prpl.PurplePluginProtocolInfo *PURPLE_PLUGIN_PROTOCOL_INFO(PurplePlugin *plugin) + PurplePlugin *purple_plugin_new(glib.gboolean native, char* path) + + void purple_plugins_add_search_path(char *path) + glib.GList *purple_plugins_get_protocols() + PurplePlugin purple_plugins_find_with_name(char *name) + PurplePlugin *purple_plugins_find_with_id(char *id) + char *purple_plugin_get_name(PurplePlugin *plugin)