Implemented request_add callback.
[python-purple] / libpurple / notify.pxd
index dc76d20..0aced3d 100644 (file)
@@ -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)