aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/pyempathy/pyempathy.defs16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 1eb3c20cc..a6c7e6840 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -1108,6 +1108,16 @@
(return-type "none")
)
+(define-method save_to_file
+ (of-object "EmpathyAvatar")
+ (c-name "empathy_avatar_save_to_file")
+ (return-type "gboolean")
+ (parameters
+ '("const-gchar*" "filename")
+ '("GError**" "error")
+ )
+)
+
;; From empathy-contact-groups.h
@@ -1810,6 +1820,12 @@
(return-type "none")
)
+(define-method has_dtmf
+ (of-object "EmpathyTpCall")
+ (c-name "empathy_tp_call_has_dtmf")
+ (return-type "gboolean")
+)
+
;; From empathy-tp-tube.h