diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 19:59:15 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 20:10:28 +0800 |
commit | 6496713f0997ab90e7ee686819640b22b4911aea (patch) | |
tree | c18874181bb0cf1a8abaafa0a946273df5b684b1 /python/pyempathygtk.patch | |
parent | 90469882929d06151352d3d8e8b0e6a1f5229905 (diff) | |
download | gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.gz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.bz2 gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.lz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.xz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.zst gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.zip |
Remove python bindings. (Closes bug #599039)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'python/pyempathygtk.patch')
-rw-r--r-- | python/pyempathygtk.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/python/pyempathygtk.patch b/python/pyempathygtk.patch deleted file mode 100644 index a0730a181..000000000 --- a/python/pyempathygtk.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- /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 |