aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathy/pyempathy.defs
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyempathy/pyempathy.defs')
-rw-r--r--python/pyempathy/pyempathy.defs41
1 files changed, 41 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 1cf0b69dd..f8b552c20 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -244,6 +244,15 @@
(return-type "int")
)
+(define-method is_account_just_connected
+ (of-object "EmpathyAccountManager")
+ (c-name "empathy_account_manager_is_account_just_connected")
+ (return-type "gboolean")
+ (parameters
+ '("McAccount*" "account")
+ )
+)
+
;; From empathy-chatroom.h
@@ -892,6 +901,12 @@
)
)
+(define-method get_monitor
+ (of-object "EmpathyContactList")
+ (c-name "empathy_contact_list_get_monitor")
+ (return-type "EmpathyContactMonitor*")
+)
+
;; From empathy-contact-manager.h
@@ -916,6 +931,15 @@
)
)
+(define-method can_add
+ (of-object "EmpathyContactManager")
+ (c-name "empathy_contact_manager_can_add")
+ (return-type "gboolean")
+ (parameters
+ '("McAccount*" "account")
+ )
+)
+
;; From empathy-debug.h
@@ -1916,6 +1940,12 @@
(return-type "McAccount*")
)
+(define-method can_add
+ (of-object "EmpathyTpContactList")
+ (c-name "empathy_tp_contact_list_can_add")
+ (return-type "gboolean")
+)
+
;; From empathy-tp-file.h
@@ -2153,6 +2183,12 @@
(return-type "none")
)
+(define-method get_flags
+ (of-object "EmpathyTpGroup")
+ (c-name "empathy_tp_group_get_flags")
+ (return-type "TpChannelGroupFlags")
+)
+
;; From empathy-tp-roomlist.h
@@ -2280,6 +2316,11 @@
;; From empathy-utils.h
+(define-function init
+ (c-name "empathy_init")
+ (return-type "none")
+)
+
(define-function substring
(c-name "empathy_substring")
(return-type "gchar*")