diff options
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 7 |
1 files changed, 7 insertions, 0 deletions
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") |