From 50efb94e69a9cccebb7475f1977e7eb1f749f362 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 25 Apr 2008 09:33:29 +0000 Subject: Create contact menu in empathy-contact-menu.h svn path=/trunk/; revision=1046 --- python/pyempathy/pyempathy.defs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'python/pyempathy') diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 99e068067..a722461c4 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -150,6 +150,7 @@ (values '("as-is" "EMPATHY_REGEX_AS_IS") '("browser" "EMPATHY_REGEX_BROWSER") + '("apt" "EMPATHY_REGEX_APT") '("email" "EMPATHY_REGEX_EMAIL") '("other" "EMPATHY_REGEX_OTHER") '("all" "EMPATHY_REGEX_ALL") @@ -1597,6 +1598,12 @@ (return-type "McAccount*") ) +(define-method get_channel + (of-object "EmpathyTpChat") + (c-name "empathy_tp_chat_get_channel") + (return-type "TpChannel*") +) + (define-method is_ready (of-object "EmpathyTpChat") (c-name "empathy_tp_chat_is_ready") -- cgit v1.2.3