aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pyempathygtk.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/pyempathygtk.patch b/python/pyempathygtk.patch
new file mode 100644
index 000000000..a0730a181
--- /dev/null
+++ b/python/pyempathygtk.patch
@@ -0,0 +1,18 @@
+--- /home/zdra/Desktop/pyempathygtk.defs 2008-04-02 11:19:27.000000000 +0200
++++ pyempathygtk/pyempathygtk.defs 2008-04-02 11:29:23.000000000 +0200
+@@ -1042,10 +1042,13 @@
+ (return-type "GType")
+ )
+
+-(define-method store_new
+- (of-object "EmpathyContactList")
++(define-function empathy_contact_list_store_new
++ (is-constructor-of "EmpathyContactListStore")
+ (c-name "empathy_contact_list_store_new")
+ (return-type "EmpathyContactListStore*")
++ (parameters
++ '("EmpathyContactList*" "list_iface")
++ )
+ )
+
+ (define-method get_list_iface