]> git.0d.be Git - empathy.git/commitdiff
Update python bindings
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 3 Feb 2009 09:04:25 +0000 (09:04 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 3 Feb 2009 09:04:25 +0000 (09:04 +0000)
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2412

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

index 46ed3ca388e944f4b9e65083571fd82e9117d79a..efcc96483eda9443bb292ab18d7ce0581618a719 100644 (file)
   (return-type "gboolean")
 )
 
-(define-function start_call_with_contact
-  (c-name "empathy_start_call_with_contact")
-  (return-type "none")
-  (parameters
-    '("EmpathyContact*" "contact")
-  )
-)
-
 
index fc168e1137df42773aaa4471b3ecd31eff96f418..35bc8c9f128ee7708ff46e5a560743412f955bf5 100644 (file)
   )
 )
 
+(define-function sound_play_full
+  (c-name "empathy_sound_play_full")
+  (return-type "gboolean")
+  (parameters
+    '("GtkWidget*" "widget")
+    '("EmpathySound" "sound_id")
+    '("ca_finish_callback_t" "callback")
+    '("gpointer" "user_data")
+  )
+)
+
+(define-method stop
+  (of-object "EmpathySound")
+  (c-name "empathy_sound_stop")
+  (return-type "none")
+)
+