]> git.0d.be Git - empathy.git/commitdiff
Update python binding
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 13:16:14 +0000 (13:16 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 13:16:14 +0000 (13:16 +0000)
svn path=/trunk/; revision=863

python/pyempathy/pyempathy.defs
python/pyempathygtk/pyempathygtk.defs

index ef46a7b38a74ff0d5f2caf28b3cfa4c75e99f87b..1b6d2c589ca71f10048dc2be70fe84e53c88b528 100644 (file)
   (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")
index d751527027ca51930691724391428d8d1808ee0e..a0ae4eaf359a896e7b422c8eac4471d7727413ac 100644 (file)
   )
 )
 
+(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")