diff options
-rw-r--r-- | python/pyempathy/pyempathy.defs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index f9559611d..3cdaafcd9 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1680,17 +1680,6 @@ (return-type "none") ) -(define-method set_topic - (of-object "EmpathyTpChatroom") - (c-name "empathy_tp_chatroom_set_topic") - (return-type "none") - (parameters - '("const-gchar*" "topic") - ) -) - - - ;; From empathy-tp-contact-factory.h (define-function empathy_tp_contact_factory_get_type |