aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-02 21:16:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-02 21:16:14 +0800
commit668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3 (patch)
tree008664ab3bd2e9ce68371ebf85a0a9f418391204 /python
parent18e4f997fa9f3fad3c53a53df05e43e523067393 (diff)
downloadgsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.gz
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.bz2
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.lz
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.xz
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.zst
gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.zip
Update python binding
svn path=/trunk/; revision=863
Diffstat (limited to 'python')
-rw-r--r--python/pyempathy/pyempathy.defs6
-rw-r--r--python/pyempathygtk/pyempathygtk.defs9
2 files changed, 15 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index ef46a7b38..1b6d2c589 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -1582,6 +1582,12 @@
(return-type "EmpathyContact*")
)
+(define-method is_ready
+ (of-object "EmpathyTpChat")
+ (c-name "empathy_tp_chat_is_ready")
+ (return-type "gboolean")
+)
+
(define-method send
(of-object "EmpathyTpChat")
(c-name "empathy_tp_chat_send")
diff --git a/python/pyempathygtk/pyempathygtk.defs b/python/pyempathygtk/pyempathygtk.defs
index d75152702..a0ae4eaf3 100644
--- a/python/pyempathygtk/pyempathygtk.defs
+++ b/python/pyempathygtk/pyempathygtk.defs
@@ -690,6 +690,15 @@
)
)
+(define-function empathy_account_widget_aim_new
+ (c-name "empathy_account_widget_aim_new")
+ (is-constructor-of "EmpathyAccountWidgetAim")
+ (return-type "GtkWidget*")
+ (parameters
+ '("McAccount*" "account")
+ )
+)
+
(define-function empathy_account_widget_yahoo_new
(c-name "empathy_account_widget_yahoo_new")
(is-constructor-of "EmpathyAccountWidgetYahoo")