[cluttermm] Regenerate signals/properties defs.



commit 4a14e56aa7cf8e762b66454770e31b5f39a6699d
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 28 09:08:20 2014 +0100

    Regenerate signals/properties defs.
    
    * clutter/src/clutter_signals.defs: Regenerated with
      codegen/gen_scripts/clutter_generate_signals.defs

 clutter/src/clutter_signals.defs |  191 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 191 insertions(+), 0 deletions(-)
---
diff --git a/clutter/src/clutter_signals.defs b/clutter/src/clutter_signals.defs
index 135bdcf..e1677bb 100644
--- a/clutter/src/clutter_signals.defs
+++ b/clutter/src/clutter_signals.defs
@@ -982,6 +982,35 @@
 
 ;; From ClutterAction
 
+;; From ClutterAlignConstraint
+
+(define-property source
+  (of-object "ClutterAlignConstraint")
+  (prop-type "GParamObject")
+  (docs "The source of the alignment")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property align-axis
+  (of-object "ClutterAlignConstraint")
+  (prop-type "GParamEnum")
+  (docs "The axis to align the position to")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property factor
+  (of-object "ClutterAlignConstraint")
+  (prop-type "GParamFloat")
+  (docs "The alignment factor, between 0.0 and 1.0")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From ClutterAlpha
 
 (define-property timeline
@@ -1011,6 +1040,8 @@
   (construct-only #f)
 )
 
+;; From ClutterAnimatable
+
 ;; From ClutterAnimation
 
 (define-signal completed
@@ -1414,6 +1445,35 @@
   (construct-only #f)
 )
 
+;; From ClutterBindConstraint
+
+(define-property source
+  (of-object "ClutterBindConstraint")
+  (prop-type "GParamObject")
+  (docs "The source of the binding")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property coordinate
+  (of-object "ClutterBindConstraint")
+  (prop-type "GParamEnum")
+  (docs "The coordinate to bind")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property offset
+  (of-object "ClutterBindConstraint")
+  (prop-type "GParamFloat")
+  (docs "The offset in pixels to apply to the binding")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From ClutterBox
 
 (define-property color
@@ -1589,6 +1649,28 @@
 
 ;; From ClutterColor
 
+;; From ClutterConstraint
+
+;; From ClutterContent
+
+(define-signal attached
+  (of-object "ClutterContent")
+  (return-type "void")
+  (when "first")
+  (parameters
+    '("ClutterActor*" "p0")
+  )
+)
+
+(define-signal detached
+  (of-object "ClutterContent")
+  (return-type "void")
+  (when "first")
+  (parameters
+    '("ClutterActor*" "p0")
+  )
+)
+
 ;; From ClutterContainer
 
 (define-signal actor-added
@@ -1988,6 +2070,47 @@
   (construct-only #f)
 )
 
+;; From ClutterPathConstraint
+
+(define-signal node-reached
+  (of-object "ClutterPathConstraint")
+  (return-type "void")
+  (when "last")
+  (parameters
+    '("ClutterActor*" "p0")
+    '("guint" "p1")
+  )
+)
+
+(define-property path
+  (of-object "ClutterPathConstraint")
+  (prop-type "GParamObject")
+  (docs "The path used to constrain an actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property offset
+  (of-object "ClutterPathConstraint")
+  (prop-type "GParamFloat")
+  (docs "The offset along the path, between -1.0 and 2.0")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+;; From ClutterPropertyTransition
+
+(define-property property-name
+  (of-object "ClutterPropertyTransition")
+  (prop-type "GParamString")
+  (docs "The name of the property to animate")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From ClutterRectangle
 
 (define-property color
@@ -2102,6 +2225,44 @@
   (construct-only #f)
 )
 
+;; From ClutterSnapConstraint
+
+(define-property source
+  (of-object "ClutterSnapConstraint")
+  (prop-type "GParamObject")
+  (docs "The source of the constraint")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property from-edge
+  (of-object "ClutterSnapConstraint")
+  (prop-type "GParamEnum")
+  (docs "The edge of the actor that should be snapped")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property to-edge
+  (of-object "ClutterSnapConstraint")
+  (prop-type "GParamEnum")
+  (docs "The edge of the source that should be snapped")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property offset
+  (of-object "ClutterSnapConstraint")
+  (prop-type "GParamFloat")
+  (docs "The offset in pixels to apply to the constraint")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From ClutterStage
 
 (define-signal activate
@@ -2830,6 +2991,35 @@
   (construct-only #f)
 )
 
+;; From ClutterTransition
+
+(define-property interval
+  (of-object "ClutterTransition")
+  (prop-type "GParamObject")
+  (docs "The interval of values to transition")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property animatable
+  (of-object "ClutterTransition")
+  (prop-type "GParamObject")
+  (docs "The animatable object")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property remove-on-complete
+  (of-object "ClutterTransition")
+  (prop-type "GParamBoolean")
+  (docs "Detach the transition when completed")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From ClutterScore
 
 (define-signal timeline-started
@@ -2943,3 +3133,4 @@
   (writable #t)
   (construct-only #f)
 )
+


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