diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:55:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:55:45 +0800 |
commit | e82bb66dbcb1d935de1c8063822003a70ab452da (patch) | |
tree | f38224eebb3506e9512469d608fa80ba6b96e3be | |
parent | b39a30028103a52eb5867c3041c32c4b9efa70fb (diff) | |
download | gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar.gz gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar.bz2 gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar.lz gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar.xz gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.tar.zst gsoc2013-empathy-e82bb66dbcb1d935de1c8063822003a70ab452da.zip |
Update python bindings
svn path=/trunk/; revision=1580
-rw-r--r-- | python/pyempathy/pyempathy.defs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 8f5cc0f8b..da866fdfc 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -326,6 +326,9 @@ (c-name "empathy_chatroom_manager_new") (is-constructor-of "EmpathyChatroomManager") (return-type "EmpathyChatroomManager*") + (parameters + '("const-gchar*" "file") + ) ) (define-method add @@ -374,12 +377,6 @@ ) ) -(define-method store - (of-object "EmpathyChatroomManager") - (c-name "empathy_chatroom_manager_store") - (return-type "none") -) - ;; From empathy-contact.h |