Fixed Debian package creation.
[python-purple] / libpurple / notify.pxd
index e94ceb7..0aced3d 100644 (file)
@@ -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)