clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +14 -5
- data/lib/clutter.rb +1 -2
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/{libcogl-15.dll → libcogl-20.dll} +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/cally/cally-actor.h +9 -4
- data/vendor/local/include/clutter-1.0/cally/cally-clone.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-group.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-main.h +7 -2
- data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-root.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-stage.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-text.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-texture.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-util.h +7 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +13 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +90 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +15 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +7 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +10 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +8 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +32 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +14 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +49 -37
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +19 -13
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +6 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +12 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +11 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +62 -55
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +23 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +74 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +27 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +20 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +67 -33
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +36 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +42 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +5 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +7 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +26 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +16 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +9 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +10 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +35 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-test-utils.h +164 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +67 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +25 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +60 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +37 -20
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -3
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/{clutter-table-layout.h → deprecated/clutter-table-layout.h} +15 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +1 -1
- data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +5 -0
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +33 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +18 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +22 -12
- data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +20 -13
- data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +35 -13
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +81 -53
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +26 -13
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +244 -15
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl-color.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-context.h +41 -14
- data/vendor/local/include/cogl/cogl/cogl-defines.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-deprecated.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-display.h +33 -14
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +9 -6
- data/vendor/local/include/cogl/cogl/cogl-error.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-euler.h +31 -13
- data/vendor/local/include/cogl/cogl/cogl-fence.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-fixed.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +70 -29
- data/vendor/local/include/cogl/cogl/cogl-gles2.h +64 -18
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-indices.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-macros.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +37 -12
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-object.h +40 -12
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +63 -12
- data/vendor/local/include/cogl/cogl/cogl-output.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-pango.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-poll.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +32 -13
- data/vendor/local/include/cogl/cogl/cogl-primitives.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +33 -15
- data/vendor/local/include/cogl/cogl/cogl-shader.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +27 -12
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +29 -15
- data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +29 -24
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +54 -49
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +81 -65
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +71 -54
- data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +61 -48
- data/vendor/local/include/cogl/cogl/cogl-texture.h +157 -241
- data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +23 -11
- data/vendor/local/include/cogl/cogl/cogl-vector.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-version.h +28 -12
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl.h +61 -22
- data/vendor/local/include/cogl/cogl/cogl1-context.h +20 -434
- data/vendor/local/include/cogl/cogl/cogl2-experimental.h +18 -12
- data/vendor/local/include/cogl/cogl/deprecated/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clip-state.h +266 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clutter.h +54 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-fixed.h +811 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-material-compat.h +1391 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-shader.h +704 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-vertex-buffer.h +451 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +18 -11
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +21 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +8 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +16 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +23 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +9 -2
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +17 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +13 -8
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +28 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +97 -12
- data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +135 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +14 -12
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +4 -4
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +5 -5
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +41 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +5 -5
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +3 -3
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +4 -2
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +4527 -1814
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1194 -1881
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +9 -5
- data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
- data/vendor/local/share/gir-1.0/Json-1.0.gir +363 -163
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +356 -259
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +91 -69
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +89 -71
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +72 -59
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +92 -70
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +90 -66
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +42 -37
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +109 -86
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +47 -29
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +27 -29
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +25 -27
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +47 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +11634 -9660
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +283 -206
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +335 -242
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +595 -523
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +341 -273
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +995 -804
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +583 -432
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +565 -457
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +207 -169
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +718 -518
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +211 -172
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +338 -283
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +506 -367
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +322 -275
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +329 -901
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +374 -553
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +65 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +491 -419
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1032 -790
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +316 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +613 -755
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +367 -373
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +181 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +399 -316
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +177 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +154 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +137 -262
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1119 -851
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +238 -177
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +293 -225
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +159 -114
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +330 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +772 -873
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +304 -766
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +353 -267
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +70 -57
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +646 -825
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +991 -555
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +725 -510
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +177 -133
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +380 -512
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1252 -962
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +414 -320
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +830 -923
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +118 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +144 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +742 -586
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1398 -1058
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +563 -425
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +322 -265
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +292 -194
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +473 -333
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +653 -489
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1107 -855
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +277 -188
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +178 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +334 -216
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +131 -95
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +709 -569
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +958 -899
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +242 -186
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +263 -606
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +243 -165
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +469 -368
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +353 -245
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1967 -1513
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1273 -1005
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +200 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +995 -745
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +123 -93
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +2742 -1997
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +647 -474
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1482 -1223
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2161 -1735
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +496 -383
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +175 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +313 -236
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +4 -7
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +4 -8
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +3059 -2295
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +181 -137
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +340 -197
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +306 -222
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1272 -988
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +154 -69
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +2714 -1972
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +151 -116
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +205 -154
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1455 -1890
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1449 -1804
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +134 -112
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +625 -520
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +302 -239
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +872 -637
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +293 -213
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +674 -508
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +454 -339
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +816 -623
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +346 -302
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +60 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +200 -170
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +162 -119
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +678 -565
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +1937 -2272
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +4 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +87 -87
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +842 -978
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +2005 -1923
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +663 -470
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +122 -124
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +217 -219
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +148 -150
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +349 -351
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +177 -179
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +214 -216
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +80 -82
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +219 -221
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +212 -214
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +22 -32
- data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +513 -392
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +479 -347
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +804 -600
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +395 -362
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +788 -609
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +32 -43
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +40 -0
- data/vendor/local/share/gtk-doc/html/json-glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +15 -6
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +82 -73
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +230 -227
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +20 -25
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +50 -55
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +30 -35
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +39 -44
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +35 -40
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +12 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +84 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +306 -221
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +261 -204
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +843 -583
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +223 -199
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1327 -912
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +986 -694
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +386 -301
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +151 -87
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +204 -218
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +19 -13
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +72 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/style.css +314 -104
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up.png +0 -0
- data/vendor/local/share/license/cogl/COPYING +107 -502
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +66 -27
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +0 -38
@@ -8,19 +8,16 @@
|
|
8
8
|
<link rel="up" href="ch04.html" title="Actions">
|
9
9
|
<link rel="prev" href="ClutterSwipeAction.html" title="ClutterSwipeAction">
|
10
10
|
<link rel="next" href="ClutterZoomAction.html" title="ClutterZoomAction">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#ClutterRotateAction.
|
20
|
-
|
21
|
-
<a href="#ClutterRotateAction.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#ClutterRotateAction.signals" class="shortcut">Signals</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#ClutterRotateAction.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterRotateAction.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_signals"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterRotateAction.signals" class="shortcut">Signals</a></span>
|
24
21
|
</td>
|
25
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
23
|
<td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,48 +31,96 @@
|
|
34
31
|
<h2><span class="refentrytitle"><a name="ClutterRotateAction.top_of_page"></a>ClutterRotateAction</span></h2>
|
35
32
|
<p>ClutterRotateAction — Action to rotate an actor</p>
|
36
33
|
</td>
|
37
|
-
<td valign="top" align="right"></td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
38
35
|
</tr></table></div>
|
39
|
-
<div class="refsynopsisdiv">
|
40
|
-
<a name="ClutterRotateAction.synopsis"></a><h2>Synopsis</h2>
|
41
|
-
<pre class="synopsis">struct <a class="link" href="ClutterRotateAction.html#ClutterRotateAction-struct" title="struct ClutterRotateAction">ClutterRotateAction</a>;
|
42
|
-
struct <a class="link" href="ClutterRotateAction.html#ClutterRotateActionClass" title="struct ClutterRotateActionClass">ClutterRotateActionClass</a>;
|
43
|
-
<a class="link" href="ClutterAction.html" title="ClutterAction"><span class="returnvalue">ClutterAction</span></a> * <a class="link" href="ClutterRotateAction.html#clutter-rotate-action-new" title="clutter_rotate_action_new ()">clutter_rotate_action_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
44
|
-
</pre>
|
45
|
-
</div>
|
46
36
|
<div class="refsect1">
|
47
|
-
<a name="ClutterRotateAction.
|
48
|
-
<
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
</
|
37
|
+
<a name="ClutterRotateAction.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody><tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="ClutterAction.html" title="ClutterAction"><span class="returnvalue">ClutterAction</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="ClutterRotateAction.html#clutter-rotate-action-new" title="clutter_rotate_action_new ()">clutter_rotate_action_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr></tbody>
|
51
|
+
</table></div>
|
56
52
|
</div>
|
57
53
|
<div class="refsect1">
|
58
54
|
<a name="ClutterRotateAction.signals"></a><h2>Signals</h2>
|
59
|
-
<
|
60
|
-
|
55
|
+
<div class="informaltable"><table border="0">
|
56
|
+
<colgroup>
|
57
|
+
<col width="150px" class="signals_return">
|
58
|
+
<col width="300px" class="signals_name">
|
59
|
+
<col width="200px" class="signals_flags">
|
60
|
+
</colgroup>
|
61
|
+
<tbody><tr>
|
62
|
+
<td class="signal_type"><span class="returnvalue">gboolean</span></td>
|
63
|
+
<td class="signal_name"><a class="link" href="ClutterRotateAction.html#ClutterRotateAction-rotate" title="The “rotate” signal">rotate</a></td>
|
64
|
+
<td class="signal_flags">Run Last</td>
|
65
|
+
</tr></tbody>
|
66
|
+
</table></div>
|
67
|
+
</div>
|
68
|
+
<div class="refsect1">
|
69
|
+
<a name="ClutterRotateAction.other"></a><h2>Types and Values</h2>
|
70
|
+
<div class="informaltable"><table width="100%" border="0">
|
71
|
+
<colgroup>
|
72
|
+
<col width="150px" class="name">
|
73
|
+
<col class="description">
|
74
|
+
</colgroup>
|
75
|
+
<tbody>
|
76
|
+
<tr>
|
77
|
+
<td class="datatype_keyword">struct</td>
|
78
|
+
<td class="function_name"><a class="link" href="ClutterRotateAction.html#ClutterRotateAction-struct" title="struct ClutterRotateAction">ClutterRotateAction</a></td>
|
79
|
+
</tr>
|
80
|
+
<tr>
|
81
|
+
<td class="datatype_keyword">struct</td>
|
82
|
+
<td class="function_name"><a class="link" href="ClutterRotateAction.html#ClutterRotateActionClass" title="struct ClutterRotateActionClass">ClutterRotateActionClass</a></td>
|
83
|
+
</tr>
|
84
|
+
</tbody>
|
85
|
+
</table></div>
|
86
|
+
</div>
|
87
|
+
<div class="refsect1">
|
88
|
+
<a name="ClutterRotateAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
89
|
+
<pre class="screen"> GObject
|
90
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
91
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterActorMeta.html" title="ClutterActorMeta">ClutterActorMeta</a>
|
92
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterAction.html" title="ClutterAction">ClutterAction</a>
|
93
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterGestureAction.html" title="ClutterGestureAction">ClutterGestureAction</a>
|
94
|
+
<span class="lineart">╰──</span> ClutterRotateAction
|
61
95
|
</pre>
|
62
96
|
</div>
|
63
97
|
<div class="refsect1">
|
64
98
|
<a name="ClutterRotateAction.description"></a><h2>Description</h2>
|
65
|
-
<p>
|
66
|
-
|
67
|
-
the logic for recognizing rotate gestures using two touch points.
|
68
|
-
</p>
|
99
|
+
<p><a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> is a sub-class of <a class="link" href="ClutterGestureAction.html" title="ClutterGestureAction"><span class="type">ClutterGestureAction</span></a> that implements
|
100
|
+
the logic for recognizing rotate gestures using two touch points.</p>
|
69
101
|
</div>
|
70
102
|
<div class="refsect1">
|
71
|
-
<a name="ClutterRotateAction.
|
103
|
+
<a name="ClutterRotateAction.functions_details"></a><h2>Functions</h2>
|
104
|
+
<div class="refsect2">
|
105
|
+
<a name="clutter-rotate-action-new"></a><h3>clutter_rotate_action_new ()</h3>
|
106
|
+
<pre class="programlisting"><a class="link" href="ClutterAction.html" title="ClutterAction"><span class="returnvalue">ClutterAction</span></a> *
|
107
|
+
clutter_rotate_action_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
108
|
+
<p>Creates a new <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> instance</p>
|
109
|
+
<div class="refsect3">
|
110
|
+
<a name="id-1.5.5.8.8.2.5"></a><h4>Returns</h4>
|
111
|
+
<p> the newly created <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a></p>
|
112
|
+
<p></p>
|
113
|
+
</div>
|
114
|
+
<p class="since">Since 1.12</p>
|
115
|
+
</div>
|
116
|
+
</div>
|
117
|
+
<div class="refsect1">
|
118
|
+
<a name="ClutterRotateAction.other_details"></a><h2>Types and Values</h2>
|
72
119
|
<div class="refsect2">
|
73
120
|
<a name="ClutterRotateAction-struct"></a><h3>struct ClutterRotateAction</h3>
|
74
121
|
<pre class="programlisting">struct ClutterRotateAction;</pre>
|
75
|
-
<p>
|
76
|
-
|
77
|
-
only private data and should be accessed using the provided API
|
78
|
-
</p>
|
122
|
+
<p>The <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> structure contains
|
123
|
+
only private data and should be accessed using the provided API</p>
|
79
124
|
<p class="since">Since 1.12</p>
|
80
125
|
</div>
|
81
126
|
<hr>
|
@@ -87,94 +132,85 @@ only private data and should be accessed using the provided API
|
|
87
132
|
gdouble angle);
|
88
133
|
};
|
89
134
|
</pre>
|
90
|
-
<p>
|
91
|
-
|
92
|
-
|
93
|
-
</
|
94
|
-
<div class="
|
135
|
+
<p>The <a class="link" href="ClutterRotateAction.html#ClutterRotateActionClass" title="struct ClutterRotateActionClass"><span class="type">ClutterRotateActionClass</span></a> structure contains
|
136
|
+
only private data.</p>
|
137
|
+
<div class="refsect3">
|
138
|
+
<a name="id-1.5.5.8.9.3.5"></a><h4>Members</h4>
|
139
|
+
<div class="informaltable"><table width="100%" border="0">
|
95
140
|
<colgroup>
|
96
|
-
<col
|
97
|
-
<col>
|
141
|
+
<col width="300px" class="struct_members_name">
|
142
|
+
<col class="struct_members_description">
|
143
|
+
<col width="200px" class="struct_members_annotations">
|
98
144
|
</colgroup>
|
99
145
|
<tbody><tr>
|
100
|
-
<td
|
101
|
-
<td>class handler for the <a class="link" href="ClutterRotateAction.html#ClutterRotateAction-rotate" title=
|
146
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterRotateActionClass.rotate"></a>rotate</code></em> ()</p></td>
|
147
|
+
<td class="struct_member_description"><p>class handler for the <a class="link" href="ClutterRotateAction.html#ClutterRotateAction-rotate" title="The “rotate” signal"><span class="type">“rotate”</span></a> signal</p></td>
|
148
|
+
<td class="struct_member_annotations"> </td>
|
102
149
|
</tr></tbody>
|
103
150
|
</table></div>
|
104
|
-
<p class="since">Since 1.12</p>
|
105
151
|
</div>
|
106
|
-
<hr>
|
107
|
-
<div class="refsect2">
|
108
|
-
<a name="clutter-rotate-action-new"></a><h3>clutter_rotate_action_new ()</h3>
|
109
|
-
<pre class="programlisting"><a class="link" href="ClutterAction.html" title="ClutterAction"><span class="returnvalue">ClutterAction</span></a> * clutter_rotate_action_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
110
|
-
<p>
|
111
|
-
Creates a new <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> instance
|
112
|
-
</p>
|
113
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
114
|
-
<colgroup>
|
115
|
-
<col align="left" valign="top">
|
116
|
-
<col>
|
117
|
-
</colgroup>
|
118
|
-
<tbody><tr>
|
119
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
120
|
-
<td>the newly created <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a>
|
121
|
-
</td>
|
122
|
-
</tr></tbody>
|
123
|
-
</table></div>
|
124
152
|
<p class="since">Since 1.12</p>
|
125
153
|
</div>
|
126
154
|
</div>
|
127
155
|
<div class="refsect1">
|
128
156
|
<a name="ClutterRotateAction.signal-details"></a><h2>Signal Details</h2>
|
129
157
|
<div class="refsect2">
|
130
|
-
<a name="ClutterRotateAction-rotate"></a><h3>The <code class="literal"
|
131
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
<
|
136
|
-
The ::rotate signal is emitted when a rotate gesture is
|
158
|
+
<a name="ClutterRotateAction-rotate"></a><h3>The <code class="literal">“rotate”</code> signal</h3>
|
159
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
160
|
+
user_function (<a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> *action,
|
161
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
162
|
+
<span class="type">gdouble</span> angle,
|
163
|
+
<span class="type">gpointer</span> user_data)</pre>
|
164
|
+
<p>The ::rotate signal is emitted when a rotate gesture is
|
137
165
|
recognized on the attached actor and when the gesture is
|
138
|
-
cancelled (in this case with an angle value of 0)
|
139
|
-
|
140
|
-
<
|
166
|
+
cancelled (in this case with an angle value of 0).</p>
|
167
|
+
<div class="refsect3">
|
168
|
+
<a name="id-1.5.5.8.10.2.5"></a><h4>Parameters</h4>
|
169
|
+
<div class="informaltable"><table width="100%" border="0">
|
141
170
|
<colgroup>
|
142
|
-
<col
|
143
|
-
<col>
|
171
|
+
<col width="150px" class="parameters_name">
|
172
|
+
<col class="parameters_description">
|
173
|
+
<col width="200px" class="parameters_annotations">
|
144
174
|
</colgroup>
|
145
175
|
<tbody>
|
146
176
|
<tr>
|
147
|
-
<td
|
148
|
-
<td>the <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> that emitted the signal</td>
|
149
|
-
</
|
150
|
-
<tr>
|
151
|
-
<td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
|
152
|
-
<td>the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> attached to the <em class="parameter"><code>action</code></em>
|
153
|
-
</td>
|
177
|
+
<td class="parameter_name"><p>action</p></td>
|
178
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterRotateAction.html" title="ClutterRotateAction"><span class="type">ClutterRotateAction</span></a> that emitted the signal</p></td>
|
179
|
+
<td class="parameter_annotations"> </td>
|
154
180
|
</tr>
|
155
181
|
<tr>
|
156
|
-
<td
|
157
|
-
<td>the
|
158
|
-
|
182
|
+
<td class="parameter_name"><p>actor</p></td>
|
183
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> attached to the <em class="parameter"><code>action</code></em>
|
184
|
+
</p></td>
|
185
|
+
<td class="parameter_annotations"> </td>
|
159
186
|
</tr>
|
160
187
|
<tr>
|
161
|
-
<td
|
162
|
-
<td>
|
188
|
+
<td class="parameter_name"><p>angle</p></td>
|
189
|
+
<td class="parameter_description"><p>the difference of angle of rotation between the initial
|
190
|
+
rotation and the current rotation</p></td>
|
191
|
+
<td class="parameter_annotations"> </td>
|
163
192
|
</tr>
|
164
193
|
<tr>
|
165
|
-
<td
|
166
|
-
<td>
|
167
|
-
<
|
168
|
-
the rotation should be cancelled.</td>
|
194
|
+
<td class="parameter_name"><p>user_data</p></td>
|
195
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
196
|
+
<td class="parameter_annotations"> </td>
|
169
197
|
</tr>
|
170
198
|
</tbody>
|
171
199
|
</table></div>
|
200
|
+
</div>
|
201
|
+
<div class="refsect3">
|
202
|
+
<a name="id-1.5.5.8.10.2.6"></a><h4>Returns</h4>
|
203
|
+
<p> <code class="literal">TRUE</code> if the rotation should continue, and <code class="literal">FALSE</code> if
|
204
|
+
the rotation should be cancelled.</p>
|
205
|
+
<p></p>
|
206
|
+
</div>
|
207
|
+
<p>Flags: Run Last</p>
|
172
208
|
<p class="since">Since 1.12</p>
|
173
209
|
</div>
|
174
210
|
</div>
|
175
211
|
</div>
|
176
212
|
<div class="footer">
|
177
213
|
<hr>
|
178
|
-
Generated by GTK-Doc V1.
|
214
|
+
Generated by GTK-Doc V1.20.1</div>
|
179
215
|
</body>
|
180
216
|
</html>
|
@@ -8,21 +8,17 @@
|
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="ClutterRectangle.html" title="ClutterRectangle">
|
10
10
|
<link rel="next" href="clutter-Shaders.html" title="Shaders">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#ClutterScore.
|
20
|
-
|
21
|
-
<a href="#ClutterScore.
|
22
|
-
|
|
23
|
-
<a href="#ClutterScore.properties" class="shortcut">Properties</a>
|
24
|
-
|
|
25
|
-
<a href="#ClutterScore.signals" class="shortcut">Signals</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#ClutterScore.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterScore.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterScore.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
21
|
+
<a href="#ClutterScore.signals" class="shortcut">Signals</a></span>
|
26
22
|
</td>
|
27
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
24
|
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -36,79 +32,218 @@
|
|
36
32
|
<h2><span class="refentrytitle"><a name="ClutterScore.top_of_page"></a>ClutterScore</span></h2>
|
37
33
|
<p>ClutterScore — Controller for multiple timelines</p>
|
38
34
|
</td>
|
39
|
-
<td valign="top" align="right"></td>
|
35
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
40
36
|
</tr></table></div>
|
41
|
-
<div class="refsynopsisdiv">
|
42
|
-
<a name="ClutterScore.synopsis"></a><h2>Synopsis</h2>
|
43
|
-
<pre class="synopsis">struct <a class="link" href="ClutterScore.html#ClutterScore-struct" title="struct ClutterScore">ClutterScore</a>;
|
44
|
-
struct <a class="link" href="ClutterScore.html#ClutterScoreClass" title="struct ClutterScoreClass">ClutterScoreClass</a>;
|
45
|
-
<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="returnvalue">ClutterScore</span></a> * <a class="link" href="ClutterScore.html#clutter-score-new" title="clutter_score_new ()">clutter_score_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
46
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-set-loop" title="clutter_score_set_loop ()">clutter_score_set_loop</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
47
|
-
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);
|
48
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterScore.html#clutter-score-get-loop" title="clutter_score_get_loop ()">clutter_score_get_loop</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
49
|
-
|
50
|
-
<span class="returnvalue">gulong</span> <a class="link" href="ClutterScore.html#clutter-score-append" title="clutter_score_append ()">clutter_score_append</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
51
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *parent</code></em>,
|
52
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);
|
53
|
-
<span class="returnvalue">gulong</span> <a class="link" href="ClutterScore.html#clutter-score-append-at-marker" title="clutter_score_append_at_marker ()">clutter_score_append_at_marker</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
54
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *parent</code></em>,
|
55
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *marker_name</code></em>,
|
56
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);
|
57
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-remove" title="clutter_score_remove ()">clutter_score_remove</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
58
|
-
<em class="parameter"><code><span class="type">gulong</span> id_</code></em>);
|
59
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-remove-all" title="clutter_score_remove_all ()">clutter_score_remove_all</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
60
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * <a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()">clutter_score_get_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
61
|
-
<em class="parameter"><code><span class="type">gulong</span> id_</code></em>);
|
62
|
-
<span class="returnvalue">GSList</span> * <a class="link" href="ClutterScore.html#clutter-score-list-timelines" title="clutter_score_list_timelines ()">clutter_score_list_timelines</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
63
|
-
|
64
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-start" title="clutter_score_start ()">clutter_score_start</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
65
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-pause" title="clutter_score_pause ()">clutter_score_pause</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
66
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-stop" title="clutter_score_stop ()">clutter_score_stop</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
67
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterScore.html#clutter-score-is-playing" title="clutter_score_is_playing ()">clutter_score_is_playing</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
68
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterScore.html#clutter-score-rewind" title="clutter_score_rewind ()">clutter_score_rewind</a> (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);
|
69
|
-
</pre>
|
70
|
-
</div>
|
71
37
|
<div class="refsect1">
|
72
|
-
<a name="ClutterScore.
|
73
|
-
<
|
74
|
-
|
75
|
-
|
76
|
-
|
38
|
+
<a name="ClutterScore.functions"></a><h2>Functions</h2>
|
39
|
+
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<colgroup>
|
41
|
+
<col width="150px" class="functions_return">
|
42
|
+
<col class="functions_name">
|
43
|
+
</colgroup>
|
44
|
+
<tbody>
|
45
|
+
<tr>
|
46
|
+
<td class="function_type">
|
47
|
+
<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="returnvalue">ClutterScore</span></a> *
|
48
|
+
</td>
|
49
|
+
<td class="function_name">
|
50
|
+
<a class="link" href="ClutterScore.html#clutter-score-new" title="clutter_score_new ()">clutter_score_new</a> <span class="c_punctuation">()</span>
|
51
|
+
</td>
|
52
|
+
</tr>
|
53
|
+
<tr>
|
54
|
+
<td class="function_type">
|
55
|
+
<span class="returnvalue">void</span>
|
56
|
+
</td>
|
57
|
+
<td class="function_name">
|
58
|
+
<a class="link" href="ClutterScore.html#clutter-score-set-loop" title="clutter_score_set_loop ()">clutter_score_set_loop</a> <span class="c_punctuation">()</span>
|
59
|
+
</td>
|
60
|
+
</tr>
|
61
|
+
<tr>
|
62
|
+
<td class="function_type">
|
63
|
+
<span class="returnvalue">gboolean</span>
|
64
|
+
</td>
|
65
|
+
<td class="function_name">
|
66
|
+
<a class="link" href="ClutterScore.html#clutter-score-get-loop" title="clutter_score_get_loop ()">clutter_score_get_loop</a> <span class="c_punctuation">()</span>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td class="function_type">
|
71
|
+
<span class="returnvalue">gulong</span>
|
72
|
+
</td>
|
73
|
+
<td class="function_name">
|
74
|
+
<a class="link" href="ClutterScore.html#clutter-score-append" title="clutter_score_append ()">clutter_score_append</a> <span class="c_punctuation">()</span>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="function_type">
|
79
|
+
<span class="returnvalue">gulong</span>
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="ClutterScore.html#clutter-score-append-at-marker" title="clutter_score_append_at_marker ()">clutter_score_append_at_marker</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">
|
87
|
+
<span class="returnvalue">void</span>
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="ClutterScore.html#clutter-score-remove" title="clutter_score_remove ()">clutter_score_remove</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td class="function_type">
|
95
|
+
<span class="returnvalue">void</span>
|
96
|
+
</td>
|
97
|
+
<td class="function_name">
|
98
|
+
<a class="link" href="ClutterScore.html#clutter-score-remove-all" title="clutter_score_remove_all ()">clutter_score_remove_all</a> <span class="c_punctuation">()</span>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
<tr>
|
102
|
+
<td class="function_type">
|
103
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
104
|
+
</td>
|
105
|
+
<td class="function_name">
|
106
|
+
<a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()">clutter_score_get_timeline</a> <span class="c_punctuation">()</span>
|
107
|
+
</td>
|
108
|
+
</tr>
|
109
|
+
<tr>
|
110
|
+
<td class="function_type">
|
111
|
+
<span class="returnvalue">GSList</span> *
|
112
|
+
</td>
|
113
|
+
<td class="function_name">
|
114
|
+
<a class="link" href="ClutterScore.html#clutter-score-list-timelines" title="clutter_score_list_timelines ()">clutter_score_list_timelines</a> <span class="c_punctuation">()</span>
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
<tr>
|
118
|
+
<td class="function_type">
|
119
|
+
<span class="returnvalue">void</span>
|
120
|
+
</td>
|
121
|
+
<td class="function_name">
|
122
|
+
<a class="link" href="ClutterScore.html#clutter-score-start" title="clutter_score_start ()">clutter_score_start</a> <span class="c_punctuation">()</span>
|
123
|
+
</td>
|
124
|
+
</tr>
|
125
|
+
<tr>
|
126
|
+
<td class="function_type">
|
127
|
+
<span class="returnvalue">void</span>
|
128
|
+
</td>
|
129
|
+
<td class="function_name">
|
130
|
+
<a class="link" href="ClutterScore.html#clutter-score-pause" title="clutter_score_pause ()">clutter_score_pause</a> <span class="c_punctuation">()</span>
|
131
|
+
</td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td class="function_type">
|
135
|
+
<span class="returnvalue">void</span>
|
136
|
+
</td>
|
137
|
+
<td class="function_name">
|
138
|
+
<a class="link" href="ClutterScore.html#clutter-score-stop" title="clutter_score_stop ()">clutter_score_stop</a> <span class="c_punctuation">()</span>
|
139
|
+
</td>
|
140
|
+
</tr>
|
141
|
+
<tr>
|
142
|
+
<td class="function_type">
|
143
|
+
<span class="returnvalue">gboolean</span>
|
144
|
+
</td>
|
145
|
+
<td class="function_name">
|
146
|
+
<a class="link" href="ClutterScore.html#clutter-score-is-playing" title="clutter_score_is_playing ()">clutter_score_is_playing</a> <span class="c_punctuation">()</span>
|
147
|
+
</td>
|
148
|
+
</tr>
|
149
|
+
<tr>
|
150
|
+
<td class="function_type">
|
151
|
+
<span class="returnvalue">void</span>
|
152
|
+
</td>
|
153
|
+
<td class="function_name">
|
154
|
+
<a class="link" href="ClutterScore.html#clutter-score-rewind" title="clutter_score_rewind ()">clutter_score_rewind</a> <span class="c_punctuation">()</span>
|
155
|
+
</td>
|
156
|
+
</tr>
|
157
|
+
</tbody>
|
158
|
+
</table></div>
|
77
159
|
</div>
|
78
160
|
<div class="refsect1">
|
79
161
|
<a name="ClutterScore.properties"></a><h2>Properties</h2>
|
80
|
-
<
|
81
|
-
|
82
|
-
|
162
|
+
<div class="informaltable"><table border="0">
|
163
|
+
<colgroup>
|
164
|
+
<col width="150px" class="properties_type">
|
165
|
+
<col width="300px" class="properties_name">
|
166
|
+
<col width="200px" class="properties_flags">
|
167
|
+
</colgroup>
|
168
|
+
<tbody><tr>
|
169
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
170
|
+
<td class="property_name"><a class="link" href="ClutterScore.html#ClutterScore--loop" title="The “loop” property">loop</a></td>
|
171
|
+
<td class="property_flags">Read / Write</td>
|
172
|
+
</tr></tbody>
|
173
|
+
</table></div>
|
83
174
|
</div>
|
84
175
|
<div class="refsect1">
|
85
176
|
<a name="ClutterScore.signals"></a><h2>Signals</h2>
|
86
|
-
<
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
177
|
+
<div class="informaltable"><table border="0">
|
178
|
+
<colgroup>
|
179
|
+
<col width="150px" class="signals_return">
|
180
|
+
<col width="300px" class="signals_name">
|
181
|
+
<col width="200px" class="signals_flags">
|
182
|
+
</colgroup>
|
183
|
+
<tbody>
|
184
|
+
<tr>
|
185
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
186
|
+
<td class="signal_name"><a class="link" href="ClutterScore.html#ClutterScore-completed" title="The “completed” signal">completed</a></td>
|
187
|
+
<td class="signal_flags">Run Last</td>
|
188
|
+
</tr>
|
189
|
+
<tr>
|
190
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
191
|
+
<td class="signal_name"><a class="link" href="ClutterScore.html#ClutterScore-paused" title="The “paused” signal">paused</a></td>
|
192
|
+
<td class="signal_flags">Run Last</td>
|
193
|
+
</tr>
|
194
|
+
<tr>
|
195
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
196
|
+
<td class="signal_name"><a class="link" href="ClutterScore.html#ClutterScore-started" title="The “started” signal">started</a></td>
|
197
|
+
<td class="signal_flags">Run Last</td>
|
198
|
+
</tr>
|
199
|
+
<tr>
|
200
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
201
|
+
<td class="signal_name"><a class="link" href="ClutterScore.html#ClutterScore-timeline-completed" title="The “timeline-completed” signal">timeline-completed</a></td>
|
202
|
+
<td class="signal_flags">Run Last</td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
206
|
+
<td class="signal_name"><a class="link" href="ClutterScore.html#ClutterScore-timeline-started" title="The “timeline-started” signal">timeline-started</a></td>
|
207
|
+
<td class="signal_flags">Run Last</td>
|
208
|
+
</tr>
|
209
|
+
</tbody>
|
210
|
+
</table></div>
|
211
|
+
</div>
|
212
|
+
<div class="refsect1">
|
213
|
+
<a name="ClutterScore.other"></a><h2>Types and Values</h2>
|
214
|
+
<div class="informaltable"><table width="100%" border="0">
|
215
|
+
<colgroup>
|
216
|
+
<col width="150px" class="name">
|
217
|
+
<col class="description">
|
218
|
+
</colgroup>
|
219
|
+
<tbody>
|
220
|
+
<tr>
|
221
|
+
<td class="datatype_keyword">struct</td>
|
222
|
+
<td class="function_name"><a class="link" href="ClutterScore.html#ClutterScore-struct" title="struct ClutterScore">ClutterScore</a></td>
|
223
|
+
</tr>
|
224
|
+
<tr>
|
225
|
+
<td class="datatype_keyword">struct</td>
|
226
|
+
<td class="function_name"><a class="link" href="ClutterScore.html#ClutterScoreClass" title="struct ClutterScoreClass">ClutterScoreClass</a></td>
|
227
|
+
</tr>
|
228
|
+
</tbody>
|
229
|
+
</table></div>
|
230
|
+
</div>
|
231
|
+
<div class="refsect1">
|
232
|
+
<a name="ClutterScore.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
233
|
+
<pre class="screen"> GObject
|
234
|
+
<span class="lineart">╰──</span> ClutterScore
|
92
235
|
</pre>
|
93
236
|
</div>
|
94
237
|
<div class="refsect1">
|
95
238
|
<a name="ClutterScore.description"></a><h2>Description</h2>
|
96
|
-
<p>
|
97
|
-
<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> is a base class for sequencing multiple timelines in order.
|
239
|
+
<p><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> is a base class for sequencing multiple timelines in order.
|
98
240
|
Using <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> it is possible to start multiple timelines at the
|
99
241
|
same time or launch multiple timelines when a particular timeline has
|
100
|
-
emitted the ClutterTimeline::completed signal
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
</p>
|
106
|
-
<p>
|
107
|
-
For example, this code will start two <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>s after
|
108
|
-
a third timeline terminates:
|
109
|
-
</p>
|
110
|
-
<p>
|
111
|
-
</p>
|
242
|
+
emitted the ClutterTimeline::completed signal.</p>
|
243
|
+
<p>Each time a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> is started and completed, a signal will be
|
244
|
+
emitted.</p>
|
245
|
+
<p>For example, this code will start two <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a><!-- -->s after
|
246
|
+
a third timeline terminates:</p>
|
112
247
|
<div class="informalexample">
|
113
248
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
114
249
|
<tbody>
|
@@ -146,561 +281,549 @@ a third timeline terminates:
|
|
146
281
|
</table>
|
147
282
|
</div>
|
148
283
|
|
149
|
-
<p>
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
<p>
|
156
|
-
|
157
|
-
<
|
158
|
-
</p>
|
159
|
-
<p>
|
160
|
-
|
161
|
-
|
162
|
-
</p>
|
163
|
-
<p>
|
164
|
-
The score can be cleared using <a class="link" href="ClutterScore.html#clutter-score-remove-all" title="clutter_score_remove_all ()"><code class="function">clutter_score_remove_all()</code></a>.
|
165
|
-
</p>
|
166
|
-
<p>
|
167
|
-
The list of timelines can be retrieved using
|
168
|
-
<a class="link" href="ClutterScore.html#clutter-score-list-timelines" title="clutter_score_list_timelines ()"><code class="function">clutter_score_list_timelines()</code></a>.
|
169
|
-
</p>
|
170
|
-
<p>
|
171
|
-
The score state is controlled using <a class="link" href="ClutterScore.html#clutter-score-start" title="clutter_score_start ()"><code class="function">clutter_score_start()</code></a>,
|
172
|
-
<a class="link" href="ClutterScore.html#clutter-score-pause" title="clutter_score_pause ()"><code class="function">clutter_score_pause()</code></a>, <a class="link" href="ClutterScore.html#clutter-score-stop" title="clutter_score_stop ()"><code class="function">clutter_score_stop()</code></a> and <a class="link" href="ClutterScore.html#clutter-score-rewind" title="clutter_score_rewind ()"><code class="function">clutter_score_rewind()</code></a>.
|
173
|
-
The state can be queried using <a class="link" href="ClutterScore.html#clutter-score-is-playing" title="clutter_score_is_playing ()"><code class="function">clutter_score_is_playing()</code></a>.
|
174
|
-
</p>
|
175
|
-
<p>
|
176
|
-
<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> is available since Clutter 0.6
|
177
|
-
</p>
|
284
|
+
<p></p>
|
285
|
+
<p>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> takes a reference on the timelines it manages,
|
286
|
+
so timelines can be safely unreferenced after being appended.</p>
|
287
|
+
<p>New timelines can be appended to the <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> using
|
288
|
+
<a class="link" href="ClutterScore.html#clutter-score-append" title="clutter_score_append ()"><code class="function">clutter_score_append()</code></a> and removed using <a class="link" href="ClutterScore.html#clutter-score-remove" title="clutter_score_remove ()"><code class="function">clutter_score_remove()</code></a>.</p>
|
289
|
+
<p>Timelines can also be appended to a specific marker on the
|
290
|
+
parent timeline, using <a class="link" href="ClutterScore.html#clutter-score-append-at-marker" title="clutter_score_append_at_marker ()"><code class="function">clutter_score_append_at_marker()</code></a>.</p>
|
291
|
+
<p>The score can be cleared using <a class="link" href="ClutterScore.html#clutter-score-remove-all" title="clutter_score_remove_all ()"><code class="function">clutter_score_remove_all()</code></a>.</p>
|
292
|
+
<p>The list of timelines can be retrieved using
|
293
|
+
<a class="link" href="ClutterScore.html#clutter-score-list-timelines" title="clutter_score_list_timelines ()"><code class="function">clutter_score_list_timelines()</code></a>.</p>
|
294
|
+
<p>The score state is controlled using <a class="link" href="ClutterScore.html#clutter-score-start" title="clutter_score_start ()"><code class="function">clutter_score_start()</code></a>,
|
295
|
+
<a class="link" href="ClutterScore.html#clutter-score-pause" title="clutter_score_pause ()"><code class="function">clutter_score_pause()</code></a>, <a class="link" href="ClutterScore.html#clutter-score-stop" title="clutter_score_stop ()"><code class="function">clutter_score_stop()</code></a> and <a class="link" href="ClutterScore.html#clutter-score-rewind" title="clutter_score_rewind ()"><code class="function">clutter_score_rewind()</code></a>.
|
296
|
+
The state can be queried using <a class="link" href="ClutterScore.html#clutter-score-is-playing" title="clutter_score_is_playing ()"><code class="function">clutter_score_is_playing()</code></a>.</p>
|
297
|
+
<p><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> is available since Clutter 0.6</p>
|
178
298
|
</div>
|
179
299
|
<div class="refsect1">
|
180
|
-
<a name="ClutterScore.
|
300
|
+
<a name="ClutterScore.functions_details"></a><h2>Functions</h2>
|
181
301
|
<div class="refsect2">
|
182
|
-
<a name="
|
183
|
-
<pre class="programlisting"
|
184
|
-
<
|
185
|
-
|
186
|
-
|
187
|
-
</p>
|
302
|
+
<a name="clutter-score-new"></a><h3>clutter_score_new ()</h3>
|
303
|
+
<pre class="programlisting"><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="returnvalue">ClutterScore</span></a> *
|
304
|
+
clutter_score_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
305
|
+
<div class="warning"><p><code class="literal">clutter_score_new</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
306
|
+
<p>Creates a new <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>. A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> is an object that can
|
307
|
+
hold multiple <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a><!-- -->s in a sequential order.</p>
|
308
|
+
<div class="refsect3">
|
309
|
+
<a name="id-1.10.16.9.2.7"></a><h4>Returns</h4>
|
310
|
+
<p> the newly created <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>. Use <code class="function">g_object_unref()</code>
|
311
|
+
when done.</p>
|
312
|
+
<p></p>
|
313
|
+
</div>
|
188
314
|
<p class="since">Since 0.6</p>
|
189
315
|
</div>
|
190
316
|
<hr>
|
191
317
|
<div class="refsect2">
|
192
|
-
<a name="
|
193
|
-
<pre class="programlisting">
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
</pre>
|
204
|
-
<p>
|
205
|
-
The <a class="link" href="ClutterScore.html#ClutterScoreClass" title="struct ClutterScoreClass"><span class="type">ClutterScoreClass</span></a> structure contains only private data
|
206
|
-
</p>
|
207
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
318
|
+
<a name="clutter-score-set-loop"></a><h3>clutter_score_set_loop ()</h3>
|
319
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
320
|
+
clutter_score_set_loop (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
321
|
+
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);</pre>
|
322
|
+
<div class="warning"><p><code class="literal">clutter_score_set_loop</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
323
|
+
<p>Sets whether <em class="parameter"><code>score</code></em>
|
324
|
+
should loop. A looping <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> will start
|
325
|
+
from its initial state after the ::complete signal has been fired.</p>
|
326
|
+
<div class="refsect3">
|
327
|
+
<a name="id-1.10.16.9.3.7"></a><h4>Parameters</h4>
|
328
|
+
<div class="informaltable"><table width="100%" border="0">
|
208
329
|
<colgroup>
|
209
|
-
<col
|
210
|
-
<col>
|
330
|
+
<col width="150px" class="parameters_name">
|
331
|
+
<col class="parameters_description">
|
332
|
+
<col width="200px" class="parameters_annotations">
|
211
333
|
</colgroup>
|
212
334
|
<tbody>
|
213
335
|
<tr>
|
214
|
-
<td
|
215
|
-
<td>
|
216
|
-
</
|
217
|
-
<tr>
|
218
|
-
<td><p><span class="term"><em class="structfield"><code><a name="ClutterScoreClass.timeline-completed"></a>timeline_completed</code></em> ()</span></p></td>
|
219
|
-
<td>handler for the <a class="link" href="ClutterScore.html#ClutterScore-timeline-completed" title='The "timeline-completed" signal'><span class="type">"timeline-completed"</span></a>
|
220
|
-
signal</td>
|
336
|
+
<td class="parameter_name"><p>score</p></td>
|
337
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
338
|
+
<td class="parameter_annotations"> </td>
|
221
339
|
</tr>
|
222
340
|
<tr>
|
223
|
-
<td
|
224
|
-
<td
|
225
|
-
</
|
226
|
-
<tr>
|
227
|
-
<td><p><span class="term"><em class="structfield"><code><a name="ClutterScoreClass.completed"></a>completed</code></em> ()</span></p></td>
|
228
|
-
<td>handler for the <a class="link" href="ClutterScore.html#ClutterScore-completed" title='The "completed" signal'><span class="type">"completed"</span></a> signal</td>
|
229
|
-
</tr>
|
230
|
-
<tr>
|
231
|
-
<td><p><span class="term"><em class="structfield"><code><a name="ClutterScoreClass.paused"></a>paused</code></em> ()</span></p></td>
|
232
|
-
<td>handler for the <a class="link" href="ClutterScore.html#ClutterScore-paused" title='The "paused" signal'><span class="type">"paused"</span></a> signal</td>
|
341
|
+
<td class="parameter_name"><p>loop</p></td>
|
342
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> for enable looping</p></td>
|
343
|
+
<td class="parameter_annotations"> </td>
|
233
344
|
</tr>
|
234
345
|
</tbody>
|
235
346
|
</table></div>
|
347
|
+
</div>
|
236
348
|
<p class="since">Since 0.6</p>
|
237
349
|
</div>
|
238
350
|
<hr>
|
239
351
|
<div class="refsect2">
|
240
|
-
<a name="clutter-score-
|
241
|
-
<pre class="programlisting"><
|
242
|
-
<
|
243
|
-
<
|
244
|
-
<p
|
245
|
-
</
|
246
|
-
<
|
247
|
-
|
248
|
-
|
249
|
-
</p>
|
250
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
352
|
+
<a name="clutter-score-get-loop"></a><h3>clutter_score_get_loop ()</h3>
|
353
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
354
|
+
clutter_score_get_loop (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
355
|
+
<div class="warning"><p><code class="literal">clutter_score_get_loop</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
356
|
+
<p>Gets whether <em class="parameter"><code>score</code></em>
|
357
|
+
is looping</p>
|
358
|
+
<div class="refsect3">
|
359
|
+
<a name="id-1.10.16.9.4.7"></a><h4>Parameters</h4>
|
360
|
+
<div class="informaltable"><table width="100%" border="0">
|
251
361
|
<colgroup>
|
252
|
-
<col
|
253
|
-
<col>
|
362
|
+
<col width="150px" class="parameters_name">
|
363
|
+
<col class="parameters_description">
|
364
|
+
<col width="200px" class="parameters_annotations">
|
254
365
|
</colgroup>
|
255
366
|
<tbody><tr>
|
256
|
-
<td
|
257
|
-
<td>
|
258
|
-
|
367
|
+
<td class="parameter_name"><p>score</p></td>
|
368
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
369
|
+
<td class="parameter_annotations"> </td>
|
259
370
|
</tr></tbody>
|
260
371
|
</table></div>
|
261
|
-
<p class="since">Since 0.6</p>
|
262
372
|
</div>
|
263
|
-
<
|
264
|
-
<
|
265
|
-
<
|
266
|
-
<
|
267
|
-
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);</pre>
|
268
|
-
<div class="warning">
|
269
|
-
<h3 class="title">Warning</h3>
|
270
|
-
<p><code class="literal">clutter_score_set_loop</code> is deprecated and should not be used in newly-written code. 1.8</p>
|
271
|
-
</div>
|
272
|
-
<p>
|
273
|
-
Sets whether <em class="parameter"><code>score</code></em> should loop. A looping <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> will start
|
274
|
-
from its initial state after the ::complete signal has been fired.
|
275
|
-
</p>
|
276
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
277
|
-
<colgroup>
|
278
|
-
<col align="left" valign="top">
|
279
|
-
<col>
|
280
|
-
</colgroup>
|
281
|
-
<tbody>
|
282
|
-
<tr>
|
283
|
-
<td><p><span class="term"><em class="parameter"><code>score</code></em> :</span></p></td>
|
284
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
285
|
-
</td>
|
286
|
-
</tr>
|
287
|
-
<tr>
|
288
|
-
<td><p><span class="term"><em class="parameter"><code>loop</code></em> :</span></p></td>
|
289
|
-
<td>
|
290
|
-
<code class="literal">TRUE</code> for enable looping</td>
|
291
|
-
</tr>
|
292
|
-
</tbody>
|
293
|
-
</table></div>
|
294
|
-
<p class="since">Since 0.6</p>
|
373
|
+
<div class="refsect3">
|
374
|
+
<a name="id-1.10.16.9.4.8"></a><h4>Returns</h4>
|
375
|
+
<p> <code class="literal">TRUE</code> if the score is looping</p>
|
376
|
+
<p></p>
|
295
377
|
</div>
|
296
|
-
<hr>
|
297
|
-
<div class="refsect2">
|
298
|
-
<a name="clutter-score-get-loop"></a><h3>clutter_score_get_loop ()</h3>
|
299
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_score_get_loop (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
300
|
-
<div class="warning">
|
301
|
-
<h3 class="title">Warning</h3>
|
302
|
-
<p><code class="literal">clutter_score_get_loop</code> is deprecated and should not be used in newly-written code. 1.8</p>
|
303
|
-
</div>
|
304
|
-
<p>
|
305
|
-
Gets whether <em class="parameter"><code>score</code></em> is looping
|
306
|
-
</p>
|
307
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
308
|
-
<colgroup>
|
309
|
-
<col align="left" valign="top">
|
310
|
-
<col>
|
311
|
-
</colgroup>
|
312
|
-
<tbody>
|
313
|
-
<tr>
|
314
|
-
<td><p><span class="term"><em class="parameter"><code>score</code></em> :</span></p></td>
|
315
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
316
|
-
</td>
|
317
|
-
</tr>
|
318
|
-
<tr>
|
319
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
320
|
-
<td>
|
321
|
-
<code class="literal">TRUE</code> if the score is looping</td>
|
322
|
-
</tr>
|
323
|
-
</tbody>
|
324
|
-
</table></div>
|
325
378
|
<p class="since">Since 0.6</p>
|
326
379
|
</div>
|
327
380
|
<hr>
|
328
381
|
<div class="refsect2">
|
329
|
-
<a name="clutter-score-append"></a><h3>clutter_score_append
|
330
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
331
|
-
|
332
|
-
|
333
|
-
<
|
334
|
-
<
|
335
|
-
<p
|
336
|
-
</
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
</p>
|
341
|
-
<p>
|
342
|
-
|
343
|
-
<
|
344
|
-
</
|
345
|
-
<
|
346
|
-
<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> will take a reference on <em class="parameter"><code>timeline</code></em>.
|
347
|
-
</p>
|
348
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
382
|
+
<a name="clutter-score-append"></a><h3>clutter_score_append ()</h3>
|
383
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
384
|
+
clutter_score_append (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
385
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *parent</code></em>,
|
386
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
387
|
+
<div class="warning"><p><code class="literal">clutter_score_append</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
388
|
+
<p>Appends a timeline to another one existing in the score; the newly
|
389
|
+
appended timeline will be started when <em class="parameter"><code>parent</code></em>
|
390
|
+
is complete.</p>
|
391
|
+
<p>If <em class="parameter"><code>parent</code></em>
|
392
|
+
is <code class="literal">NULL</code>, the new <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> will be started when
|
393
|
+
<a class="link" href="ClutterScore.html#clutter-score-start" title="clutter_score_start ()"><code class="function">clutter_score_start()</code></a> is called.</p>
|
394
|
+
<p><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> will take a reference on <em class="parameter"><code>timeline</code></em>
|
395
|
+
.</p>
|
396
|
+
<div class="refsect3">
|
397
|
+
<a name="id-1.10.16.9.5.9"></a><h4>Parameters</h4>
|
398
|
+
<div class="informaltable"><table width="100%" border="0">
|
349
399
|
<colgroup>
|
350
|
-
<col
|
351
|
-
<col>
|
400
|
+
<col width="150px" class="parameters_name">
|
401
|
+
<col class="parameters_description">
|
402
|
+
<col width="200px" class="parameters_annotations">
|
352
403
|
</colgroup>
|
353
404
|
<tbody>
|
354
405
|
<tr>
|
355
|
-
<td
|
356
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
357
|
-
</td>
|
358
|
-
</tr>
|
359
|
-
<tr>
|
360
|
-
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
361
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> in the score, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
362
|
-
</td>
|
406
|
+
<td class="parameter_name"><p>score</p></td>
|
407
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
408
|
+
<td class="parameter_annotations"> </td>
|
363
409
|
</tr>
|
364
410
|
<tr>
|
365
|
-
<td
|
366
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
367
|
-
</td>
|
411
|
+
<td class="parameter_name"><p>parent</p></td>
|
412
|
+
<td class="parameter_description"><p> a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> in the score, or <code class="literal">NULL</code>. </p></td>
|
413
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
368
414
|
</tr>
|
369
415
|
<tr>
|
370
|
-
<td
|
371
|
-
<td>
|
372
|
-
|
373
|
-
or <a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()"><code class="function">clutter_score_get_timeline()</code></a>.</td>
|
416
|
+
<td class="parameter_name"><p>timeline</p></td>
|
417
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
418
|
+
<td class="parameter_annotations"> </td>
|
374
419
|
</tr>
|
375
420
|
</tbody>
|
376
421
|
</table></div>
|
422
|
+
</div>
|
423
|
+
<div class="refsect3">
|
424
|
+
<a name="id-1.10.16.9.5.10"></a><h4>Returns</h4>
|
425
|
+
<p> the id of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> inside the score, or
|
426
|
+
0 on failure. The returned id can be used with <a class="link" href="ClutterScore.html#clutter-score-remove" title="clutter_score_remove ()"><code class="function">clutter_score_remove()</code></a>
|
427
|
+
or <a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()"><code class="function">clutter_score_get_timeline()</code></a>.</p>
|
428
|
+
<p></p>
|
429
|
+
</div>
|
377
430
|
<p class="since">Since 0.6</p>
|
378
431
|
</div>
|
379
432
|
<hr>
|
380
433
|
<div class="refsect2">
|
381
|
-
<a name="clutter-score-append-at-marker"></a><h3>clutter_score_append_at_marker
|
382
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
<
|
387
|
-
<
|
388
|
-
<p
|
389
|
-
</
|
390
|
-
<
|
391
|
-
|
392
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a
|
393
|
-
|
394
|
-
<
|
395
|
-
|
396
|
-
<a class="link" href="ClutterScore.html#clutter-score-append" title="clutter_score_append
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
</
|
401
|
-
<div class="
|
434
|
+
<a name="clutter-score-append-at-marker"></a><h3>clutter_score_append_at_marker ()</h3>
|
435
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
436
|
+
clutter_score_append_at_marker (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
437
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *parent</code></em>,
|
438
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *marker_name</code></em>,
|
439
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
440
|
+
<div class="warning"><p><code class="literal">clutter_score_append_at_marker</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
441
|
+
<p>Appends <em class="parameter"><code>timeline</code></em>
|
442
|
+
at the given <em class="parameter"><code>marker_name</code></em>
|
443
|
+
on the <em class="parameter"><code>parent</code></em>
|
444
|
+
|
445
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.</p>
|
446
|
+
<p>If you want to append <em class="parameter"><code>timeline</code></em>
|
447
|
+
at the end of <em class="parameter"><code>parent</code></em>
|
448
|
+
, use
|
449
|
+
<a class="link" href="ClutterScore.html#clutter-score-append" title="clutter_score_append ()"><code class="function">clutter_score_append()</code></a>.</p>
|
450
|
+
<p>The <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> will take a reference on <em class="parameter"><code>timeline</code></em>
|
451
|
+
.</p>
|
452
|
+
<div class="refsect3">
|
453
|
+
<a name="id-1.10.16.9.6.9"></a><h4>Parameters</h4>
|
454
|
+
<div class="informaltable"><table width="100%" border="0">
|
402
455
|
<colgroup>
|
403
|
-
<col
|
404
|
-
<col>
|
456
|
+
<col width="150px" class="parameters_name">
|
457
|
+
<col class="parameters_description">
|
458
|
+
<col width="200px" class="parameters_annotations">
|
405
459
|
</colgroup>
|
406
460
|
<tbody>
|
407
461
|
<tr>
|
408
|
-
<td
|
409
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
410
|
-
</td>
|
462
|
+
<td class="parameter_name"><p>score</p></td>
|
463
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
464
|
+
<td class="parameter_annotations"> </td>
|
411
465
|
</tr>
|
412
466
|
<tr>
|
413
|
-
<td
|
414
|
-
<td>the parent <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
415
|
-
</td>
|
416
|
-
</tr>
|
417
|
-
<tr>
|
418
|
-
<td><p><span class="term"><em class="parameter"><code>marker_name</code></em> :</span></p></td>
|
419
|
-
<td>the name of the marker to use</td>
|
467
|
+
<td class="parameter_name"><p>parent</p></td>
|
468
|
+
<td class="parameter_description"><p>the parent <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
469
|
+
<td class="parameter_annotations"> </td>
|
420
470
|
</tr>
|
421
471
|
<tr>
|
422
|
-
<td
|
423
|
-
<td
|
472
|
+
<td class="parameter_name"><p>marker_name</p></td>
|
473
|
+
<td class="parameter_description"><p>the name of the marker to use</p></td>
|
474
|
+
<td class="parameter_annotations"> </td>
|
424
475
|
</tr>
|
425
476
|
<tr>
|
426
|
-
<td
|
427
|
-
<td>the
|
428
|
-
|
429
|
-
or <a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()"><code class="function">clutter_score_get_timeline()</code></a>.</td>
|
477
|
+
<td class="parameter_name"><p>timeline</p></td>
|
478
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> to append</p></td>
|
479
|
+
<td class="parameter_annotations"> </td>
|
430
480
|
</tr>
|
431
481
|
</tbody>
|
432
482
|
</table></div>
|
483
|
+
</div>
|
484
|
+
<div class="refsect3">
|
485
|
+
<a name="id-1.10.16.9.6.10"></a><h4>Returns</h4>
|
486
|
+
<p> the id of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> inside the score, or
|
487
|
+
0 on failure. The returned id can be used with <a class="link" href="ClutterScore.html#clutter-score-remove" title="clutter_score_remove ()"><code class="function">clutter_score_remove()</code></a>
|
488
|
+
or <a class="link" href="ClutterScore.html#clutter-score-get-timeline" title="clutter_score_get_timeline ()"><code class="function">clutter_score_get_timeline()</code></a>.</p>
|
489
|
+
<p></p>
|
490
|
+
</div>
|
433
491
|
<p class="since">Since 0.8</p>
|
434
492
|
</div>
|
435
493
|
<hr>
|
436
494
|
<div class="refsect2">
|
437
|
-
<a name="clutter-score-remove"></a><h3>clutter_score_remove
|
438
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
439
|
-
|
440
|
-
<
|
441
|
-
<
|
442
|
-
<p><
|
443
|
-
|
444
|
-
<p>
|
445
|
-
Removes the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with the given id inside <em class="parameter"><code>score</code></em>. If
|
495
|
+
<a name="clutter-score-remove"></a><h3>clutter_score_remove ()</h3>
|
496
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
497
|
+
clutter_score_remove (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
498
|
+
<em class="parameter"><code><span class="type">gulong</span> id_</code></em>);</pre>
|
499
|
+
<div class="warning"><p><code class="literal">clutter_score_remove</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
500
|
+
<p>Removes the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with the given id inside <em class="parameter"><code>score</code></em>
|
501
|
+
. If
|
446
502
|
the timeline has other timelines attached to it, those are removed
|
447
|
-
as well
|
448
|
-
|
449
|
-
<
|
503
|
+
as well.</p>
|
504
|
+
<div class="refsect3">
|
505
|
+
<a name="id-1.10.16.9.7.7"></a><h4>Parameters</h4>
|
506
|
+
<div class="informaltable"><table width="100%" border="0">
|
450
507
|
<colgroup>
|
451
|
-
<col
|
452
|
-
<col>
|
508
|
+
<col width="150px" class="parameters_name">
|
509
|
+
<col class="parameters_description">
|
510
|
+
<col width="200px" class="parameters_annotations">
|
453
511
|
</colgroup>
|
454
512
|
<tbody>
|
455
513
|
<tr>
|
456
|
-
<td
|
457
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
458
|
-
</td>
|
514
|
+
<td class="parameter_name"><p>score</p></td>
|
515
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
516
|
+
<td class="parameter_annotations"> </td>
|
459
517
|
</tr>
|
460
518
|
<tr>
|
461
|
-
<td
|
462
|
-
<td>the id of the timeline to remove</td>
|
519
|
+
<td class="parameter_name"><p>id_</p></td>
|
520
|
+
<td class="parameter_description"><p>the id of the timeline to remove</p></td>
|
521
|
+
<td class="parameter_annotations"> </td>
|
463
522
|
</tr>
|
464
523
|
</tbody>
|
465
524
|
</table></div>
|
525
|
+
</div>
|
466
526
|
<p class="since">Since 0.6</p>
|
467
527
|
</div>
|
468
528
|
<hr>
|
469
529
|
<div class="refsect2">
|
470
|
-
<a name="clutter-score-remove-all"></a><h3>clutter_score_remove_all
|
471
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
472
|
-
<
|
473
|
-
<
|
474
|
-
<p
|
475
|
-
|
476
|
-
<
|
477
|
-
|
478
|
-
|
479
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
530
|
+
<a name="clutter-score-remove-all"></a><h3>clutter_score_remove_all ()</h3>
|
531
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
532
|
+
clutter_score_remove_all (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
533
|
+
<div class="warning"><p><code class="literal">clutter_score_remove_all</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
534
|
+
<p>Removes all the timelines inside <em class="parameter"><code>score</code></em>
|
535
|
+
.</p>
|
536
|
+
<div class="refsect3">
|
537
|
+
<a name="id-1.10.16.9.8.7"></a><h4>Parameters</h4>
|
538
|
+
<div class="informaltable"><table width="100%" border="0">
|
480
539
|
<colgroup>
|
481
|
-
<col
|
482
|
-
<col>
|
540
|
+
<col width="150px" class="parameters_name">
|
541
|
+
<col class="parameters_description">
|
542
|
+
<col width="200px" class="parameters_annotations">
|
483
543
|
</colgroup>
|
484
544
|
<tbody><tr>
|
485
|
-
<td
|
486
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
487
|
-
</td>
|
545
|
+
<td class="parameter_name"><p>score</p></td>
|
546
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
547
|
+
<td class="parameter_annotations"> </td>
|
488
548
|
</tr></tbody>
|
489
549
|
</table></div>
|
550
|
+
</div>
|
490
551
|
<p class="since">Since 0.6</p>
|
491
552
|
</div>
|
492
553
|
<hr>
|
493
554
|
<div class="refsect2">
|
494
|
-
<a name="clutter-score-get-timeline"></a><h3>clutter_score_get_timeline
|
495
|
-
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a>
|
496
|
-
|
497
|
-
<
|
498
|
-
<
|
499
|
-
<p><
|
500
|
-
</
|
501
|
-
|
502
|
-
|
503
|
-
</
|
504
|
-
<div class="
|
555
|
+
<a name="clutter-score-get-timeline"></a><h3>clutter_score_get_timeline ()</h3>
|
556
|
+
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
557
|
+
clutter_score_get_timeline (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>,
|
558
|
+
<em class="parameter"><code><span class="type">gulong</span> id_</code></em>);</pre>
|
559
|
+
<div class="warning"><p><code class="literal">clutter_score_get_timeline</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
560
|
+
<p>Retrieves the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> for <em class="parameter"><code>id_</code></em>
|
561
|
+
inside <em class="parameter"><code>score</code></em>
|
562
|
+
.</p>
|
563
|
+
<div class="refsect3">
|
564
|
+
<a name="id-1.10.16.9.9.7"></a><h4>Parameters</h4>
|
565
|
+
<div class="informaltable"><table width="100%" border="0">
|
505
566
|
<colgroup>
|
506
|
-
<col
|
507
|
-
<col>
|
567
|
+
<col width="150px" class="parameters_name">
|
568
|
+
<col class="parameters_description">
|
569
|
+
<col width="200px" class="parameters_annotations">
|
508
570
|
</colgroup>
|
509
571
|
<tbody>
|
510
572
|
<tr>
|
511
|
-
<td
|
512
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
513
|
-
</td>
|
514
|
-
</tr>
|
515
|
-
<tr>
|
516
|
-
<td><p><span class="term"><em class="parameter"><code>id_</code></em> :</span></p></td>
|
517
|
-
<td>the id of the timeline</td>
|
573
|
+
<td class="parameter_name"><p>score</p></td>
|
574
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
575
|
+
<td class="parameter_annotations"> </td>
|
518
576
|
</tr>
|
519
577
|
<tr>
|
520
|
-
<td
|
521
|
-
<td>the
|
522
|
-
|
523
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
524
|
-
</td>
|
578
|
+
<td class="parameter_name"><p>id_</p></td>
|
579
|
+
<td class="parameter_description"><p>the id of the timeline</p></td>
|
580
|
+
<td class="parameter_annotations"> </td>
|
525
581
|
</tr>
|
526
582
|
</tbody>
|
527
583
|
</table></div>
|
584
|
+
</div>
|
585
|
+
<div class="refsect3">
|
586
|
+
<a name="id-1.10.16.9.9.8"></a><h4>Returns</h4>
|
587
|
+
<p> the requested timeline, or <code class="literal">NULL</code>. This
|
588
|
+
function does not increase the reference count on the returned
|
589
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>. </p>
|
590
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
591
|
+
</div>
|
528
592
|
<p class="since">Since 0.6</p>
|
529
593
|
</div>
|
530
594
|
<hr>
|
531
595
|
<div class="refsect2">
|
532
|
-
<a name="clutter-score-list-timelines"></a><h3>clutter_score_list_timelines
|
533
|
-
<pre class="programlisting"><span class="returnvalue">GSList</span>
|
534
|
-
<
|
535
|
-
<
|
536
|
-
<p><
|
537
|
-
|
538
|
-
<
|
539
|
-
|
540
|
-
|
541
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
596
|
+
<a name="clutter-score-list-timelines"></a><h3>clutter_score_list_timelines ()</h3>
|
597
|
+
<pre class="programlisting"><span class="returnvalue">GSList</span> *
|
598
|
+
clutter_score_list_timelines (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
599
|
+
<div class="warning"><p><code class="literal">clutter_score_list_timelines</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
600
|
+
<p>Retrieves a list of all the <a href="ClutterTimeline.html"><span class="type">ClutterTimelines</span></a> managed by <em class="parameter"><code>score</code></em>
|
601
|
+
.</p>
|
602
|
+
<div class="refsect3">
|
603
|
+
<a name="id-1.10.16.9.10.7"></a><h4>Parameters</h4>
|
604
|
+
<div class="informaltable"><table width="100%" border="0">
|
542
605
|
<colgroup>
|
543
|
-
<col
|
544
|
-
<col>
|
606
|
+
<col width="150px" class="parameters_name">
|
607
|
+
<col class="parameters_description">
|
608
|
+
<col width="200px" class="parameters_annotations">
|
545
609
|
</colgroup>
|
546
|
-
<tbody>
|
547
|
-
<
|
548
|
-
<td><p
|
549
|
-
<td
|
550
|
-
</
|
551
|
-
</
|
552
|
-
|
553
|
-
<
|
554
|
-
<
|
610
|
+
<tbody><tr>
|
611
|
+
<td class="parameter_name"><p>score</p></td>
|
612
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
613
|
+
<td class="parameter_annotations"> </td>
|
614
|
+
</tr></tbody>
|
615
|
+
</table></div>
|
616
|
+
</div>
|
617
|
+
<div class="refsect3">
|
618
|
+
<a name="id-1.10.16.9.10.8"></a><h4>Returns</h4>
|
619
|
+
<p> a
|
555
620
|
<span class="type">GSList</span> containing all the timelines in the score. This function does
|
556
621
|
not increase the reference count of the returned timelines. Use
|
557
|
-
<code class="function">g_slist_free()</code> on the returned list to deallocate its resources.
|
558
|
-
</
|
559
|
-
</
|
560
|
-
</tbody>
|
561
|
-
</table></div>
|
622
|
+
<code class="function">g_slist_free()</code> on the returned list to deallocate its resources. </p>
|
623
|
+
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Clutter.Timeline]</span></p>
|
624
|
+
</div>
|
562
625
|
<p class="since">Since 0.6</p>
|
563
626
|
</div>
|
564
627
|
<hr>
|
565
628
|
<div class="refsect2">
|
566
|
-
<a name="clutter-score-start"></a><h3>clutter_score_start
|
567
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
568
|
-
<
|
569
|
-
<
|
570
|
-
<p
|
571
|
-
|
572
|
-
<
|
573
|
-
|
574
|
-
</p>
|
575
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
629
|
+
<a name="clutter-score-start"></a><h3>clutter_score_start ()</h3>
|
630
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
631
|
+
clutter_score_start (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
632
|
+
<div class="warning"><p><code class="literal">clutter_score_start</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
633
|
+
<p>Starts the score.</p>
|
634
|
+
<div class="refsect3">
|
635
|
+
<a name="id-1.10.16.9.11.7"></a><h4>Parameters</h4>
|
636
|
+
<div class="informaltable"><table width="100%" border="0">
|
576
637
|
<colgroup>
|
577
|
-
<col
|
578
|
-
<col>
|
638
|
+
<col width="150px" class="parameters_name">
|
639
|
+
<col class="parameters_description">
|
640
|
+
<col width="200px" class="parameters_annotations">
|
579
641
|
</colgroup>
|
580
642
|
<tbody><tr>
|
581
|
-
<td
|
582
|
-
<td>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
583
|
-
</td>
|
643
|
+
<td class="parameter_name"><p>score</p></td>
|
644
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
645
|
+
<td class="parameter_annotations"> </td>
|
584
646
|
</tr></tbody>
|
585
647
|
</table></div>
|
648
|
+
</div>
|
586
649
|
<p class="since">Since 0.6</p>
|
587
650
|
</div>
|
588
651
|
<hr>
|
589
652
|
<div class="refsect2">
|
590
|
-
<a name="clutter-score-pause"></a><h3>clutter_score_pause
|
591
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
592
|
-
<
|
593
|
-
<
|
594
|
-
<p
|
595
|
-
|
596
|
-
<
|
597
|
-
|
598
|
-
|
599
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
653
|
+
<a name="clutter-score-pause"></a><h3>clutter_score_pause ()</h3>
|
654
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
655
|
+
clutter_score_pause (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
656
|
+
<div class="warning"><p><code class="literal">clutter_score_pause</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
657
|
+
<p>Pauses a playing score <em class="parameter"><code>score</code></em>
|
658
|
+
.</p>
|
659
|
+
<div class="refsect3">
|
660
|
+
<a name="id-1.10.16.9.12.7"></a><h4>Parameters</h4>
|
661
|
+
<div class="informaltable"><table width="100%" border="0">
|
600
662
|
<colgroup>
|
601
|
-
<col
|
602
|
-
<col>
|
663
|
+
<col width="150px" class="parameters_name">
|
664
|
+
<col class="parameters_description">
|
665
|
+
<col width="200px" class="parameters_annotations">
|
603
666
|
</colgroup>
|
604
667
|
<tbody><tr>
|
605
|
-
<td
|
606
|
-
<td>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
607
|
-
</td>
|
668
|
+
<td class="parameter_name"><p>score</p></td>
|
669
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
670
|
+
<td class="parameter_annotations"> </td>
|
608
671
|
</tr></tbody>
|
609
672
|
</table></div>
|
673
|
+
</div>
|
610
674
|
<p class="since">Since 0.6</p>
|
611
675
|
</div>
|
612
676
|
<hr>
|
613
677
|
<div class="refsect2">
|
614
|
-
<a name="clutter-score-stop"></a><h3>clutter_score_stop
|
615
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
616
|
-
<
|
617
|
-
<
|
618
|
-
<p
|
619
|
-
|
620
|
-
<
|
621
|
-
|
622
|
-
</p>
|
623
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
678
|
+
<a name="clutter-score-stop"></a><h3>clutter_score_stop ()</h3>
|
679
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
680
|
+
clutter_score_stop (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
681
|
+
<div class="warning"><p><code class="literal">clutter_score_stop</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
682
|
+
<p>Stops and rewinds a playing <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> instance.</p>
|
683
|
+
<div class="refsect3">
|
684
|
+
<a name="id-1.10.16.9.13.7"></a><h4>Parameters</h4>
|
685
|
+
<div class="informaltable"><table width="100%" border="0">
|
624
686
|
<colgroup>
|
625
|
-
<col
|
626
|
-
<col>
|
687
|
+
<col width="150px" class="parameters_name">
|
688
|
+
<col class="parameters_description">
|
689
|
+
<col width="200px" class="parameters_annotations">
|
627
690
|
</colgroup>
|
628
691
|
<tbody><tr>
|
629
|
-
<td
|
630
|
-
<td>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
631
|
-
</td>
|
692
|
+
<td class="parameter_name"><p>score</p></td>
|
693
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
694
|
+
<td class="parameter_annotations"> </td>
|
632
695
|
</tr></tbody>
|
633
696
|
</table></div>
|
697
|
+
</div>
|
634
698
|
<p class="since">Since 0.6</p>
|
635
699
|
</div>
|
636
700
|
<hr>
|
637
701
|
<div class="refsect2">
|
638
|
-
<a name="clutter-score-is-playing"></a><h3>clutter_score_is_playing
|
639
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
640
|
-
<
|
641
|
-
<
|
642
|
-
<p><
|
643
|
-
|
644
|
-
<
|
645
|
-
|
646
|
-
</p>
|
647
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
702
|
+
<a name="clutter-score-is-playing"></a><h3>clutter_score_is_playing ()</h3>
|
703
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
704
|
+
clutter_score_is_playing (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
705
|
+
<div class="warning"><p><code class="literal">clutter_score_is_playing</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
706
|
+
<p>Query state of a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> instance.</p>
|
707
|
+
<div class="refsect3">
|
708
|
+
<a name="id-1.10.16.9.14.7"></a><h4>Parameters</h4>
|
709
|
+
<div class="informaltable"><table width="100%" border="0">
|
648
710
|
<colgroup>
|
649
|
-
<col
|
650
|
-
<col>
|
711
|
+
<col width="150px" class="parameters_name">
|
712
|
+
<col class="parameters_description">
|
713
|
+
<col width="200px" class="parameters_annotations">
|
651
714
|
</colgroup>
|
652
|
-
<tbody>
|
653
|
-
<
|
654
|
-
<td><p
|
655
|
-
<td
|
656
|
-
</
|
657
|
-
</tr>
|
658
|
-
<tr>
|
659
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
660
|
-
<td>
|
661
|
-
<code class="literal">TRUE</code> if score is currently playing</td>
|
662
|
-
</tr>
|
663
|
-
</tbody>
|
715
|
+
<tbody><tr>
|
716
|
+
<td class="parameter_name"><p>score</p></td>
|
717
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
718
|
+
<td class="parameter_annotations"> </td>
|
719
|
+
</tr></tbody>
|
664
720
|
</table></div>
|
721
|
+
</div>
|
722
|
+
<div class="refsect3">
|
723
|
+
<a name="id-1.10.16.9.14.8"></a><h4>Returns</h4>
|
724
|
+
<p> <code class="literal">TRUE</code> if score is currently playing</p>
|
725
|
+
<p></p>
|
726
|
+
</div>
|
665
727
|
<p class="since">Since 0.6</p>
|
666
728
|
</div>
|
667
729
|
<hr>
|
668
730
|
<div class="refsect2">
|
669
|
-
<a name="clutter-score-rewind"></a><h3>clutter_score_rewind
|
670
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
671
|
-
<
|
672
|
-
<
|
673
|
-
<p><
|
674
|
-
|
675
|
-
<
|
676
|
-
|
677
|
-
</p>
|
678
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
731
|
+
<a name="clutter-score-rewind"></a><h3>clutter_score_rewind ()</h3>
|
732
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
733
|
+
clutter_score_rewind (<em class="parameter"><code><a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score</code></em>);</pre>
|
734
|
+
<div class="warning"><p><code class="literal">clutter_score_rewind</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
735
|
+
<p>Rewinds a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> to its initial state.</p>
|
736
|
+
<div class="refsect3">
|
737
|
+
<a name="id-1.10.16.9.15.7"></a><h4>Parameters</h4>
|
738
|
+
<div class="informaltable"><table width="100%" border="0">
|
679
739
|
<colgroup>
|
680
|
-
<col
|
681
|
-
<col>
|
740
|
+
<col width="150px" class="parameters_name">
|
741
|
+
<col class="parameters_description">
|
742
|
+
<col width="200px" class="parameters_annotations">
|
682
743
|
</colgroup>
|
683
744
|
<tbody><tr>
|
684
|
-
<td
|
685
|
-
<td>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
686
|
-
</td>
|
745
|
+
<td class="parameter_name"><p>score</p></td>
|
746
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a></p></td>
|
747
|
+
<td class="parameter_annotations"> </td>
|
687
748
|
</tr></tbody>
|
688
749
|
</table></div>
|
750
|
+
</div>
|
751
|
+
<p class="since">Since 0.6</p>
|
752
|
+
</div>
|
753
|
+
</div>
|
754
|
+
<div class="refsect1">
|
755
|
+
<a name="ClutterScore.other_details"></a><h2>Types and Values</h2>
|
756
|
+
<div class="refsect2">
|
757
|
+
<a name="ClutterScore-struct"></a><h3>struct ClutterScore</h3>
|
758
|
+
<pre class="programlisting">struct ClutterScore;</pre>
|
759
|
+
<p>The <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> structure contains only private data
|
760
|
+
and should be accessed using the provided API</p>
|
761
|
+
<p class="since">Since 0.6</p>
|
762
|
+
</div>
|
763
|
+
<hr>
|
764
|
+
<div class="refsect2">
|
765
|
+
<a name="ClutterScoreClass"></a><h3>struct ClutterScoreClass</h3>
|
766
|
+
<pre class="programlisting">struct ClutterScoreClass {
|
767
|
+
void (* timeline_started) (ClutterScore *score,
|
768
|
+
ClutterTimeline *timeline);
|
769
|
+
void (* timeline_completed) (ClutterScore *score,
|
770
|
+
ClutterTimeline *timeline);
|
771
|
+
|
772
|
+
void (* started) (ClutterScore *score);
|
773
|
+
void (* completed) (ClutterScore *score);
|
774
|
+
void (* paused) (ClutterScore *score);
|
775
|
+
};
|
776
|
+
</pre>
|
777
|
+
<p>The <a class="link" href="ClutterScore.html#ClutterScoreClass" title="struct ClutterScoreClass"><span class="type">ClutterScoreClass</span></a> structure contains only private data</p>
|
778
|
+
<div class="refsect3">
|
779
|
+
<a name="id-1.10.16.10.3.5"></a><h4>Members</h4>
|
780
|
+
<div class="informaltable"><table width="100%" border="0">
|
781
|
+
<colgroup>
|
782
|
+
<col width="300px" class="struct_members_name">
|
783
|
+
<col class="struct_members_description">
|
784
|
+
<col width="200px" class="struct_members_annotations">
|
785
|
+
</colgroup>
|
786
|
+
<tbody>
|
787
|
+
<tr>
|
788
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterScoreClass.timeline-started"></a>timeline_started</code></em> ()</p></td>
|
789
|
+
<td class="struct_member_description"><p>handler for the <a class="link" href="ClutterScore.html#ClutterScore-timeline-started" title="The “timeline-started” signal"><span class="type">“timeline-started”</span></a> signal</p></td>
|
790
|
+
<td class="struct_member_annotations"> </td>
|
791
|
+
</tr>
|
792
|
+
<tr>
|
793
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterScoreClass.timeline-completed"></a>timeline_completed</code></em> ()</p></td>
|
794
|
+
<td class="struct_member_description"><p>handler for the <a class="link" href="ClutterScore.html#ClutterScore-timeline-completed" title="The “timeline-completed” signal"><span class="type">“timeline-completed”</span></a>
|
795
|
+
signal</p></td>
|
796
|
+
<td class="struct_member_annotations"> </td>
|
797
|
+
</tr>
|
798
|
+
<tr>
|
799
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterScoreClass.started"></a>started</code></em> ()</p></td>
|
800
|
+
<td class="struct_member_description"><p>handler for the <a class="link" href="ClutterScore.html#ClutterScore-started" title="The “started” signal"><span class="type">“started”</span></a> signal</p></td>
|
801
|
+
<td class="struct_member_annotations"> </td>
|
802
|
+
</tr>
|
803
|
+
<tr>
|
804
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterScoreClass.completed"></a>completed</code></em> ()</p></td>
|
805
|
+
<td class="struct_member_description"><p>handler for the <a class="link" href="ClutterScore.html#ClutterScore-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal</p></td>
|
806
|
+
<td class="struct_member_annotations"> </td>
|
807
|
+
</tr>
|
808
|
+
<tr>
|
809
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterScoreClass.paused"></a>paused</code></em> ()</p></td>
|
810
|
+
<td class="struct_member_description"><p>handler for the <a class="link" href="ClutterScore.html#ClutterScore-paused" title="The “paused” signal"><span class="type">“paused”</span></a> signal</p></td>
|
811
|
+
<td class="struct_member_annotations"> </td>
|
812
|
+
</tr>
|
813
|
+
</tbody>
|
814
|
+
</table></div>
|
815
|
+
</div>
|
689
816
|
<p class="since">Since 0.6</p>
|
690
817
|
</div>
|
691
818
|
</div>
|
692
819
|
<div class="refsect1">
|
693
820
|
<a name="ClutterScore.property-details"></a><h2>Property Details</h2>
|
694
821
|
<div class="refsect2">
|
695
|
-
<a name="ClutterScore--loop"></a><h3>The <code class="literal"
|
696
|
-
<pre class="programlisting">
|
697
|
-
<
|
698
|
-
<
|
699
|
-
<p
|
700
|
-
</div>
|
701
|
-
<p>
|
702
|
-
Whether the <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> should restart once finished.
|
703
|
-
</p>
|
822
|
+
<a name="ClutterScore--loop"></a><h3>The <code class="literal">“loop”</code> property</h3>
|
823
|
+
<pre class="programlisting"> “loop” <span class="type">gboolean</span></pre>
|
824
|
+
<p>Whether the <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> should restart once finished.</p>
|
825
|
+
<div class="warning"><p><code class="literal">ClutterScore:loop</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
826
|
+
<p>Flags: Read / Write</p>
|
704
827
|
<p>Default value: FALSE</p>
|
705
828
|
<p class="since">Since 0.6</p>
|
706
829
|
</div>
|
@@ -708,171 +831,188 @@ Whether the <a class="link" href="ClutterScore.html" title="ClutterScore"><span
|
|
708
831
|
<div class="refsect1">
|
709
832
|
<a name="ClutterScore.signal-details"></a><h2>Signal Details</h2>
|
710
833
|
<div class="refsect2">
|
711
|
-
<a name="ClutterScore-completed"></a><h3>The <code class="literal"
|
712
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
713
|
-
|
714
|
-
<
|
715
|
-
<
|
716
|
-
<p><code class="literal">ClutterScore::completed</code>
|
717
|
-
|
718
|
-
<
|
719
|
-
|
720
|
-
</p>
|
721
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
834
|
+
<a name="ClutterScore-completed"></a><h3>The <code class="literal">“completed”</code> signal</h3>
|
835
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
836
|
+
user_function (<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score,
|
837
|
+
<span class="type">gpointer</span> user_data)</pre>
|
838
|
+
<p>The ::completed signal is emitted each time a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> terminates.</p>
|
839
|
+
<div class="warning"><p><code class="literal">ClutterScore::completed</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
840
|
+
<div class="refsect3">
|
841
|
+
<a name="id-1.10.16.12.2.7"></a><h4>Parameters</h4>
|
842
|
+
<div class="informaltable"><table width="100%" border="0">
|
722
843
|
<colgroup>
|
723
|
-
<col
|
724
|
-
<col>
|
844
|
+
<col width="150px" class="parameters_name">
|
845
|
+
<col class="parameters_description">
|
846
|
+
<col width="200px" class="parameters_annotations">
|
725
847
|
</colgroup>
|
726
848
|
<tbody>
|
727
849
|
<tr>
|
728
|
-
<td
|
729
|
-
<td>the score which received the signal</td>
|
850
|
+
<td class="parameter_name"><p>score</p></td>
|
851
|
+
<td class="parameter_description"><p>the score which received the signal</p></td>
|
852
|
+
<td class="parameter_annotations"> </td>
|
730
853
|
</tr>
|
731
854
|
<tr>
|
732
|
-
<td
|
733
|
-
<td>user data set when the signal handler was connected.</td>
|
855
|
+
<td class="parameter_name"><p>user_data</p></td>
|
856
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
857
|
+
<td class="parameter_annotations"> </td>
|
734
858
|
</tr>
|
735
859
|
</tbody>
|
736
860
|
</table></div>
|
861
|
+
</div>
|
862
|
+
<p>Flags: Run Last</p>
|
737
863
|
<p class="since">Since 0.6</p>
|
738
864
|
</div>
|
739
865
|
<hr>
|
740
866
|
<div class="refsect2">
|
741
|
-
<a name="ClutterScore-paused"></a><h3>The <code class="literal"
|
742
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
743
|
-
|
744
|
-
<
|
745
|
-
<
|
746
|
-
|
747
|
-
</div>
|
748
|
-
<
|
749
|
-
|
750
|
-
|
751
|
-
</p>
|
752
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
867
|
+
<a name="ClutterScore-paused"></a><h3>The <code class="literal">“paused”</code> signal</h3>
|
868
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
869
|
+
user_function (<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score,
|
870
|
+
<span class="type">gpointer</span> user_data)</pre>
|
871
|
+
<p>The ::paused signal is emitted each time a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a>
|
872
|
+
is paused.</p>
|
873
|
+
<div class="warning"><p><code class="literal">ClutterScore::paused</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
874
|
+
<div class="refsect3">
|
875
|
+
<a name="id-1.10.16.12.3.7"></a><h4>Parameters</h4>
|
876
|
+
<div class="informaltable"><table width="100%" border="0">
|
753
877
|
<colgroup>
|
754
|
-
<col
|
755
|
-
<col>
|
878
|
+
<col width="150px" class="parameters_name">
|
879
|
+
<col class="parameters_description">
|
880
|
+
<col width="200px" class="parameters_annotations">
|
756
881
|
</colgroup>
|
757
882
|
<tbody>
|
758
883
|
<tr>
|
759
|
-
<td
|
760
|
-
<td>the score which received the signal</td>
|
884
|
+
<td class="parameter_name"><p>score</p></td>
|
885
|
+
<td class="parameter_description"><p>the score which received the signal</p></td>
|
886
|
+
<td class="parameter_annotations"> </td>
|
761
887
|
</tr>
|
762
888
|
<tr>
|
763
|
-
<td
|
764
|
-
<td>user data set when the signal handler was connected.</td>
|
889
|
+
<td class="parameter_name"><p>user_data</p></td>
|
890
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
891
|
+
<td class="parameter_annotations"> </td>
|
765
892
|
</tr>
|
766
893
|
</tbody>
|
767
894
|
</table></div>
|
895
|
+
</div>
|
896
|
+
<p>Flags: Run Last</p>
|
768
897
|
<p class="since">Since 0.6</p>
|
769
898
|
</div>
|
770
899
|
<hr>
|
771
900
|
<div class="refsect2">
|
772
|
-
<a name="ClutterScore-started"></a><h3>The <code class="literal"
|
773
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
774
|
-
|
775
|
-
<
|
776
|
-
<
|
777
|
-
<p><code class="literal">ClutterScore::started</code>
|
778
|
-
|
779
|
-
<
|
780
|
-
|
781
|
-
</p>
|
782
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
901
|
+
<a name="ClutterScore-started"></a><h3>The <code class="literal">“started”</code> signal</h3>
|
902
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
903
|
+
user_function (<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score,
|
904
|
+
<span class="type">gpointer</span> user_data)</pre>
|
905
|
+
<p>The ::started signal is emitted each time a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> starts playing.</p>
|
906
|
+
<div class="warning"><p><code class="literal">ClutterScore::started</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
907
|
+
<div class="refsect3">
|
908
|
+
<a name="id-1.10.16.12.4.7"></a><h4>Parameters</h4>
|
909
|
+
<div class="informaltable"><table width="100%" border="0">
|
783
910
|
<colgroup>
|
784
|
-
<col
|
785
|
-
<col>
|
911
|
+
<col width="150px" class="parameters_name">
|
912
|
+
<col class="parameters_description">
|
913
|
+
<col width="200px" class="parameters_annotations">
|
786
914
|
</colgroup>
|
787
915
|
<tbody>
|
788
916
|
<tr>
|
789
|
-
<td
|
790
|
-
<td>the score which received the signal</td>
|
917
|
+
<td class="parameter_name"><p>score</p></td>
|
918
|
+
<td class="parameter_description"><p>the score which received the signal</p></td>
|
919
|
+
<td class="parameter_annotations"> </td>
|
791
920
|
</tr>
|
792
921
|
<tr>
|
793
|
-
<td
|
794
|
-
<td>user data set when the signal handler was connected.</td>
|
922
|
+
<td class="parameter_name"><p>user_data</p></td>
|
923
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
924
|
+
<td class="parameter_annotations"> </td>
|
795
925
|
</tr>
|
796
926
|
</tbody>
|
797
927
|
</table></div>
|
928
|
+
</div>
|
929
|
+
<p>Flags: Run Last</p>
|
798
930
|
<p class="since">Since 0.6</p>
|
799
931
|
</div>
|
800
932
|
<hr>
|
801
933
|
<div class="refsect2">
|
802
|
-
<a name="ClutterScore-timeline-completed"></a><h3>The <code class="literal"
|
803
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
804
|
-
|
805
|
-
|
806
|
-
<
|
807
|
-
<
|
808
|
-
<
|
809
|
-
</div>
|
810
|
-
<
|
811
|
-
|
812
|
-
|
813
|
-
</p>
|
814
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
934
|
+
<a name="ClutterScore-timeline-completed"></a><h3>The <code class="literal">“timeline-completed”</code> signal</h3>
|
935
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
936
|
+
user_function (<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score,
|
937
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline,
|
938
|
+
<span class="type">gpointer</span> user_data)</pre>
|
939
|
+
<p>The ::timeline-completed signal is emitted each time a timeline
|
940
|
+
inside a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> terminates.</p>
|
941
|
+
<div class="warning"><p><code class="literal">ClutterScore::timeline-completed</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
942
|
+
<div class="refsect3">
|
943
|
+
<a name="id-1.10.16.12.5.7"></a><h4>Parameters</h4>
|
944
|
+
<div class="informaltable"><table width="100%" border="0">
|
815
945
|
<colgroup>
|
816
|
-
<col
|
817
|
-
<col>
|
946
|
+
<col width="150px" class="parameters_name">
|
947
|
+
<col class="parameters_description">
|
948
|
+
<col width="200px" class="parameters_annotations">
|
818
949
|
</colgroup>
|
819
950
|
<tbody>
|
820
951
|
<tr>
|
821
|
-
<td
|
822
|
-
<td>the score which received the signal</td>
|
952
|
+
<td class="parameter_name"><p>score</p></td>
|
953
|
+
<td class="parameter_description"><p>the score which received the signal</p></td>
|
954
|
+
<td class="parameter_annotations"> </td>
|
823
955
|
</tr>
|
824
956
|
<tr>
|
825
|
-
<td
|
826
|
-
<td>the completed timeline</td>
|
957
|
+
<td class="parameter_name"><p>timeline</p></td>
|
958
|
+
<td class="parameter_description"><p>the completed timeline</p></td>
|
959
|
+
<td class="parameter_annotations"> </td>
|
827
960
|
</tr>
|
828
961
|
<tr>
|
829
|
-
<td
|
830
|
-
<td>user data set when the signal handler was connected.</td>
|
962
|
+
<td class="parameter_name"><p>user_data</p></td>
|
963
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
964
|
+
<td class="parameter_annotations"> </td>
|
831
965
|
</tr>
|
832
966
|
</tbody>
|
833
967
|
</table></div>
|
968
|
+
</div>
|
969
|
+
<p>Flags: Run Last</p>
|
834
970
|
<p class="since">Since 0.6</p>
|
835
971
|
</div>
|
836
972
|
<hr>
|
837
973
|
<div class="refsect2">
|
838
|
-
<a name="ClutterScore-timeline-started"></a><h3>The <code class="literal"
|
839
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
840
|
-
|
841
|
-
|
842
|
-
<
|
843
|
-
<
|
844
|
-
<
|
845
|
-
</div>
|
846
|
-
<
|
847
|
-
|
848
|
-
|
849
|
-
</p>
|
850
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
974
|
+
<a name="ClutterScore-timeline-started"></a><h3>The <code class="literal">“timeline-started”</code> signal</h3>
|
975
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
976
|
+
user_function (<a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> *score,
|
977
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline,
|
978
|
+
<span class="type">gpointer</span> user_data)</pre>
|
979
|
+
<p>The ::timeline-started signal is emitted each time a new timeline
|
980
|
+
inside a <a class="link" href="ClutterScore.html" title="ClutterScore"><span class="type">ClutterScore</span></a> starts playing.</p>
|
981
|
+
<div class="warning"><p><code class="literal">ClutterScore::timeline-started</code> has been deprecated since version 1.8 and should not be used in newly-written code.</p></div>
|
982
|
+
<div class="refsect3">
|
983
|
+
<a name="id-1.10.16.12.6.7"></a><h4>Parameters</h4>
|
984
|
+
<div class="informaltable"><table width="100%" border="0">
|
851
985
|
<colgroup>
|
852
|
-
<col
|
853
|
-
<col>
|
986
|
+
<col width="150px" class="parameters_name">
|
987
|
+
<col class="parameters_description">
|
988
|
+
<col width="200px" class="parameters_annotations">
|
854
989
|
</colgroup>
|
855
990
|
<tbody>
|
856
991
|
<tr>
|
857
|
-
<td
|
858
|
-
<td>the score which received the signal</td>
|
992
|
+
<td class="parameter_name"><p>score</p></td>
|
993
|
+
<td class="parameter_description"><p>the score which received the signal</p></td>
|
994
|
+
<td class="parameter_annotations"> </td>
|
859
995
|
</tr>
|
860
996
|
<tr>
|
861
|
-
<td
|
862
|
-
<td>the current timeline</td>
|
997
|
+
<td class="parameter_name"><p>timeline</p></td>
|
998
|
+
<td class="parameter_description"><p>the current timeline</p></td>
|
999
|
+
<td class="parameter_annotations"> </td>
|
863
1000
|
</tr>
|
864
1001
|
<tr>
|
865
|
-
<td
|
866
|
-
<td>user data set when the signal handler was connected.</td>
|
1002
|
+
<td class="parameter_name"><p>user_data</p></td>
|
1003
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
1004
|
+
<td class="parameter_annotations"> </td>
|
867
1005
|
</tr>
|
868
1006
|
</tbody>
|
869
1007
|
</table></div>
|
1008
|
+
</div>
|
1009
|
+
<p>Flags: Run Last</p>
|
870
1010
|
<p class="since">Since 0.6</p>
|
871
1011
|
</div>
|
872
1012
|
</div>
|
873
1013
|
</div>
|
874
1014
|
<div class="footer">
|
875
1015
|
<hr>
|
876
|
-
Generated by GTK-Doc V1.
|
1016
|
+
Generated by GTK-Doc V1.20.1</div>
|
877
1017
|
</body>
|
878
1018
|
</html>
|