X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=libpurple%2Fnotify.pxd;h=dc76d205219ceacde2394fc4a08bc186b723eb89;hp=e94ceb716b8903e7f8ea27694b3ddd207fdd0e5b;hb=08b9cb7c8233e99135baf3fe1dfb90e73412fac0;hpb=b78bc0997c89809be6986f4daf7ec162e0009c72 diff --git a/libpurple/notify.pxd b/libpurple/notify.pxd index e94ceb7..dc76d20 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, \