[rhythmbox] python: add binding for rb_shell_player_get_active_source()



commit a32b49d856734801c0d6645bb7371213e409d9b9
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun May 23 23:19:56 2010 +1000

    python: add binding for rb_shell_player_get_active_source()

 bindings/python/rb.defs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/bindings/python/rb.defs b/bindings/python/rb.defs
index 3cf0b97..3846108 100644
--- a/bindings/python/rb.defs
+++ b/bindings/python/rb.defs
@@ -608,6 +608,12 @@
   (return-type "RBSource*")
 )
 
+(define-method get_active_source
+  (of-object "RBShellPlayer")
+  (c-name "rb_shell_player_get_active_source")
+  (return-type "RBSource*")
+)
+
 (define-method jump_to_current
   (of-object "RBShellPlayer")
   (c-name "rb_shell_player_jump_to_current")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]