gnomemm r1632 - in clutter-box2dmm/trunk: . clutter-box2d/clutter-box2dmm clutter-box2d/src



Author: murrayc
Date: Fri Jul 25 10:30:41 2008
New Revision: 1632
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1632&view=rev

Log:
2008-07-25  Murray Cumming  <murrayc murrayc com>

* clutter-box2d/src/clutter-box2d-docs.xml:
* clutter-box2d/src/clutter-box2d-docs_override.xml: Added root nodes, 
to avoid warnings. 
* clutter-box2d/src/clutter-box2d_enums.defs:
* clutter-box2d/src/clutter-box2d_signals.defs: Generated these.

Modified:
   clutter-box2dmm/trunk/ChangeLog
   clutter-box2dmm/trunk/clutter-box2d/clutter-box2dmm/Makefile.am
   clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs.xml
   clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs_override.xml
   clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_enums.defs
   clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_signals.defs

Modified: clutter-box2dmm/trunk/clutter-box2d/clutter-box2dmm/Makefile.am
==============================================================================
--- clutter-box2dmm/trunk/clutter-box2d/clutter-box2dmm/Makefile.am	(original)
+++ clutter-box2dmm/trunk/clutter-box2d/clutter-box2dmm/Makefile.am	Fri Jul 25 10:30:41 2008
@@ -6,7 +6,7 @@
 sublib_name = clutter-box2dmm
 sublib_libname = clutter-box2dmm-$(API_VER)
 sublib_libversion = $(CLUTTER_BOX2DMM_SO_VERSION)
-sublib_namespace = Clutter
+sublib_namespace = Clutter Box2D
 sublib_cflags = $(CLUTTER_BOX2DMM_CFLAGS) -I$(top_srcdir)/clutter
 sublib_topdir = clutter-box2d
 

Modified: clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs.xml
==============================================================================
--- clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs.xml	(original)
+++ clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs.xml	Fri Jul 25 10:30:41 2008
@@ -0,0 +1,2 @@
+<root>
+</root>

Modified: clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs_override.xml
==============================================================================
--- clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs_override.xml	(original)
+++ clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d-docs_override.xml	Fri Jul 25 10:30:41 2008
@@ -0,0 +1,2 @@
+<root>
+</root>

Modified: clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_enums.defs
==============================================================================
--- clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_enums.defs	(original)
+++ clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_enums.defs	Fri Jul 25 10:30:41 2008
@@ -0,0 +1,12 @@
+;; From /home/murrayc/svn/gnome220/clutter-box2d/clutter-box2d/clutter-box2d.h
+
+(define-enum-extended Box2DType
+  (in-module "Clutter")
+  (c-name "ClutterBox2DType")
+  (values
+    '("none" "CLUTTER_BOX2D_NONE" "0")
+    '("dynamic" "CLUTTER_BOX2D_DYNAMIC" "1")
+    '("static" "CLUTTER_BOX2D_STATIC" "2")
+  )
+)
+

Modified: clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_signals.defs
==============================================================================
--- clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_signals.defs	(original)
+++ clutter-box2dmm/trunk/clutter-box2d/src/clutter-box2d_signals.defs	Fri Jul 25 10:30:41 2008
@@ -0,0 +1,191 @@
+;; From ClutterBox2D
+
+(define-property name
+  (of-object "ClutterBox2D")
+  (prop-type "GParamString")
+  (docs "Name of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property x
+  (of-object "ClutterBox2D")
+  (prop-type "GParamInt")
+  (docs "X coordinate of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property y
+  (of-object "ClutterBox2D")
+  (prop-type "GParamInt")
+  (docs "Y coordinate of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property width
+  (of-object "ClutterBox2D")
+  (prop-type "GParamInt")
+  (docs "Width of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property height
+  (of-object "ClutterBox2D")
+  (prop-type "GParamInt")
+  (docs "Height of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property fixed-x
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced X position of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property fixed-y
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced Y position of the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property fixed-position-set
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether to use fixed positioning for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property min-width
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced minimum width request for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property min-width-set
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether to use the min-width property")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property min-height
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced minimum height request for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property min-height-set
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether to use the min-height property")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property natural-width
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced natural width request for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property natural-width-set
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether to use the natural-width property")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property natural-height
+  (of-object "ClutterBox2D")
+  (prop-type "ClutterParamSpecUnit")
+  (docs "Forced natural height request for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property natural-height-set
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether to use the natural-height property")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property request-mode
+  (of-object "ClutterBox2D")
+  (prop-type "GParamEnum")
+  (docs "The actor's request mode")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property allocation
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoxed")
+  (docs "The actor's allocation")
+  (readable #t)
+  (writable #f)
+  (construct-only #f)
+)
+
+(define-property depth
+  (of-object "ClutterBox2D")
+  (prop-type "GParamInt")
+  (docs "Depth of actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property clip
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoxed")
+  (docs "The clip region for the actor")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property has-clip
+  (of-object "ClutterBox2D")
+  (prop-type "GParamBoolean")
+  (docs "Whether the actor has a clip set or not")
+  (readable #t)
+  (writable #f)
+  (construct-only #f)
+)
+



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