[grilomm] Regenerate grilo_extra.defs.



commit 5afb15adeb5a25daf9bdacd4575be48c9dda7e21
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Oct 3 17:30:13 2012 +0200

    Regenerate grilo_extra.defs.
    
    It was emptied by mistake in a previous commit.

 grilo/src/grilo_extra.defs |   98 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+), 0 deletions(-)
---
diff --git a/grilo/src/grilo_extra.defs b/grilo/src/grilo_extra.defs
index e69de29..d513425 100644
--- a/grilo/src/grilo_extra.defs
+++ b/grilo/src/grilo_extra.defs
@@ -0,0 +1,98 @@
+;; From GrlPlugin
+
+(define-property loaded
+  (of-object "GrlPlugin")
+  (prop-type "GParamBoolean")
+  (docs "Plugin is loaded")
+  (readable #t)
+  (writable #f)
+  (construct-only #f)
+)
+
+;; From GrlRegistry
+
+(define-signal source-added
+  (of-object "GrlRegistry")
+  (return-type "void")
+  (when "first")
+  (parameters
+    '("GrlSource*" "p0")
+  )
+)
+
+(define-signal source-removed
+  (of-object "GrlRegistry")
+  (return-type "void")
+  (when "first")
+  (parameters
+    '("GrlSource*" "p0")
+  )
+)
+
+;; From GrlSource
+
+(define-signal content-changed
+  (of-object "GrlSource")
+  (return-type "void")
+  (when "first")
+  (parameters
+    '("GPtrArray*" "p0")
+    '("GrlSourceChangeType" "p1")
+    '("gboolean" "p2")
+  )
+)
+
+(define-property source-id
+  (of-object "GrlSource")
+  (prop-type "GParamString")
+  (docs "The identifier of the source")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property source-name
+  (of-object "GrlSource")
+  (prop-type "GParamString")
+  (docs "The name of the source")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property source-desc
+  (of-object "GrlSource")
+  (prop-type "GParamString")
+  (docs "A description of the source")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property plugin
+  (of-object "GrlSource")
+  (prop-type "GParamObject")
+  (docs "Plugin source belongs to")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property rank
+  (of-object "GrlSource")
+  (prop-type "GParamInt")
+  (docs "Source rank")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property auto-split-threshold
+  (of-object "GrlSource")
+  (prop-type "GParamUInt")
+  (docs "Threshold to use auto-split of queries")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+



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