[rhythmbox] python: add rhythmdb_query_model_copy_contents (bug #614184)



commit bfb8a980063681809c34120bef5da8bb71715414
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Mar 29 22:17:02 2010 +1000

    python: add rhythmdb_query_model_copy_contents (bug #614184)

 bindings/python/rhythmdb.defs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/bindings/python/rhythmdb.defs b/bindings/python/rhythmdb.defs
index 3d67861..6ef0066 100644
--- a/bindings/python/rhythmdb.defs
+++ b/bindings/python/rhythmdb.defs
@@ -987,6 +987,15 @@
   )
 )
 
+(define-method copy_contents
+  (of-object "RhythmDBQueryModel")
+  (c-name "rhythmdb_query_model_copy_contents")
+  (return-type "none")
+  (parameters
+    '("RhythmDBQueryModel*" "src")
+  )
+)
+
 (define-function rhythmdb_query_model_location_sort_func
   (c-name "rhythmdb_query_model_location_sort_func")
   (return-type "gint")



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