X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=libpurple%2Fnotify.pxd;h=0aced3db956e9a7a2a450f87a3ee4a352bb9b9b9;hp=e94ceb716b8903e7f8ea27694b3ddd207fdd0e5b;hb=60e2bde48e3f6f4f451f1fae7fc0122b6d1e9f72;hpb=b78bc0997c89809be6986f4daf7ec162e0009c72 diff --git a/libpurple/notify.pxd b/libpurple/notify.pxd index e94ceb7..0aced3d 100644 --- a/libpurple/notify.pxd +++ b/libpurple/notify.pxd @@ -73,11 +73,11 @@ cdef extern from "libpurple/notify.h": void *(*notify_message) (PurpleNotifyMsgType type, const_char *title, \ const_char *primary, const_char *secondary) void *(*notify_email) (connection.PurpleConnection *gc, \ - const_char *subject, const_char *_from, const_char *to, \ + const_char *subject, const_char *sender, const_char *to, \ const_char *url) void *(*notify_emails) (connection.PurpleConnection *gc, size_t count, glib.gboolean detailed, const_char **subjects, \ - const_char **froms, const_char **tos, const_char **urls) + const_char **senders, const_char **tos, const_char **urls) void *(*notify_formatted) (const_char *title, const_char *primary, \ const_char *secondary, const_char *text) void *(*notify_searchresults) (connection.PurpleConnection *gc, \ @@ -92,4 +92,4 @@ cdef extern from "libpurple/notify.h": void *(*notify_uri) (const_char *uri) void (*close_notify) (PurpleNotifyType type, void *ui_handle) - void c_purple_notify_set_ui_ops "purple_notify_set_ui_ops" (PurpleNotifyUiOps *ops) + void purple_notify_set_ui_ops(PurpleNotifyUiOps *ops)