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,21 +8,17 @@
|
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="clutter-Implicit-Animations.html" title="Implicit Animations">
|
10
10
|
<link rel="next" href="ClutterBehaviour.html" title="ClutterBehaviour">
|
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="#ClutterAnimator.
|
20
|
-
|
21
|
-
<a href="#ClutterAnimator.
|
22
|
-
|
|
23
|
-
<a href="#ClutterAnimator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
24
|
-
|
|
25
|
-
<a href="#ClutterAnimator.properties" class="shortcut">Properties</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="#ClutterAnimator.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterAnimator.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterAnimator.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
21
|
+
<a href="#ClutterAnimator.properties" class="shortcut">Properties</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,84 +32,240 @@
|
|
36
32
|
<h2><span class="refentrytitle"><a name="ClutterAnimator.top_of_page"></a>ClutterAnimator</span></h2>
|
37
33
|
<p>ClutterAnimator — Multi-actor tweener</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="
|
42
|
-
<a name="ClutterAnimator.
|
43
|
-
<
|
44
|
-
|
45
|
-
<
|
46
|
-
<
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
<
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
<
|
67
|
-
<
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<
|
74
|
-
|
75
|
-
<
|
76
|
-
|
77
|
-
|
78
|
-
<
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
<
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
<
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
<
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<
|
107
|
-
<span class="returnvalue">
|
108
|
-
|
109
|
-
|
110
|
-
</
|
37
|
+
<div class="refsect1">
|
38
|
+
<a name="ClutterAnimator.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="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
|
48
|
+
</td>
|
49
|
+
<td class="function_name">
|
50
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-new" title="clutter_animator_new ()">clutter_animator_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="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()">clutter_animator_set</a> <span class="c_punctuation">()</span>
|
59
|
+
</td>
|
60
|
+
</tr>
|
61
|
+
<tr>
|
62
|
+
<td class="function_type">
|
63
|
+
<a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
|
64
|
+
</td>
|
65
|
+
<td class="function_name">
|
66
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-set-key" title="clutter_animator_set_key ()">clutter_animator_set_key</a> <span class="c_punctuation">()</span>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td class="function_type">
|
71
|
+
<span class="returnvalue">void</span>
|
72
|
+
</td>
|
73
|
+
<td class="function_name">
|
74
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-remove-key" title="clutter_animator_remove_key ()">clutter_animator_remove_key</a> <span class="c_punctuation">()</span>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="function_type">
|
79
|
+
<span class="returnvalue">GList</span> *
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-get-keys" title="clutter_animator_get_keys ()">clutter_animator_get_keys</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">
|
87
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-start" title="clutter_animator_start ()">clutter_animator_start</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td class="function_type">
|
95
|
+
<span class="returnvalue">gboolean</span>
|
96
|
+
</td>
|
97
|
+
<td class="function_name">
|
98
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-compute-value" title="clutter_animator_compute_value ()">clutter_animator_compute_value</a> <span class="c_punctuation">()</span>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
<tr>
|
102
|
+
<td class="function_type">
|
103
|
+
<span class="returnvalue">void</span>
|
104
|
+
</td>
|
105
|
+
<td class="function_name">
|
106
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-set-timeline" title="clutter_animator_set_timeline ()">clutter_animator_set_timeline</a> <span class="c_punctuation">()</span>
|
107
|
+
</td>
|
108
|
+
</tr>
|
109
|
+
<tr>
|
110
|
+
<td class="function_type">
|
111
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
112
|
+
</td>
|
113
|
+
<td class="function_name">
|
114
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-get-timeline" title="clutter_animator_get_timeline ()">clutter_animator_get_timeline</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="ClutterAnimator.html#clutter-animator-set-duration" title="clutter_animator_set_duration ()">clutter_animator_set_duration</a> <span class="c_punctuation">()</span>
|
123
|
+
</td>
|
124
|
+
</tr>
|
125
|
+
<tr>
|
126
|
+
<td class="function_type">
|
127
|
+
<span class="returnvalue">guint</span>
|
128
|
+
</td>
|
129
|
+
<td class="function_name">
|
130
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-get-duration" title="clutter_animator_get_duration ()">clutter_animator_get_duration</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="ClutterAnimator.html#clutter-animator-property-set-ease-in" title="clutter_animator_property_set_ease_in ()">clutter_animator_property_set_ease_in</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="ClutterAnimator.html#clutter-animator-property-get-ease-in" title="clutter_animator_property_get_ease_in ()">clutter_animator_property_get_ease_in</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="ClutterAnimator.html#clutter-animator-property-set-interpolation" title="clutter_animator_property_set_interpolation ()">clutter_animator_property_set_interpolation</a> <span class="c_punctuation">()</span>
|
155
|
+
</td>
|
156
|
+
</tr>
|
157
|
+
<tr>
|
158
|
+
<td class="function_type">
|
159
|
+
<a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a>
|
160
|
+
</td>
|
161
|
+
<td class="function_name">
|
162
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-property-get-interpolation" title="clutter_animator_property_get_interpolation ()">clutter_animator_property_get_interpolation</a> <span class="c_punctuation">()</span>
|
163
|
+
</td>
|
164
|
+
</tr>
|
165
|
+
<tr>
|
166
|
+
<td class="function_type">
|
167
|
+
<span class="returnvalue">GObject</span> *
|
168
|
+
</td>
|
169
|
+
<td class="function_name">
|
170
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-object" title="clutter_animator_key_get_object ()">clutter_animator_key_get_object</a> <span class="c_punctuation">()</span>
|
171
|
+
</td>
|
172
|
+
</tr>
|
173
|
+
<tr>
|
174
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
175
|
+
</td>
|
176
|
+
<td class="function_name">
|
177
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-name" title="clutter_animator_key_get_property_name ()">clutter_animator_key_get_property_name</a> <span class="c_punctuation">()</span>
|
178
|
+
</td>
|
179
|
+
</tr>
|
180
|
+
<tr>
|
181
|
+
<td class="function_type">
|
182
|
+
<span class="returnvalue">GType</span>
|
183
|
+
</td>
|
184
|
+
<td class="function_name">
|
185
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-property-type" title="clutter_animator_key_get_property_type ()">clutter_animator_key_get_property_type</a> <span class="c_punctuation">()</span>
|
186
|
+
</td>
|
187
|
+
</tr>
|
188
|
+
<tr>
|
189
|
+
<td class="function_type">
|
190
|
+
<span class="returnvalue">gulong</span>
|
191
|
+
</td>
|
192
|
+
<td class="function_name">
|
193
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-mode" title="clutter_animator_key_get_mode ()">clutter_animator_key_get_mode</a> <span class="c_punctuation">()</span>
|
194
|
+
</td>
|
195
|
+
</tr>
|
196
|
+
<tr>
|
197
|
+
<td class="function_type">
|
198
|
+
<span class="returnvalue">gdouble</span>
|
199
|
+
</td>
|
200
|
+
<td class="function_name">
|
201
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-progress" title="clutter_animator_key_get_progress ()">clutter_animator_key_get_progress</a> <span class="c_punctuation">()</span>
|
202
|
+
</td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="function_type">
|
206
|
+
<span class="returnvalue">gboolean</span>
|
207
|
+
</td>
|
208
|
+
<td class="function_name">
|
209
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()">clutter_animator_key_get_value</a> <span class="c_punctuation">()</span>
|
210
|
+
</td>
|
211
|
+
</tr>
|
212
|
+
</tbody>
|
213
|
+
</table></div>
|
214
|
+
</div>
|
215
|
+
<div class="refsect1">
|
216
|
+
<a name="ClutterAnimator.properties"></a><h2>Properties</h2>
|
217
|
+
<div class="informaltable"><table border="0">
|
218
|
+
<colgroup>
|
219
|
+
<col width="150px" class="properties_type">
|
220
|
+
<col width="300px" class="properties_name">
|
221
|
+
<col width="200px" class="properties_flags">
|
222
|
+
</colgroup>
|
223
|
+
<tbody>
|
224
|
+
<tr>
|
225
|
+
<td class="property_type"><span class="type">guint</span></td>
|
226
|
+
<td class="property_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator--duration" title="The “duration” property">duration</a></td>
|
227
|
+
<td class="property_flags">Read / Write</td>
|
228
|
+
</tr>
|
229
|
+
<tr>
|
230
|
+
<td class="property_type">
|
231
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</td>
|
232
|
+
<td class="property_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator--timeline" title="The “timeline” property">timeline</a></td>
|
233
|
+
<td class="property_flags">Read / Write</td>
|
234
|
+
</tr>
|
235
|
+
</tbody>
|
236
|
+
</table></div>
|
237
|
+
</div>
|
238
|
+
<div class="refsect1">
|
239
|
+
<a name="ClutterAnimator.other"></a><h2>Types and Values</h2>
|
240
|
+
<div class="informaltable"><table width="100%" border="0">
|
241
|
+
<colgroup>
|
242
|
+
<col width="150px" class="name">
|
243
|
+
<col class="description">
|
244
|
+
</colgroup>
|
245
|
+
<tbody>
|
246
|
+
<tr>
|
247
|
+
<td class="datatype_keyword"> </td>
|
248
|
+
<td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimator-struct" title="ClutterAnimator">ClutterAnimator</a></td>
|
249
|
+
</tr>
|
250
|
+
<tr>
|
251
|
+
<td class="datatype_keyword">struct</td>
|
252
|
+
<td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass">ClutterAnimatorClass</a></td>
|
253
|
+
</tr>
|
254
|
+
<tr>
|
255
|
+
<td class="datatype_keyword">enum</td>
|
256
|
+
<td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation">ClutterInterpolation</a></td>
|
257
|
+
</tr>
|
258
|
+
<tr>
|
259
|
+
<td class="datatype_keyword"> </td>
|
260
|
+
<td class="function_name"><a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey">ClutterAnimatorKey</a></td>
|
261
|
+
</tr>
|
262
|
+
</tbody>
|
263
|
+
</table></div>
|
111
264
|
</div>
|
112
265
|
<div class="refsect1">
|
113
266
|
<a name="ClutterAnimator.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
114
|
-
<pre class="
|
115
|
-
|
116
|
-
+----ClutterAnimator
|
267
|
+
<pre class="screen"> GObject
|
268
|
+
<span class="lineart">╰──</span> ClutterAnimator
|
117
269
|
</pre>
|
118
270
|
</div>
|
119
271
|
<div class="refsect1">
|
@@ -123,57 +275,34 @@ ClutterAnimator implements
|
|
123
275
|
<a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
|
124
276
|
</div>
|
125
277
|
<div class="refsect1">
|
126
|
-
<a name="ClutterAnimator.properties"></a><h2>Properties</h2>
|
127
|
-
<pre class="synopsis">
|
128
|
-
"<a class="link" href="ClutterAnimator.html#ClutterAnimator--duration" title='The "duration" property'>duration</a>" <span class="type">guint</span> : Read / Write
|
129
|
-
"<a class="link" href="ClutterAnimator.html#ClutterAnimator--timeline" title='The "timeline" property'>timeline</a>" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write
|
130
|
-
</pre>
|
131
|
-
</div>
|
132
|
-
<div class="refsect1">
|
133
278
|
<a name="ClutterAnimator.description"></a><h2>Description</h2>
|
134
|
-
<p>
|
135
|
-
<
|
136
|
-
<
|
137
|
-
<a href="
|
138
|
-
</p>
|
139
|
-
<p>
|
140
|
-
<a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is used to build and describe complex animations
|
279
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is an object providing declarative animations for
|
280
|
+
<span class="type">GObject</span> properties belonging to one or more <span class="type">GObject</span><!-- -->s to
|
281
|
+
<a href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterIntervals</span></a>.</p>
|
282
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is used to build and describe complex animations
|
141
283
|
in terms of "key frames". <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is meant to be used
|
142
284
|
through the <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> definition format, but it comes with a
|
143
|
-
convenience C API
|
144
|
-
</p>
|
145
|
-
<p>
|
146
|
-
|
147
|
-
<
|
148
|
-
<a name="ClutterAnimator-key-frames"></a><h3>Key Frames</h3>
|
285
|
+
convenience C API.</p>
|
286
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is available since Clutter 1.2</p>
|
287
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> has been deprecated in Clutter 1.12</p>
|
288
|
+
<div class="refsect3">
|
289
|
+
<a name="id-1.10.4.8.6"></a><h4>Key Frames</h4>
|
149
290
|
<p>Every animation handled by a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> can be
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
291
|
+
described in terms of "key frames". For each <span class="type">GObject</span> property
|
292
|
+
there can be multiple key frames, each one defined by the end
|
293
|
+
value for the property to be computed starting from the current
|
294
|
+
value to a specific point in time, using a given easing
|
295
|
+
mode.</p>
|
155
296
|
<p>The point in time is defined using a value representing
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
<
|
160
|
-
<
|
161
|
-
</
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
function of time given the easing mode.</p>
|
166
|
-
</div>
|
167
|
-
<p>
|
168
|
-
</p>
|
169
|
-
<p>
|
170
|
-
</p>
|
171
|
-
<div class="refsect2">
|
172
|
-
<a name="ClutterAnimator-script"></a><h3>ClutterAnimator description for <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a>
|
173
|
-
</h3>
|
174
|
-
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> defines a custom "properties" property
|
175
|
-
which allows describing the key frames for objects.</p>
|
176
|
-
<p>The "properties" property has the following syntax:</p>
|
297
|
+
the progress in the normalized interval of [ 0, 1 ]. This maps
|
298
|
+
the value returned by <a class="link" href="ClutterTimeline.html#clutter-timeline-get-duration" title="clutter_timeline_get_duration ()"><code class="function">clutter_timeline_get_duration()</code></a>.</p>
|
299
|
+
</div>
|
300
|
+
<div class="refsect3">
|
301
|
+
<a name="id-1.10.4.8.7"></a><h4>ClutterAnimator description for ClutterScript</h4>
|
302
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> defines a custom "properties" key
|
303
|
+
which allows describing the key frames for objects as
|
304
|
+
an array of key frames.</p>
|
305
|
+
<p>The <code class="literal">properties</code> array has the following syntax:</p>
|
177
306
|
<div class="informalexample">
|
178
307
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
179
308
|
<tbody>
|
@@ -193,12 +322,12 @@ convenience C API.
|
|
193
322
|
<td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
|
194
323
|
<span class="normal"> </span><span class="string">"properties"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
|
195
324
|
<span class="normal"> </span><span class="cbracket">{</span>
|
196
|
-
<span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span
|
197
|
-
<span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span
|
198
|
-
<span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span
|
199
|
-
<span class="normal"> </span><span class="string">"interpolation"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span
|
325
|
+
<span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> object_id</span>
|
326
|
+
<span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> property_name</span>
|
327
|
+
<span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true_or_false</span>
|
328
|
+
<span class="normal"> </span><span class="string">"interpolation"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> interpolation_value</span>
|
200
329
|
<span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
|
201
|
-
<span class="normal"> </span><span class="symbol">[</span><span class="normal">
|
330
|
+
<span class="normal"> </span><span class="symbol">[</span><span class="normal"> progress</span><span class="symbol">,</span><span class="normal"> easing_mode</span><span class="symbol">,</span><span class="normal"> final_value </span><span class="symbol">]</span>
|
202
331
|
<span class="normal"> </span><span class="symbol">]</span>
|
203
332
|
<span class="normal"> </span><span class="symbol">]</span>
|
204
333
|
<span class="cbracket">}</span></pre></td>
|
@@ -207,1009 +336,1071 @@ convenience C API.
|
|
207
336
|
</table>
|
208
337
|
</div>
|
209
338
|
|
210
|
-
<
|
211
|
-
<a name="ClutterAnimator-script-example"></a><p class="title"><b>Example 22. ClutterAnimator definition</b></p>
|
212
|
-
<div class="example-contents">
|
339
|
+
<p></p>
|
213
340
|
<p>The following JSON fragment defines a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
<
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
</
|
248
|
-
<
|
249
|
-
</
|
250
|
-
<
|
251
|
-
</
|
252
|
-
<
|
253
|
-
<
|
254
|
-
</
|
255
|
-
<
|
256
|
-
<
|
257
|
-
</
|
341
|
+
with the duration of 1 second and operating on the x and y
|
342
|
+
properties of a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> named "rect-01", with two frames
|
343
|
+
for each property. The first frame will linearly move the actor
|
344
|
+
from its current position to the 100, 100 position in 20 percent
|
345
|
+
of the duration of the animation; the second will using a cubic
|
346
|
+
easing to move the actor to the 200, 200 coordinates.</p>
|
347
|
+
<div class="informalexample">
|
348
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
349
|
+
<tbody>
|
350
|
+
<tr>
|
351
|
+
<td class="listing_lines" align="right"><pre>1
|
352
|
+
2
|
353
|
+
3
|
354
|
+
4
|
355
|
+
5
|
356
|
+
6
|
357
|
+
7
|
358
|
+
8
|
359
|
+
9
|
360
|
+
10
|
361
|
+
11
|
362
|
+
12
|
363
|
+
13
|
364
|
+
14
|
365
|
+
15
|
366
|
+
16
|
367
|
+
17
|
368
|
+
18
|
369
|
+
19
|
370
|
+
20
|
371
|
+
21
|
372
|
+
22
|
373
|
+
23
|
374
|
+
24</pre></td>
|
375
|
+
<td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
|
376
|
+
<span class="normal"> </span><span class="string">"type"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"ClutterAnimator"</span><span class="symbol">,</span>
|
377
|
+
<span class="normal"> </span><span class="string">"duration"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="number">1000</span><span class="symbol">,</span>
|
378
|
+
<span class="normal"> </span><span class="string">"properties"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
|
379
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
380
|
+
<span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"rect-01"</span><span class="symbol">,</span>
|
381
|
+
<span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span>
|
382
|
+
<span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span><span class="symbol">,</span>
|
383
|
+
<span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
|
384
|
+
<span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"linear"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="normal"> </span><span class="symbol">],</span>
|
385
|
+
<span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">1.0</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"easeOutCubic"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="normal"> </span><span class="symbol">]</span>
|
386
|
+
<span class="normal"> </span><span class="symbol">]</span>
|
387
|
+
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
388
|
+
<span class="normal"> </span><span class="cbracket">{</span>
|
389
|
+
<span class="normal"> </span><span class="string">"object"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"rect-01"</span><span class="symbol">,</span>
|
390
|
+
<span class="normal"> </span><span class="string">"name"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span>
|
391
|
+
<span class="normal"> </span><span class="string">"ease-in"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span><span class="symbol">,</span>
|
392
|
+
<span class="normal"> </span><span class="string">"keys"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">[</span>
|
393
|
+
<span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">0.2</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"linear"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="normal"> </span><span class="symbol">],</span>
|
394
|
+
<span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="number">1.0</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"easeOutCubic"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="normal"> </span><span class="symbol">]</span>
|
395
|
+
<span class="normal"> </span><span class="symbol">]</span>
|
396
|
+
<span class="normal"> </span><span class="cbracket">}</span>
|
397
|
+
<span class="normal"> </span><span class="symbol">]</span>
|
398
|
+
<span class="cbracket">}</span></pre></td>
|
399
|
+
</tr>
|
400
|
+
</tbody>
|
401
|
+
</table>
|
258
402
|
</div>
|
259
|
-
|
260
|
-
<
|
261
|
-
<div class="refsect2">
|
262
|
-
<a name="ClutterAnimator-struct"></a><h3>ClutterAnimator</h3>
|
263
|
-
<pre class="programlisting">typedef struct _ClutterAnimator ClutterAnimator;</pre>
|
264
|
-
<div class="warning">
|
265
|
-
<h3 class="title">Warning</h3>
|
266
|
-
<p><code class="literal">ClutterAnimator</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
403
|
+
|
404
|
+
<p></p>
|
267
405
|
</div>
|
268
|
-
<p>
|
269
|
-
The <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> structure contains only private data and
|
270
|
-
should be accessed using the provided API
|
271
|
-
</p>
|
272
|
-
<p class="since">Since 1.2</p>
|
273
406
|
</div>
|
274
|
-
<
|
407
|
+
<div class="refsect1">
|
408
|
+
<a name="ClutterAnimator.functions_details"></a><h2>Functions</h2>
|
275
409
|
<div class="refsect2">
|
276
|
-
<a name="
|
277
|
-
<pre class="programlisting"
|
278
|
-
|
279
|
-
</pre>
|
410
|
+
<a name="clutter-animator-new"></a><h3>clutter_animator_new ()</h3>
|
411
|
+
<pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
|
412
|
+
clutter_animator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
280
413
|
<div class="warning">
|
281
|
-
<
|
282
|
-
<p><
|
414
|
+
<p><code class="literal">clutter_animator_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
415
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
283
416
|
</div>
|
284
|
-
<p>
|
285
|
-
|
286
|
-
</
|
287
|
-
<p class="
|
417
|
+
<p>Creates a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</p>
|
418
|
+
<div class="refsect3">
|
419
|
+
<a name="id-1.10.4.9.2.7"></a><h4>Returns</h4>
|
420
|
+
<p> a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>.</p>
|
421
|
+
<p></p>
|
288
422
|
</div>
|
289
|
-
<hr>
|
290
|
-
<div class="refsect2">
|
291
|
-
<a name="clutter-animator-new"></a><h3>clutter_animator_new ()</h3>
|
292
|
-
<pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * clutter_animator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
293
|
-
<div class="warning">
|
294
|
-
<h3 class="title">Warning</h3>
|
295
|
-
<p><code class="literal">clutter_animator_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
296
|
-
</div>
|
297
|
-
<p>
|
298
|
-
Creates a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance
|
299
|
-
</p>
|
300
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
301
|
-
<colgroup>
|
302
|
-
<col align="left" valign="top">
|
303
|
-
<col>
|
304
|
-
</colgroup>
|
305
|
-
<tbody><tr>
|
306
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
307
|
-
<td>a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>.</td>
|
308
|
-
</tr></tbody>
|
309
|
-
</table></div>
|
310
423
|
<p class="since">Since 1.2</p>
|
311
424
|
</div>
|
312
425
|
<hr>
|
313
426
|
<div class="refsect2">
|
314
|
-
<a name="clutter-animator-set"></a><h3>clutter_animator_set
|
315
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
427
|
+
<a name="clutter-animator-set"></a><h3>clutter_animator_set ()</h3>
|
428
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
429
|
+
clutter_animator_set (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
430
|
+
<em class="parameter"><code><span class="type">gpointer</span> first_object</code></em>,
|
431
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
432
|
+
<em class="parameter"><code><span class="type">guint</span> first_mode</code></em>,
|
433
|
+
<em class="parameter"><code><span class="type">gdouble</span> first_progress</code></em>,
|
434
|
+
<em class="parameter"><code>...</code></em>);</pre>
|
321
435
|
<div class="warning">
|
322
|
-
<
|
323
|
-
<p
|
436
|
+
<p><code class="literal">clutter_animator_set</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
437
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
324
438
|
</div>
|
325
|
-
<p>
|
326
|
-
Adds multiple keys to a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, specifying the value a given
|
439
|
+
<p>Adds multiple keys to a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, specifying the value a given
|
327
440
|
property should have at a given progress of the animation. The mode
|
328
441
|
specified is the mode used when going to this key from the previous key of
|
329
442
|
the <em class="parameter"><code>property_name</code></em>
|
330
443
|
</p>
|
331
|
-
<p>
|
332
|
-
|
333
|
-
|
334
|
-
</
|
335
|
-
<div class="
|
444
|
+
<p>If a given (object, property, progress) tuple already exist the mode and
|
445
|
+
value will be replaced with the new values.</p>
|
446
|
+
<div class="refsect3">
|
447
|
+
<a name="id-1.10.4.9.3.8"></a><h4>Parameters</h4>
|
448
|
+
<div class="informaltable"><table width="100%" border="0">
|
336
449
|
<colgroup>
|
337
|
-
<col
|
338
|
-
<col>
|
450
|
+
<col width="150px" class="parameters_name">
|
451
|
+
<col class="parameters_description">
|
452
|
+
<col width="200px" class="parameters_annotations">
|
339
453
|
</colgroup>
|
340
454
|
<tbody>
|
341
455
|
<tr>
|
342
|
-
<td
|
343
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
344
|
-
</td>
|
456
|
+
<td class="parameter_name"><p>animator</p></td>
|
457
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
458
|
+
<td class="parameter_annotations"> </td>
|
345
459
|
</tr>
|
346
460
|
<tr>
|
347
|
-
<td
|
348
|
-
<td>a <span class="type">GObject</span>
|
349
|
-
</td>
|
461
|
+
<td class="parameter_name"><p>first_object</p></td>
|
462
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
463
|
+
<td class="parameter_annotations"> </td>
|
350
464
|
</tr>
|
351
465
|
<tr>
|
352
|
-
<td
|
353
|
-
<td>the property to specify a key for</td>
|
466
|
+
<td class="parameter_name"><p>first_property_name</p></td>
|
467
|
+
<td class="parameter_description"><p>the property to specify a key for</p></td>
|
468
|
+
<td class="parameter_annotations"> </td>
|
354
469
|
</tr>
|
355
470
|
<tr>
|
356
|
-
<td
|
357
|
-
<td>the id of the alpha function to use</td>
|
471
|
+
<td class="parameter_name"><p>first_mode</p></td>
|
472
|
+
<td class="parameter_description"><p>the id of the alpha function to use</p></td>
|
473
|
+
<td class="parameter_annotations"> </td>
|
358
474
|
</tr>
|
359
475
|
<tr>
|
360
|
-
<td
|
361
|
-
<td>at which stage of the animation this value applies; the
|
362
|
-
range is a normalized floating point value between 0 and 1</td>
|
476
|
+
<td class="parameter_name"><p>first_progress</p></td>
|
477
|
+
<td class="parameter_description"><p>at which stage of the animation this value applies; the
|
478
|
+
range is a normalized floating point value between 0 and 1</p></td>
|
479
|
+
<td class="parameter_annotations"> </td>
|
363
480
|
</tr>
|
364
481
|
<tr>
|
365
|
-
<td
|
366
|
-
<td>the value first_property_name should have for first_object
|
482
|
+
<td class="parameter_name"><p>...</p></td>
|
483
|
+
<td class="parameter_description"><p>the value first_property_name should have for first_object
|
367
484
|
at first_progress, followed by more (object, property_name, mode,
|
368
|
-
progress, value) tuples, followed by <code class="literal">NULL</code>
|
369
|
-
</td>
|
485
|
+
progress, value) tuples, followed by <code class="literal">NULL</code></p></td>
|
486
|
+
<td class="parameter_annotations"> </td>
|
370
487
|
</tr>
|
371
488
|
</tbody>
|
372
489
|
</table></div>
|
490
|
+
</div>
|
373
491
|
<p class="since">Since 1.2</p>
|
374
492
|
</div>
|
375
493
|
<hr>
|
376
494
|
<div class="refsect2">
|
377
|
-
<a name="clutter-animator-set-key"></a><h3>clutter_animator_set_key
|
378
|
-
<pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a>
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
495
|
+
<a name="clutter-animator-set-key"></a><h3>clutter_animator_set_key ()</h3>
|
496
|
+
<pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> *
|
497
|
+
clutter_animator_set_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
498
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
499
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
500
|
+
<em class="parameter"><code><span class="type">guint</span> mode</code></em>,
|
501
|
+
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
|
502
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
|
384
503
|
<div class="warning">
|
385
|
-
<
|
386
|
-
<p
|
387
|
-
</div>
|
388
|
-
<p>
|
389
|
-
|
390
|
-
<em class="parameter"><code>object</code></em>
|
391
|
-
</
|
392
|
-
|
393
|
-
See also: <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set
|
394
|
-
|
395
|
-
<
|
504
|
+
<p><code class="literal">clutter_animator_set_key</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
505
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
506
|
+
</div>
|
507
|
+
<p>Sets a single key in the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> for the <em class="parameter"><code>property_name</code></em>
|
508
|
+
of
|
509
|
+
<em class="parameter"><code>object</code></em>
|
510
|
+
at <em class="parameter"><code>progress</code></em>
|
511
|
+
.</p>
|
512
|
+
<p>See also: <a class="link" href="ClutterAnimator.html#clutter-animator-set" title="clutter_animator_set ()"><code class="function">clutter_animator_set()</code></a></p>
|
513
|
+
<div class="refsect3">
|
514
|
+
<a name="id-1.10.4.9.4.8"></a><h4>Parameters</h4>
|
515
|
+
<div class="informaltable"><table width="100%" border="0">
|
396
516
|
<colgroup>
|
397
|
-
<col
|
398
|
-
<col>
|
517
|
+
<col width="150px" class="parameters_name">
|
518
|
+
<col class="parameters_description">
|
519
|
+
<col width="200px" class="parameters_annotations">
|
399
520
|
</colgroup>
|
400
521
|
<tbody>
|
401
522
|
<tr>
|
402
|
-
<td
|
403
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
404
|
-
</td>
|
523
|
+
<td class="parameter_name"><p>animator</p></td>
|
524
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
525
|
+
<td class="parameter_annotations"> </td>
|
405
526
|
</tr>
|
406
527
|
<tr>
|
407
|
-
<td
|
408
|
-
<td>a <span class="type">GObject</span>
|
409
|
-
</td>
|
528
|
+
<td class="parameter_name"><p>object</p></td>
|
529
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
530
|
+
<td class="parameter_annotations"> </td>
|
410
531
|
</tr>
|
411
532
|
<tr>
|
412
|
-
<td
|
413
|
-
<td>the property to specify a key for</td>
|
533
|
+
<td class="parameter_name"><p>property_name</p></td>
|
534
|
+
<td class="parameter_description"><p>the property to specify a key for</p></td>
|
535
|
+
<td class="parameter_annotations"> </td>
|
414
536
|
</tr>
|
415
537
|
<tr>
|
416
|
-
<td
|
417
|
-
<td>the id of the alpha function to use</td>
|
538
|
+
<td class="parameter_name"><p>mode</p></td>
|
539
|
+
<td class="parameter_description"><p>the id of the alpha function to use</p></td>
|
540
|
+
<td class="parameter_annotations"> </td>
|
418
541
|
</tr>
|
419
542
|
<tr>
|
420
|
-
<td
|
421
|
-
<td>the normalized range at which stage of the animation this
|
422
|
-
value applies</td>
|
543
|
+
<td class="parameter_name"><p>progress</p></td>
|
544
|
+
<td class="parameter_description"><p>the normalized range at which stage of the animation this
|
545
|
+
value applies</p></td>
|
546
|
+
<td class="parameter_annotations"> </td>
|
423
547
|
</tr>
|
424
548
|
<tr>
|
425
|
-
<td
|
426
|
-
<td>the value property_name should have at progress.</td>
|
427
|
-
</
|
428
|
-
<tr>
|
429
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
430
|
-
<td>The animator instance. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
431
|
-
</td>
|
549
|
+
<td class="parameter_name"><p>value</p></td>
|
550
|
+
<td class="parameter_description"><p>the value property_name should have at progress.</p></td>
|
551
|
+
<td class="parameter_annotations"> </td>
|
432
552
|
</tr>
|
433
553
|
</tbody>
|
434
554
|
</table></div>
|
555
|
+
</div>
|
556
|
+
<div class="refsect3">
|
557
|
+
<a name="id-1.10.4.9.4.9"></a><h4>Returns</h4>
|
558
|
+
<p> The animator instance. </p>
|
559
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
560
|
+
</div>
|
435
561
|
<p class="since">Since 1.2</p>
|
436
562
|
</div>
|
437
563
|
<hr>
|
438
564
|
<div class="refsect2">
|
439
|
-
<a name="clutter-animator-remove-key"></a><h3>clutter_animator_remove_key
|
440
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
441
|
-
|
442
|
-
|
443
|
-
|
565
|
+
<a name="clutter-animator-remove-key"></a><h3>clutter_animator_remove_key ()</h3>
|
566
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
567
|
+
clutter_animator_remove_key (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
568
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
569
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
570
|
+
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
|
444
571
|
<div class="warning">
|
445
|
-
<
|
446
|
-
<p
|
572
|
+
<p><code class="literal">clutter_animator_remove_key</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
573
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
447
574
|
</div>
|
448
|
-
<p>
|
449
|
-
|
450
|
-
</
|
451
|
-
<div class="
|
575
|
+
<p>Removes all keys matching the conditions specificed in the arguments.</p>
|
576
|
+
<div class="refsect3">
|
577
|
+
<a name="id-1.10.4.9.5.7"></a><h4>Parameters</h4>
|
578
|
+
<div class="informaltable"><table width="100%" border="0">
|
452
579
|
<colgroup>
|
453
|
-
<col
|
454
|
-
<col>
|
580
|
+
<col width="150px" class="parameters_name">
|
581
|
+
<col class="parameters_description">
|
582
|
+
<col width="200px" class="parameters_annotations">
|
455
583
|
</colgroup>
|
456
584
|
<tbody>
|
457
585
|
<tr>
|
458
|
-
<td
|
459
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
460
|
-
</td>
|
586
|
+
<td class="parameter_name"><p>animator</p></td>
|
587
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
588
|
+
<td class="parameter_annotations"> </td>
|
461
589
|
</tr>
|
462
590
|
<tr>
|
463
|
-
<td
|
464
|
-
<td>a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all.
|
465
|
-
</td>
|
591
|
+
<td class="parameter_name"><p>object</p></td>
|
592
|
+
<td class="parameter_description"><p> a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all. </p></td>
|
593
|
+
<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>
|
466
594
|
</tr>
|
467
595
|
<tr>
|
468
|
-
<td
|
469
|
-
<td>a specific property name to query for,
|
470
|
-
or <code class="literal">NULL</code> for all.
|
471
|
-
</td>
|
596
|
+
<td class="parameter_name"><p>property_name</p></td>
|
597
|
+
<td class="parameter_description"><p> a specific property name to query for,
|
598
|
+
or <code class="literal">NULL</code> for all. </p></td>
|
599
|
+
<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>
|
472
600
|
</tr>
|
473
601
|
<tr>
|
474
|
-
<td
|
475
|
-
<td>a specific progress to search for or a negative value
|
476
|
-
for all</td>
|
602
|
+
<td class="parameter_name"><p>progress</p></td>
|
603
|
+
<td class="parameter_description"><p>a specific progress to search for or a negative value
|
604
|
+
for all</p></td>
|
605
|
+
<td class="parameter_annotations"> </td>
|
477
606
|
</tr>
|
478
607
|
</tbody>
|
479
608
|
</table></div>
|
609
|
+
</div>
|
480
610
|
<p class="since">Since 1.2</p>
|
481
611
|
</div>
|
482
612
|
<hr>
|
483
613
|
<div class="refsect2">
|
484
|
-
<a name="clutter-animator-get-keys"></a><h3>clutter_animator_get_keys
|
485
|
-
<pre class="programlisting"><span class="returnvalue">GList</span>
|
486
|
-
|
487
|
-
|
488
|
-
|
614
|
+
<a name="clutter-animator-get-keys"></a><h3>clutter_animator_get_keys ()</h3>
|
615
|
+
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
616
|
+
clutter_animator_get_keys (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
617
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
618
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
619
|
+
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
|
489
620
|
<div class="warning">
|
490
|
-
<
|
491
|
-
<p
|
492
|
-
</div>
|
493
|
-
<p>
|
494
|
-
|
495
|
-
|
496
|
-
</
|
497
|
-
<div class="
|
621
|
+
<p><code class="literal">clutter_animator_get_keys</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
622
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
623
|
+
</div>
|
624
|
+
<p>Returns a list of pointers to opaque structures with accessor functions
|
625
|
+
that describe the keys added to an animator.</p>
|
626
|
+
<div class="refsect3">
|
627
|
+
<a name="id-1.10.4.9.6.7"></a><h4>Parameters</h4>
|
628
|
+
<div class="informaltable"><table width="100%" border="0">
|
498
629
|
<colgroup>
|
499
|
-
<col
|
500
|
-
<col>
|
630
|
+
<col width="150px" class="parameters_name">
|
631
|
+
<col class="parameters_description">
|
632
|
+
<col width="200px" class="parameters_annotations">
|
501
633
|
</colgroup>
|
502
634
|
<tbody>
|
503
635
|
<tr>
|
504
|
-
<td
|
505
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</td>
|
506
|
-
</
|
507
|
-
<tr>
|
508
|
-
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
509
|
-
<td>a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all objects. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
510
|
-
</td>
|
636
|
+
<td class="parameter_name"><p>animator</p></td>
|
637
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> instance</p></td>
|
638
|
+
<td class="parameter_annotations"> </td>
|
511
639
|
</tr>
|
512
640
|
<tr>
|
513
|
-
<td
|
514
|
-
<td>a
|
515
|
-
|
516
|
-
</td>
|
641
|
+
<td class="parameter_name"><p>object</p></td>
|
642
|
+
<td class="parameter_description"><p> a <span class="type">GObject</span> to search for, or <code class="literal">NULL</code> for all objects. </p></td>
|
643
|
+
<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>
|
517
644
|
</tr>
|
518
645
|
<tr>
|
519
|
-
<td
|
520
|
-
<td>a specific
|
521
|
-
|
646
|
+
<td class="parameter_name"><p>property_name</p></td>
|
647
|
+
<td class="parameter_description"><p> a specific property name to query for,
|
648
|
+
or <code class="literal">NULL</code> for all properties. </p></td>
|
649
|
+
<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>
|
522
650
|
</tr>
|
523
651
|
<tr>
|
524
|
-
<td
|
525
|
-
<td>a
|
526
|
-
|
527
|
-
|
528
|
-
using <code class="function">g_list_free()</code>. <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.AnimatorKey]</span>
|
529
|
-
</td>
|
652
|
+
<td class="parameter_name"><p>progress</p></td>
|
653
|
+
<td class="parameter_description"><p>a specific progress to search for, or a negative value for all
|
654
|
+
progresses</p></td>
|
655
|
+
<td class="parameter_annotations"> </td>
|
530
656
|
</tr>
|
531
657
|
</tbody>
|
532
658
|
</table></div>
|
659
|
+
</div>
|
660
|
+
<div class="refsect3">
|
661
|
+
<a name="id-1.10.4.9.6.8"></a><h4>Returns</h4>
|
662
|
+
<p> a
|
663
|
+
list of <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a><!-- -->s; the contents of the list are owned
|
664
|
+
by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>, but you should free the returned list when done,
|
665
|
+
using <code class="function">g_list_free()</code>. </p>
|
666
|
+
<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.AnimatorKey]</span></p>
|
667
|
+
</div>
|
533
668
|
<p class="since">Since 1.2</p>
|
534
669
|
</div>
|
535
670
|
<hr>
|
536
671
|
<div class="refsect2">
|
537
|
-
<a name="clutter-animator-start"></a><h3>clutter_animator_start
|
538
|
-
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a>
|
672
|
+
<a name="clutter-animator-start"></a><h3>clutter_animator_start ()</h3>
|
673
|
+
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
674
|
+
clutter_animator_start (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
539
675
|
<div class="warning">
|
540
|
-
<
|
541
|
-
<p
|
542
|
-
</div>
|
543
|
-
<p>
|
544
|
-
|
545
|
-
|
546
|
-
</
|
547
|
-
<div class="
|
676
|
+
<p><code class="literal">clutter_animator_start</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
677
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
678
|
+
</div>
|
679
|
+
<p>Start the ClutterAnimator, this is a thin wrapper that rewinds
|
680
|
+
and starts the animators current timeline.</p>
|
681
|
+
<div class="refsect3">
|
682
|
+
<a name="id-1.10.4.9.7.7"></a><h4>Parameters</h4>
|
683
|
+
<div class="informaltable"><table width="100%" border="0">
|
548
684
|
<colgroup>
|
549
|
-
<col
|
550
|
-
<col>
|
685
|
+
<col width="150px" class="parameters_name">
|
686
|
+
<col class="parameters_description">
|
687
|
+
<col width="200px" class="parameters_annotations">
|
551
688
|
</colgroup>
|
552
|
-
<tbody>
|
553
|
-
<
|
554
|
-
<td><p
|
555
|
-
<td
|
556
|
-
</
|
557
|
-
</tr>
|
558
|
-
<tr>
|
559
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
560
|
-
<td>the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives
|
561
|
-
the animator. The returned timeline is owned by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
562
|
-
and it should not be unreferenced. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
563
|
-
</td>
|
564
|
-
</tr>
|
565
|
-
</tbody>
|
689
|
+
<tbody><tr>
|
690
|
+
<td class="parameter_name"><p>animator</p></td>
|
691
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
692
|
+
<td class="parameter_annotations"> </td>
|
693
|
+
</tr></tbody>
|
566
694
|
</table></div>
|
695
|
+
</div>
|
696
|
+
<div class="refsect3">
|
697
|
+
<a name="id-1.10.4.9.7.8"></a><h4>Returns</h4>
|
698
|
+
<p> the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives
|
699
|
+
the animator. The returned timeline is owned by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
700
|
+
and it should not be unreferenced. </p>
|
701
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
702
|
+
</div>
|
567
703
|
<p class="since">Since 1.2</p>
|
568
704
|
</div>
|
569
705
|
<hr>
|
570
706
|
<div class="refsect2">
|
571
|
-
<a name="clutter-animator-compute-value"></a><h3>clutter_animator_compute_value
|
572
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
707
|
+
<a name="clutter-animator-compute-value"></a><h3>clutter_animator_compute_value ()</h3>
|
708
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
709
|
+
clutter_animator_compute_value (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
710
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
711
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
712
|
+
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
|
713
|
+
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
577
714
|
<div class="warning">
|
578
|
-
<
|
579
|
-
<p
|
580
|
-
</div>
|
581
|
-
<p>
|
582
|
-
|
583
|
-
|
584
|
-
<
|
585
|
-
|
586
|
-
|
587
|
-
</p>
|
588
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
715
|
+
<p><code class="literal">clutter_animator_compute_value</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
716
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
717
|
+
</div>
|
718
|
+
<p>Compute the value for a managed property at a given progress.</p>
|
719
|
+
<p>If the property is an ease-in property, the current value of the property
|
720
|
+
on the object will be used as the starting point for computation.</p>
|
721
|
+
<div class="refsect3">
|
722
|
+
<a name="id-1.10.4.9.8.8"></a><h4>Parameters</h4>
|
723
|
+
<div class="informaltable"><table width="100%" border="0">
|
589
724
|
<colgroup>
|
590
|
-
<col
|
591
|
-
<col>
|
725
|
+
<col width="150px" class="parameters_name">
|
726
|
+
<col class="parameters_description">
|
727
|
+
<col width="200px" class="parameters_annotations">
|
592
728
|
</colgroup>
|
593
729
|
<tbody>
|
594
730
|
<tr>
|
595
|
-
<td
|
596
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
597
|
-
</td>
|
731
|
+
<td class="parameter_name"><p>animator</p></td>
|
732
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
733
|
+
<td class="parameter_annotations"> </td>
|
598
734
|
</tr>
|
599
735
|
<tr>
|
600
|
-
<td
|
601
|
-
<td>a <span class="type">GObject</span>
|
602
|
-
</td>
|
736
|
+
<td class="parameter_name"><p>object</p></td>
|
737
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
738
|
+
<td class="parameter_annotations"> </td>
|
603
739
|
</tr>
|
604
740
|
<tr>
|
605
|
-
<td
|
606
|
-
<td>the name of the property on object to check</td>
|
741
|
+
<td class="parameter_name"><p>property_name</p></td>
|
742
|
+
<td class="parameter_description"><p>the name of the property on object to check</p></td>
|
743
|
+
<td class="parameter_annotations"> </td>
|
607
744
|
</tr>
|
608
745
|
<tr>
|
609
|
-
<td
|
610
|
-
<td>a value between 0.0 and 1.0</td>
|
746
|
+
<td class="parameter_name"><p>progress</p></td>
|
747
|
+
<td class="parameter_description"><p>a value between 0.0 and 1.0</p></td>
|
748
|
+
<td class="parameter_annotations"> </td>
|
611
749
|
</tr>
|
612
750
|
<tr>
|
613
|
-
<td
|
614
|
-
<td>an initialized value to store the computed result</td>
|
615
|
-
</
|
616
|
-
<tr>
|
617
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
618
|
-
<td>
|
619
|
-
<code class="literal">TRUE</code> if the computation yields has a value, otherwise (when
|
620
|
-
an error occurs or the progress is before any of the keys) <code class="literal">FALSE</code> is
|
621
|
-
returned and the <span class="type">GValue</span> is left untouched</td>
|
751
|
+
<td class="parameter_name"><p>value</p></td>
|
752
|
+
<td class="parameter_description"><p>an initialized value to store the computed result</p></td>
|
753
|
+
<td class="parameter_annotations"> </td>
|
622
754
|
</tr>
|
623
755
|
</tbody>
|
624
756
|
</table></div>
|
757
|
+
</div>
|
758
|
+
<div class="refsect3">
|
759
|
+
<a name="id-1.10.4.9.8.9"></a><h4>Returns</h4>
|
760
|
+
<p> <code class="literal">TRUE</code> if the computation yields has a value, otherwise (when
|
761
|
+
an error occurs or the progress is before any of the keys) <code class="literal">FALSE</code> is
|
762
|
+
returned and the <span class="type">GValue</span> is left untouched</p>
|
763
|
+
<p></p>
|
764
|
+
</div>
|
625
765
|
<p class="since">Since 1.2</p>
|
626
766
|
</div>
|
627
767
|
<hr>
|
628
768
|
<div class="refsect2">
|
629
|
-
<a name="clutter-animator-set-timeline"></a><h3>clutter_animator_set_timeline
|
630
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
631
|
-
|
769
|
+
<a name="clutter-animator-set-timeline"></a><h3>clutter_animator_set_timeline ()</h3>
|
770
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
771
|
+
clutter_animator_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
772
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
632
773
|
<div class="warning">
|
633
|
-
<
|
634
|
-
<p
|
774
|
+
<p><code class="literal">clutter_animator_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
775
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
635
776
|
</div>
|
636
|
-
<p>
|
637
|
-
|
638
|
-
</
|
639
|
-
<div class="
|
777
|
+
<p>Sets an external timeline that will be used for driving the animation</p>
|
778
|
+
<div class="refsect3">
|
779
|
+
<a name="id-1.10.4.9.9.7"></a><h4>Parameters</h4>
|
780
|
+
<div class="informaltable"><table width="100%" border="0">
|
640
781
|
<colgroup>
|
641
|
-
<col
|
642
|
-
<col>
|
782
|
+
<col width="150px" class="parameters_name">
|
783
|
+
<col class="parameters_description">
|
784
|
+
<col width="200px" class="parameters_annotations">
|
643
785
|
</colgroup>
|
644
786
|
<tbody>
|
645
787
|
<tr>
|
646
|
-
<td
|
647
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
648
|
-
</td>
|
788
|
+
<td class="parameter_name"><p>animator</p></td>
|
789
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
790
|
+
<td class="parameter_annotations"> </td>
|
649
791
|
</tr>
|
650
792
|
<tr>
|
651
|
-
<td
|
652
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
653
|
-
</td>
|
793
|
+
<td class="parameter_name"><p>timeline</p></td>
|
794
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
795
|
+
<td class="parameter_annotations"> </td>
|
654
796
|
</tr>
|
655
797
|
</tbody>
|
656
798
|
</table></div>
|
799
|
+
</div>
|
657
800
|
<p class="since">Since 1.2</p>
|
658
801
|
</div>
|
659
802
|
<hr>
|
660
803
|
<div class="refsect2">
|
661
|
-
<a name="clutter-animator-get-timeline"></a><h3>clutter_animator_get_timeline
|
662
|
-
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a>
|
804
|
+
<a name="clutter-animator-get-timeline"></a><h3>clutter_animator_get_timeline ()</h3>
|
805
|
+
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
806
|
+
clutter_animator_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
663
807
|
<div class="warning">
|
664
|
-
<
|
665
|
-
<p
|
808
|
+
<p><code class="literal">clutter_animator_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
809
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
666
810
|
</div>
|
667
|
-
<p>
|
668
|
-
|
669
|
-
</
|
670
|
-
<div class="
|
811
|
+
<p>Get the timeline hooked up for driving the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p>
|
812
|
+
<div class="refsect3">
|
813
|
+
<a name="id-1.10.4.9.10.7"></a><h4>Parameters</h4>
|
814
|
+
<div class="informaltable"><table width="100%" border="0">
|
671
815
|
<colgroup>
|
672
|
-
<col
|
673
|
-
<col>
|
816
|
+
<col width="150px" class="parameters_name">
|
817
|
+
<col class="parameters_description">
|
818
|
+
<col width="200px" class="parameters_annotations">
|
674
819
|
</colgroup>
|
675
|
-
<tbody>
|
676
|
-
<
|
677
|
-
<td><p
|
678
|
-
<td
|
679
|
-
</
|
680
|
-
</tr>
|
681
|
-
<tr>
|
682
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
683
|
-
<td>the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives the animator. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
684
|
-
</td>
|
685
|
-
</tr>
|
686
|
-
</tbody>
|
820
|
+
<tbody><tr>
|
821
|
+
<td class="parameter_name"><p>animator</p></td>
|
822
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
823
|
+
<td class="parameter_annotations"> </td>
|
824
|
+
</tr></tbody>
|
687
825
|
</table></div>
|
826
|
+
</div>
|
827
|
+
<div class="refsect3">
|
828
|
+
<a name="id-1.10.4.9.10.8"></a><h4>Returns</h4>
|
829
|
+
<p> the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives the animator. </p>
|
830
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
831
|
+
</div>
|
688
832
|
<p class="since">Since 1.2</p>
|
689
833
|
</div>
|
690
834
|
<hr>
|
691
835
|
<div class="refsect2">
|
692
|
-
<a name="clutter-animator-set-duration"></a><h3>clutter_animator_set_duration
|
693
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
694
|
-
|
836
|
+
<a name="clutter-animator-set-duration"></a><h3>clutter_animator_set_duration ()</h3>
|
837
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
838
|
+
clutter_animator_set_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
839
|
+
<em class="parameter"><code><span class="type">guint</span> duration</code></em>);</pre>
|
695
840
|
<div class="warning">
|
696
|
-
<
|
697
|
-
<p
|
698
|
-
</div>
|
699
|
-
<p>
|
700
|
-
|
701
|
-
|
702
|
-
</
|
703
|
-
<div class="
|
841
|
+
<p><code class="literal">clutter_animator_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
842
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
843
|
+
</div>
|
844
|
+
<p>Runs the timeline of the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> with a duration in msecs
|
845
|
+
as specified.</p>
|
846
|
+
<div class="refsect3">
|
847
|
+
<a name="id-1.10.4.9.11.7"></a><h4>Parameters</h4>
|
848
|
+
<div class="informaltable"><table width="100%" border="0">
|
704
849
|
<colgroup>
|
705
|
-
<col
|
706
|
-
<col>
|
850
|
+
<col width="150px" class="parameters_name">
|
851
|
+
<col class="parameters_description">
|
852
|
+
<col width="200px" class="parameters_annotations">
|
707
853
|
</colgroup>
|
708
854
|
<tbody>
|
709
855
|
<tr>
|
710
|
-
<td
|
711
|
-
<td>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
712
|
-
</td>
|
856
|
+
<td class="parameter_name"><p>animator</p></td>
|
857
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
858
|
+
<td class="parameter_annotations"> </td>
|
713
859
|
</tr>
|
714
860
|
<tr>
|
715
|
-
<td
|
716
|
-
<td>milliseconds a run of the animator should last.</td>
|
861
|
+
<td class="parameter_name"><p>duration</p></td>
|
862
|
+
<td class="parameter_description"><p>milliseconds a run of the animator should last.</p></td>
|
863
|
+
<td class="parameter_annotations"> </td>
|
717
864
|
</tr>
|
718
865
|
</tbody>
|
719
866
|
</table></div>
|
867
|
+
</div>
|
720
868
|
<p class="since">Since 1.2</p>
|
721
869
|
</div>
|
722
870
|
<hr>
|
723
871
|
<div class="refsect2">
|
724
|
-
<a name="clutter-animator-get-duration"></a><h3>clutter_animator_get_duration
|
725
|
-
<pre class="programlisting"><span class="returnvalue">guint</span>
|
872
|
+
<a name="clutter-animator-get-duration"></a><h3>clutter_animator_get_duration ()</h3>
|
873
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
874
|
+
clutter_animator_get_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
726
875
|
<div class="warning">
|
727
|
-
<
|
728
|
-
<p
|
876
|
+
<p><code class="literal">clutter_animator_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
877
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
729
878
|
</div>
|
730
|
-
<p>
|
731
|
-
|
732
|
-
</
|
733
|
-
<div class="
|
879
|
+
<p>Retrieves the current duration of an animator</p>
|
880
|
+
<div class="refsect3">
|
881
|
+
<a name="id-1.10.4.9.12.7"></a><h4>Parameters</h4>
|
882
|
+
<div class="informaltable"><table width="100%" border="0">
|
734
883
|
<colgroup>
|
735
|
-
<col
|
736
|
-
<col>
|
884
|
+
<col width="150px" class="parameters_name">
|
885
|
+
<col class="parameters_description">
|
886
|
+
<col width="200px" class="parameters_annotations">
|
737
887
|
</colgroup>
|
738
|
-
<tbody>
|
739
|
-
<
|
740
|
-
<td><p
|
741
|
-
<td
|
742
|
-
</
|
743
|
-
</tr>
|
744
|
-
<tr>
|
745
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
746
|
-
<td>the duration of the animation, in milliseconds</td>
|
747
|
-
</tr>
|
748
|
-
</tbody>
|
888
|
+
<tbody><tr>
|
889
|
+
<td class="parameter_name"><p>animator</p></td>
|
890
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p></td>
|
891
|
+
<td class="parameter_annotations"> </td>
|
892
|
+
</tr></tbody>
|
749
893
|
</table></div>
|
894
|
+
</div>
|
895
|
+
<div class="refsect3">
|
896
|
+
<a name="id-1.10.4.9.12.8"></a><h4>Returns</h4>
|
897
|
+
<p> the duration of the animation, in milliseconds</p>
|
898
|
+
<p></p>
|
899
|
+
</div>
|
750
900
|
<p class="since">Since 1.2</p>
|
751
901
|
</div>
|
752
902
|
<hr>
|
753
903
|
<div class="refsect2">
|
754
|
-
<a name="clutter-animator-property-set-ease-in"></a><h3>clutter_animator_property_set_ease_in
|
755
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
904
|
+
<a name="clutter-animator-property-set-ease-in"></a><h3>clutter_animator_property_set_ease_in ()</h3>
|
905
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
906
|
+
clutter_animator_property_set_ease_in (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
907
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
908
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
909
|
+
<em class="parameter"><code><span class="type">gboolean</span> ease_in</code></em>);</pre>
|
760
910
|
<div class="warning">
|
761
|
-
<
|
762
|
-
<p
|
911
|
+
<p><code class="literal">clutter_animator_property_set_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
912
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
763
913
|
</div>
|
764
|
-
<p>
|
765
|
-
|
766
|
-
</
|
767
|
-
<div class="
|
914
|
+
<p>Sets whether a property value is to be eased into the animation.</p>
|
915
|
+
<div class="refsect3">
|
916
|
+
<a name="id-1.10.4.9.13.7"></a><h4>Parameters</h4>
|
917
|
+
<div class="informaltable"><table width="100%" border="0">
|
768
918
|
<colgroup>
|
769
|
-
<col
|
770
|
-
<col>
|
919
|
+
<col width="150px" class="parameters_name">
|
920
|
+
<col class="parameters_description">
|
921
|
+
<col width="200px" class="parameters_annotations">
|
771
922
|
</colgroup>
|
772
923
|
<tbody>
|
773
924
|
<tr>
|
774
|
-
<td
|
775
|
-
<td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
776
|
-
</td>
|
925
|
+
<td class="parameter_name"><p>animator</p></td>
|
926
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
927
|
+
<td class="parameter_annotations"> </td>
|
777
928
|
</tr>
|
778
929
|
<tr>
|
779
|
-
<td
|
780
|
-
<td>a <span class="type">GObject</span>
|
781
|
-
</td>
|
930
|
+
<td class="parameter_name"><p>object</p></td>
|
931
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
932
|
+
<td class="parameter_annotations"> </td>
|
782
933
|
</tr>
|
783
934
|
<tr>
|
784
|
-
<td
|
785
|
-
<td>the name of a property on object</td>
|
935
|
+
<td class="parameter_name"><p>property_name</p></td>
|
936
|
+
<td class="parameter_description"><p>the name of a property on object</p></td>
|
937
|
+
<td class="parameter_annotations"> </td>
|
786
938
|
</tr>
|
787
939
|
<tr>
|
788
|
-
<td
|
789
|
-
<td>we are going to be easing in this property</td>
|
940
|
+
<td class="parameter_name"><p>ease_in</p></td>
|
941
|
+
<td class="parameter_description"><p>we are going to be easing in this property</p></td>
|
942
|
+
<td class="parameter_annotations"> </td>
|
790
943
|
</tr>
|
791
944
|
</tbody>
|
792
945
|
</table></div>
|
946
|
+
</div>
|
793
947
|
<p class="since">Since 1.2</p>
|
794
948
|
</div>
|
795
949
|
<hr>
|
796
950
|
<div class="refsect2">
|
797
|
-
<a name="clutter-animator-property-get-ease-in"></a><h3>clutter_animator_property_get_ease_in
|
798
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
799
|
-
|
800
|
-
|
801
|
-
|
951
|
+
<a name="clutter-animator-property-get-ease-in"></a><h3>clutter_animator_property_get_ease_in ()</h3>
|
952
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
953
|
+
clutter_animator_property_get_ease_in (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
954
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
955
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
802
956
|
<div class="warning">
|
803
|
-
<
|
804
|
-
<p
|
957
|
+
<p><code class="literal">clutter_animator_property_get_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
958
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
805
959
|
</div>
|
806
|
-
<p>
|
807
|
-
|
808
|
-
</
|
809
|
-
<div class="
|
960
|
+
<p>Checks if a property value is to be eased into the animation.</p>
|
961
|
+
<div class="refsect3">
|
962
|
+
<a name="id-1.10.4.9.14.7"></a><h4>Parameters</h4>
|
963
|
+
<div class="informaltable"><table width="100%" border="0">
|
810
964
|
<colgroup>
|
811
|
-
<col
|
812
|
-
<col>
|
965
|
+
<col width="150px" class="parameters_name">
|
966
|
+
<col class="parameters_description">
|
967
|
+
<col width="200px" class="parameters_annotations">
|
813
968
|
</colgroup>
|
814
969
|
<tbody>
|
815
970
|
<tr>
|
816
|
-
<td
|
817
|
-
<td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
818
|
-
</td>
|
819
|
-
</tr>
|
820
|
-
<tr>
|
821
|
-
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
822
|
-
<td>a <span class="type">GObject</span>
|
823
|
-
</td>
|
971
|
+
<td class="parameter_name"><p>animator</p></td>
|
972
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
973
|
+
<td class="parameter_annotations"> </td>
|
824
974
|
</tr>
|
825
975
|
<tr>
|
826
|
-
<td
|
827
|
-
<td>
|
976
|
+
<td class="parameter_name"><p>object</p></td>
|
977
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
978
|
+
<td class="parameter_annotations"> </td>
|
828
979
|
</tr>
|
829
980
|
<tr>
|
830
|
-
<td
|
831
|
-
<td>
|
832
|
-
<
|
981
|
+
<td class="parameter_name"><p>property_name</p></td>
|
982
|
+
<td class="parameter_description"><p>the name of a property on object</p></td>
|
983
|
+
<td class="parameter_annotations"> </td>
|
833
984
|
</tr>
|
834
985
|
</tbody>
|
835
986
|
</table></div>
|
836
|
-
<p class="since">Since 1.2</p>
|
837
987
|
</div>
|
838
|
-
<
|
839
|
-
<
|
840
|
-
<
|
841
|
-
<
|
842
|
-
|
843
|
-
CLUTTER_INTERPOLATION_CUBIC
|
844
|
-
} ClutterInterpolation;
|
845
|
-
</pre>
|
846
|
-
<p>
|
847
|
-
The mode of interpolation between key frames
|
848
|
-
</p>
|
849
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
850
|
-
<colgroup>
|
851
|
-
<col align="left" valign="top">
|
852
|
-
<col>
|
853
|
-
</colgroup>
|
854
|
-
<tbody>
|
855
|
-
<tr>
|
856
|
-
<td><p><a name="CLUTTER-INTERPOLATION-LINEAR:CAPS"></a><span class="term"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></span></p></td>
|
857
|
-
<td>linear interpolation
|
858
|
-
</td>
|
859
|
-
</tr>
|
860
|
-
<tr>
|
861
|
-
<td><p><a name="CLUTTER-INTERPOLATION-CUBIC:CAPS"></a><span class="term"><code class="literal">CLUTTER_INTERPOLATION_CUBIC</code></span></p></td>
|
862
|
-
<td>cubic interpolation
|
863
|
-
</td>
|
864
|
-
</tr>
|
865
|
-
</tbody>
|
866
|
-
</table></div>
|
988
|
+
<div class="refsect3">
|
989
|
+
<a name="id-1.10.4.9.14.8"></a><h4>Returns</h4>
|
990
|
+
<p> <code class="literal">TRUE</code> if the property is eased in</p>
|
991
|
+
<p></p>
|
992
|
+
</div>
|
867
993
|
<p class="since">Since 1.2</p>
|
868
994
|
</div>
|
869
995
|
<hr>
|
870
996
|
<div class="refsect2">
|
871
|
-
<a name="clutter-animator-property-set-interpolation"></a><h3>clutter_animator_property_set_interpolation
|
872
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
997
|
+
<a name="clutter-animator-property-set-interpolation"></a><h3>clutter_animator_property_set_interpolation ()</h3>
|
998
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
999
|
+
clutter_animator_property_set_interpolation
|
1000
|
+
(<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
1001
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
1002
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1003
|
+
<em class="parameter"><code><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> interpolation</code></em>);</pre>
|
877
1004
|
<div class="warning">
|
878
|
-
<
|
879
|
-
<p
|
1005
|
+
<p><code class="literal">clutter_animator_property_set_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1006
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
880
1007
|
</div>
|
881
|
-
<p>
|
882
|
-
Set the interpolation method to use, <a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></a> causes
|
1008
|
+
<p>Set the interpolation method to use, <a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS"><code class="literal">CLUTTER_INTERPOLATION_LINEAR</code></a> causes
|
883
1009
|
the values to linearly change between the values, and
|
884
1010
|
<a class="link" href="ClutterAnimator.html#CLUTTER-INTERPOLATION-CUBIC:CAPS"><code class="literal">CLUTTER_INTERPOLATION_CUBIC</code></a> causes the values to smoothly change between
|
885
|
-
the values
|
886
|
-
|
887
|
-
<
|
1011
|
+
the values.</p>
|
1012
|
+
<div class="refsect3">
|
1013
|
+
<a name="id-1.10.4.9.15.7"></a><h4>Parameters</h4>
|
1014
|
+
<div class="informaltable"><table width="100%" border="0">
|
888
1015
|
<colgroup>
|
889
|
-
<col
|
890
|
-
<col>
|
1016
|
+
<col width="150px" class="parameters_name">
|
1017
|
+
<col class="parameters_description">
|
1018
|
+
<col width="200px" class="parameters_annotations">
|
891
1019
|
</colgroup>
|
892
1020
|
<tbody>
|
893
1021
|
<tr>
|
894
|
-
<td
|
895
|
-
<td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
896
|
-
</td>
|
1022
|
+
<td class="parameter_name"><p>animator</p></td>
|
1023
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1024
|
+
<td class="parameter_annotations"> </td>
|
897
1025
|
</tr>
|
898
1026
|
<tr>
|
899
|
-
<td
|
900
|
-
<td>a <span class="type">GObject</span>
|
901
|
-
</td>
|
1027
|
+
<td class="parameter_name"><p>object</p></td>
|
1028
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
1029
|
+
<td class="parameter_annotations"> </td>
|
902
1030
|
</tr>
|
903
1031
|
<tr>
|
904
|
-
<td
|
905
|
-
<td>the name of a property on object</td>
|
1032
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1033
|
+
<td class="parameter_description"><p>the name of a property on object</p></td>
|
1034
|
+
<td class="parameter_annotations"> </td>
|
906
1035
|
</tr>
|
907
1036
|
<tr>
|
908
|
-
<td
|
909
|
-
<td>the <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> to use</td>
|
1037
|
+
<td class="parameter_name"><p>interpolation</p></td>
|
1038
|
+
<td class="parameter_description"><p>the <a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> to use</p></td>
|
1039
|
+
<td class="parameter_annotations"> </td>
|
910
1040
|
</tr>
|
911
1041
|
</tbody>
|
912
1042
|
</table></div>
|
1043
|
+
</div>
|
913
1044
|
<p class="since">Since 1.2</p>
|
914
1045
|
</div>
|
915
1046
|
<hr>
|
916
1047
|
<div class="refsect2">
|
917
|
-
<a name="clutter-animator-property-get-interpolation"></a><h3>clutter_animator_property_get_interpolation
|
918
|
-
<pre class="programlisting"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a>
|
919
|
-
|
920
|
-
|
921
|
-
|
1048
|
+
<a name="clutter-animator-property-get-interpolation"></a><h3>clutter_animator_property_get_interpolation ()</h3>
|
1049
|
+
<pre class="programlisting"><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="returnvalue">ClutterInterpolation</span></a>
|
1050
|
+
clutter_animator_property_get_interpolation
|
1051
|
+
(<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
1052
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
1053
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
922
1054
|
<div class="warning">
|
923
|
-
<
|
924
|
-
<p
|
925
|
-
</div>
|
926
|
-
<p>
|
927
|
-
|
928
|
-
|
929
|
-
</
|
930
|
-
<div class="
|
1055
|
+
<p><code class="literal">clutter_animator_property_get_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1056
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1057
|
+
</div>
|
1058
|
+
<p>Get the interpolation used by animator for a property on a particular
|
1059
|
+
object.</p>
|
1060
|
+
<div class="refsect3">
|
1061
|
+
<a name="id-1.10.4.9.16.7"></a><h4>Parameters</h4>
|
1062
|
+
<div class="informaltable"><table width="100%" border="0">
|
931
1063
|
<colgroup>
|
932
|
-
<col
|
933
|
-
<col>
|
1064
|
+
<col width="150px" class="parameters_name">
|
1065
|
+
<col class="parameters_description">
|
1066
|
+
<col width="200px" class="parameters_annotations">
|
934
1067
|
</colgroup>
|
935
1068
|
<tbody>
|
936
1069
|
<tr>
|
937
|
-
<td
|
938
|
-
<td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
939
|
-
</td>
|
1070
|
+
<td class="parameter_name"><p>animator</p></td>
|
1071
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1072
|
+
<td class="parameter_annotations"> </td>
|
940
1073
|
</tr>
|
941
1074
|
<tr>
|
942
|
-
<td
|
943
|
-
<td>a <span class="type">GObject</span>
|
944
|
-
</td>
|
1075
|
+
<td class="parameter_name"><p>object</p></td>
|
1076
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
1077
|
+
<td class="parameter_annotations"> </td>
|
945
1078
|
</tr>
|
946
1079
|
<tr>
|
947
|
-
<td
|
948
|
-
<td>the name of a property on object</td>
|
949
|
-
</
|
950
|
-
<tr>
|
951
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
952
|
-
<td>a ClutterInterpolation value.</td>
|
1080
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1081
|
+
<td class="parameter_description"><p>the name of a property on object</p></td>
|
1082
|
+
<td class="parameter_annotations"> </td>
|
953
1083
|
</tr>
|
954
1084
|
</tbody>
|
955
1085
|
</table></div>
|
1086
|
+
</div>
|
1087
|
+
<div class="refsect3">
|
1088
|
+
<a name="id-1.10.4.9.16.8"></a><h4>Returns</h4>
|
1089
|
+
<p> a ClutterInterpolation value.</p>
|
1090
|
+
<p></p>
|
1091
|
+
</div>
|
956
1092
|
<p class="since">Since 1.2</p>
|
957
1093
|
</div>
|
958
1094
|
<hr>
|
959
1095
|
<div class="refsect2">
|
960
|
-
<a name="
|
961
|
-
<pre class="programlisting"
|
962
|
-
<
|
963
|
-
|
964
|
-
</p>
|
1096
|
+
<a name="clutter-animator-key-get-object"></a><h3>clutter_animator_key_get_object ()</h3>
|
1097
|
+
<pre class="programlisting"><span class="returnvalue">GObject</span> *
|
1098
|
+
clutter_animator_key_get_object (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1099
|
+
<div class="warning">
|
1100
|
+
<p><code class="literal">clutter_animator_key_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1101
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1102
|
+
</div>
|
1103
|
+
<p>Retrieves the object a key applies to.</p>
|
1104
|
+
<div class="refsect3">
|
1105
|
+
<a name="id-1.10.4.9.17.7"></a><h4>Parameters</h4>
|
1106
|
+
<div class="informaltable"><table width="100%" border="0">
|
1107
|
+
<colgroup>
|
1108
|
+
<col width="150px" class="parameters_name">
|
1109
|
+
<col class="parameters_description">
|
1110
|
+
<col width="200px" class="parameters_annotations">
|
1111
|
+
</colgroup>
|
1112
|
+
<tbody><tr>
|
1113
|
+
<td class="parameter_name"><p>key</p></td>
|
1114
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1115
|
+
<td class="parameter_annotations"> </td>
|
1116
|
+
</tr></tbody>
|
1117
|
+
</table></div>
|
1118
|
+
</div>
|
1119
|
+
<div class="refsect3">
|
1120
|
+
<a name="id-1.10.4.9.17.8"></a><h4>Returns</h4>
|
1121
|
+
<p> the object an animator_key exist for. </p>
|
1122
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1123
|
+
</div>
|
965
1124
|
<p class="since">Since 1.2</p>
|
966
1125
|
</div>
|
967
1126
|
<hr>
|
968
1127
|
<div class="refsect2">
|
969
|
-
<a name="clutter-animator-key-get-
|
970
|
-
<pre class="programlisting"
|
1128
|
+
<a name="clutter-animator-key-get-property-name"></a><h3>clutter_animator_key_get_property_name ()</h3>
|
1129
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
1130
|
+
clutter_animator_key_get_property_name
|
1131
|
+
(<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
971
1132
|
<div class="warning">
|
972
|
-
<
|
973
|
-
<p
|
1133
|
+
<p><code class="literal">clutter_animator_key_get_property_name</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1134
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
974
1135
|
</div>
|
975
|
-
<p>
|
976
|
-
|
977
|
-
</
|
978
|
-
<div class="
|
1136
|
+
<p>Retrieves the name of the property a key applies to.</p>
|
1137
|
+
<div class="refsect3">
|
1138
|
+
<a name="id-1.10.4.9.18.7"></a><h4>Parameters</h4>
|
1139
|
+
<div class="informaltable"><table width="100%" border="0">
|
979
1140
|
<colgroup>
|
980
|
-
<col
|
981
|
-
<col>
|
1141
|
+
<col width="150px" class="parameters_name">
|
1142
|
+
<col class="parameters_description">
|
1143
|
+
<col width="200px" class="parameters_annotations">
|
982
1144
|
</colgroup>
|
983
|
-
<tbody>
|
984
|
-
<
|
985
|
-
<td><p
|
986
|
-
<td
|
987
|
-
</
|
988
|
-
</tr>
|
989
|
-
<tr>
|
990
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
991
|
-
<td>the object an animator_key exist for. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
992
|
-
</td>
|
993
|
-
</tr>
|
994
|
-
</tbody>
|
1145
|
+
<tbody><tr>
|
1146
|
+
<td class="parameter_name"><p>key</p></td>
|
1147
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1148
|
+
<td class="parameter_annotations"> </td>
|
1149
|
+
</tr></tbody>
|
995
1150
|
</table></div>
|
1151
|
+
</div>
|
1152
|
+
<div class="refsect3">
|
1153
|
+
<a name="id-1.10.4.9.18.8"></a><h4>Returns</h4>
|
1154
|
+
<p> the name of the property an animator_key exist for.</p>
|
1155
|
+
<p></p>
|
1156
|
+
</div>
|
996
1157
|
<p class="since">Since 1.2</p>
|
997
1158
|
</div>
|
998
1159
|
<hr>
|
999
1160
|
<div class="refsect2">
|
1000
|
-
<a name="clutter-animator-key-get-property-
|
1001
|
-
<pre class="programlisting"
|
1002
|
-
|
1161
|
+
<a name="clutter-animator-key-get-property-type"></a><h3>clutter_animator_key_get_property_type ()</h3>
|
1162
|
+
<pre class="programlisting"><span class="returnvalue">GType</span>
|
1163
|
+
clutter_animator_key_get_property_type
|
1164
|
+
(<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1003
1165
|
<div class="warning">
|
1004
|
-
<
|
1005
|
-
<p
|
1006
|
-
</div>
|
1007
|
-
<p>
|
1008
|
-
|
1009
|
-
</p>
|
1010
|
-
<div class="
|
1166
|
+
<p><code class="literal">clutter_animator_key_get_property_type</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1167
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1168
|
+
</div>
|
1169
|
+
<p>Retrieves the <span class="type">GType</span> of the property a key applies to</p>
|
1170
|
+
<p>You can use this type to initialize the <span class="type">GValue</span> to pass to
|
1171
|
+
<a class="link" href="ClutterAnimator.html#clutter-animator-key-get-value" title="clutter_animator_key_get_value ()"><code class="function">clutter_animator_key_get_value()</code></a></p>
|
1172
|
+
<div class="refsect3">
|
1173
|
+
<a name="id-1.10.4.9.19.8"></a><h4>Parameters</h4>
|
1174
|
+
<div class="informaltable"><table width="100%" border="0">
|
1011
1175
|
<colgroup>
|
1012
|
-
<col
|
1013
|
-
<col>
|
1176
|
+
<col width="150px" class="parameters_name">
|
1177
|
+
<col class="parameters_description">
|
1178
|
+
<col width="200px" class="parameters_annotations">
|
1014
1179
|
</colgroup>
|
1015
|
-
<tbody>
|
1016
|
-
<
|
1017
|
-
<td><p
|
1018
|
-
<td
|
1019
|
-
</
|
1020
|
-
</tr>
|
1021
|
-
<tr>
|
1022
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1023
|
-
<td>the name of the property an animator_key exist for.</td>
|
1024
|
-
</tr>
|
1025
|
-
</tbody>
|
1180
|
+
<tbody><tr>
|
1181
|
+
<td class="parameter_name"><p>key</p></td>
|
1182
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1183
|
+
<td class="parameter_annotations"> </td>
|
1184
|
+
</tr></tbody>
|
1026
1185
|
</table></div>
|
1186
|
+
</div>
|
1187
|
+
<div class="refsect3">
|
1188
|
+
<a name="id-1.10.4.9.19.9"></a><h4>Returns</h4>
|
1189
|
+
<p> the <span class="type">GType</span> of the property</p>
|
1190
|
+
<p></p>
|
1191
|
+
</div>
|
1027
1192
|
<p class="since">Since 1.2</p>
|
1028
1193
|
</div>
|
1029
1194
|
<hr>
|
1030
1195
|
<div class="refsect2">
|
1031
|
-
<a name="clutter-animator-key-get-
|
1032
|
-
<pre class="programlisting"><span class="returnvalue">
|
1033
|
-
|
1196
|
+
<a name="clutter-animator-key-get-mode"></a><h3>clutter_animator_key_get_mode ()</h3>
|
1197
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
1198
|
+
clutter_animator_key_get_mode (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1034
1199
|
<div class="warning">
|
1035
|
-
<
|
1036
|
-
<p
|
1200
|
+
<p><code class="literal">clutter_animator_key_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1201
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1037
1202
|
</div>
|
1038
|
-
<p>
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
<a
|
1044
|
-
|
1045
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1203
|
+
<p>Retrieves the mode of a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key, for the first key of a
|
1204
|
+
property for an object this represents the whether the animation is
|
1205
|
+
open ended and or curved for the remainding keys for the property it
|
1206
|
+
represents the easing mode.</p>
|
1207
|
+
<div class="refsect3">
|
1208
|
+
<a name="id-1.10.4.9.20.7"></a><h4>Parameters</h4>
|
1209
|
+
<div class="informaltable"><table width="100%" border="0">
|
1046
1210
|
<colgroup>
|
1047
|
-
<col
|
1048
|
-
<col>
|
1211
|
+
<col width="150px" class="parameters_name">
|
1212
|
+
<col class="parameters_description">
|
1213
|
+
<col width="200px" class="parameters_annotations">
|
1049
1214
|
</colgroup>
|
1050
|
-
<tbody>
|
1051
|
-
<
|
1052
|
-
<td><p
|
1053
|
-
<td
|
1054
|
-
</
|
1055
|
-
</tr>
|
1056
|
-
<tr>
|
1057
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1058
|
-
<td>the <span class="type">GType</span> of the property</td>
|
1059
|
-
</tr>
|
1060
|
-
</tbody>
|
1215
|
+
<tbody><tr>
|
1216
|
+
<td class="parameter_name"><p>key</p></td>
|
1217
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1218
|
+
<td class="parameter_annotations"> </td>
|
1219
|
+
</tr></tbody>
|
1061
1220
|
</table></div>
|
1221
|
+
</div>
|
1222
|
+
<div class="refsect3">
|
1223
|
+
<a name="id-1.10.4.9.20.8"></a><h4>Returns</h4>
|
1224
|
+
<p> the mode of a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p>
|
1225
|
+
<p></p>
|
1226
|
+
</div>
|
1062
1227
|
<p class="since">Since 1.2</p>
|
1063
1228
|
</div>
|
1064
1229
|
<hr>
|
1065
1230
|
<div class="refsect2">
|
1066
|
-
<a name="clutter-animator-key-get-
|
1067
|
-
<pre class="programlisting"><span class="returnvalue">
|
1231
|
+
<a name="clutter-animator-key-get-progress"></a><h3>clutter_animator_key_get_progress ()</h3>
|
1232
|
+
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
1233
|
+
clutter_animator_key_get_progress (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1068
1234
|
<div class="warning">
|
1069
|
-
<
|
1070
|
-
<p
|
1235
|
+
<p><code class="literal">clutter_animator_key_get_progress</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1236
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1071
1237
|
</div>
|
1072
|
-
<p>
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
represents the easing mode.
|
1077
|
-
</p>
|
1078
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1238
|
+
<p>Retrieves the progress of an clutter_animator_key</p>
|
1239
|
+
<div class="refsect3">
|
1240
|
+
<a name="id-1.10.4.9.21.7"></a><h4>Parameters</h4>
|
1241
|
+
<div class="informaltable"><table width="100%" border="0">
|
1079
1242
|
<colgroup>
|
1080
|
-
<col
|
1081
|
-
<col>
|
1243
|
+
<col width="150px" class="parameters_name">
|
1244
|
+
<col class="parameters_description">
|
1245
|
+
<col width="200px" class="parameters_annotations">
|
1082
1246
|
</colgroup>
|
1083
|
-
<tbody>
|
1084
|
-
<
|
1085
|
-
<td><p
|
1086
|
-
<td
|
1087
|
-
</
|
1088
|
-
</tr>
|
1089
|
-
<tr>
|
1090
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1091
|
-
<td>the mode of a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
1092
|
-
</td>
|
1093
|
-
</tr>
|
1094
|
-
</tbody>
|
1247
|
+
<tbody><tr>
|
1248
|
+
<td class="parameter_name"><p>key</p></td>
|
1249
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1250
|
+
<td class="parameter_annotations"> </td>
|
1251
|
+
</tr></tbody>
|
1095
1252
|
</table></div>
|
1253
|
+
</div>
|
1254
|
+
<div class="refsect3">
|
1255
|
+
<a name="id-1.10.4.9.21.8"></a><h4>Returns</h4>
|
1256
|
+
<p> the progress defined for a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key.</p>
|
1257
|
+
<p></p>
|
1258
|
+
</div>
|
1096
1259
|
<p class="since">Since 1.2</p>
|
1097
1260
|
</div>
|
1098
1261
|
<hr>
|
1099
1262
|
<div class="refsect2">
|
1100
|
-
<a name="clutter-animator-key-get-
|
1101
|
-
<pre class="programlisting"><span class="returnvalue">
|
1263
|
+
<a name="clutter-animator-key-get-value"></a><h3>clutter_animator_key_get_value ()</h3>
|
1264
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1265
|
+
clutter_animator_key_get_value (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>,
|
1266
|
+
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
1102
1267
|
<div class="warning">
|
1103
|
-
<
|
1104
|
-
<p
|
1268
|
+
<p><code class="literal">clutter_animator_key_get_value</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1269
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1105
1270
|
</div>
|
1106
|
-
<p>
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1271
|
+
<p>Retrieves a copy of the value for a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>.</p>
|
1272
|
+
<p>The passed in <span class="type">GValue</span> needs to be already initialized for the value
|
1273
|
+
type of the key or to a type that allow transformation from the value
|
1274
|
+
type of the key.</p>
|
1275
|
+
<p>Use <code class="function">g_value_unset()</code> when done.</p>
|
1276
|
+
<div class="refsect3">
|
1277
|
+
<a name="id-1.10.4.9.22.9"></a><h4>Parameters</h4>
|
1278
|
+
<div class="informaltable"><table width="100%" border="0">
|
1110
1279
|
<colgroup>
|
1111
|
-
<col
|
1112
|
-
<col>
|
1280
|
+
<col width="150px" class="parameters_name">
|
1281
|
+
<col class="parameters_description">
|
1282
|
+
<col width="200px" class="parameters_annotations">
|
1113
1283
|
</colgroup>
|
1114
1284
|
<tbody>
|
1115
1285
|
<tr>
|
1116
|
-
<td
|
1117
|
-
<td>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a>
|
1118
|
-
</td>
|
1286
|
+
<td class="parameter_name"><p>key</p></td>
|
1287
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p></td>
|
1288
|
+
<td class="parameter_annotations"> </td>
|
1119
1289
|
</tr>
|
1120
1290
|
<tr>
|
1121
|
-
<td
|
1122
|
-
<td
|
1291
|
+
<td class="parameter_name"><p>value</p></td>
|
1292
|
+
<td class="parameter_description"><p>a <span class="type">GValue</span> initialized with the correct type for the animator key</p></td>
|
1293
|
+
<td class="parameter_annotations"> </td>
|
1123
1294
|
</tr>
|
1124
1295
|
</tbody>
|
1125
1296
|
</table></div>
|
1297
|
+
</div>
|
1298
|
+
<div class="refsect3">
|
1299
|
+
<a name="id-1.10.4.9.22.10"></a><h4>Returns</h4>
|
1300
|
+
<p> <code class="literal">TRUE</code> if the passed <span class="type">GValue</span> was successfully set, and
|
1301
|
+
<code class="literal">FALSE</code> otherwise</p>
|
1302
|
+
<p></p>
|
1303
|
+
</div>
|
1304
|
+
<p class="since">Since 1.2</p>
|
1305
|
+
</div>
|
1306
|
+
</div>
|
1307
|
+
<div class="refsect1">
|
1308
|
+
<a name="ClutterAnimator.other_details"></a><h2>Types and Values</h2>
|
1309
|
+
<div class="refsect2">
|
1310
|
+
<a name="ClutterAnimator-struct"></a><h3>ClutterAnimator</h3>
|
1311
|
+
<pre class="programlisting">typedef struct _ClutterAnimator ClutterAnimator;</pre>
|
1312
|
+
<div class="warning"><p><code class="literal">ClutterAnimator</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1313
|
+
<p>The <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> structure contains only private data and
|
1314
|
+
should be accessed using the provided API</p>
|
1126
1315
|
<p class="since">Since 1.2</p>
|
1127
1316
|
</div>
|
1128
1317
|
<hr>
|
1129
1318
|
<div class="refsect2">
|
1130
|
-
<a name="
|
1131
|
-
<pre class="programlisting"
|
1132
|
-
|
1133
|
-
|
1134
|
-
<
|
1135
|
-
<p
|
1319
|
+
<a name="ClutterAnimatorClass"></a><h3>struct ClutterAnimatorClass</h3>
|
1320
|
+
<pre class="programlisting">struct ClutterAnimatorClass {
|
1321
|
+
};
|
1322
|
+
</pre>
|
1323
|
+
<div class="warning"><p><code class="literal">ClutterAnimatorClass</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1324
|
+
<p>The <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass"><span class="type">ClutterAnimatorClass</span></a> structure contains only private data</p>
|
1325
|
+
<p class="since">Since 1.2</p>
|
1136
1326
|
</div>
|
1137
|
-
<
|
1138
|
-
|
1139
|
-
</
|
1140
|
-
<p>
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
</p>
|
1145
|
-
<p>
|
1146
|
-
Use <code class="function">g_value_unset()</code> when done.
|
1147
|
-
</p>
|
1148
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1327
|
+
<hr>
|
1328
|
+
<div class="refsect2">
|
1329
|
+
<a name="ClutterInterpolation"></a><h3>enum ClutterInterpolation</h3>
|
1330
|
+
<p>The mode of interpolation between key frames</p>
|
1331
|
+
<div class="refsect3">
|
1332
|
+
<a name="id-1.10.4.10.4.4"></a><h4>Members</h4>
|
1333
|
+
<div class="informaltable"><table width="100%" border="0">
|
1149
1334
|
<colgroup>
|
1150
|
-
<col
|
1151
|
-
<col>
|
1335
|
+
<col width="300px" class="enum_members_name">
|
1336
|
+
<col class="enum_members_description">
|
1337
|
+
<col width="200px" class="enum_members_annotations">
|
1152
1338
|
</colgroup>
|
1153
1339
|
<tbody>
|
1154
1340
|
<tr>
|
1155
|
-
<td
|
1156
|
-
<td
|
1341
|
+
<td class="enum_member_name"><p><a name="CLUTTER-INTERPOLATION-LINEAR:CAPS"></a>CLUTTER_INTERPOLATION_LINEAR</p></td>
|
1342
|
+
<td class="enum_member_description">
|
1343
|
+
<p>linear interpolation</p>
|
1157
1344
|
</td>
|
1345
|
+
<td class="enum_member_annotations"> </td>
|
1158
1346
|
</tr>
|
1159
1347
|
<tr>
|
1160
|
-
<td
|
1161
|
-
<td
|
1162
|
-
</
|
1163
|
-
|
1164
|
-
<td
|
1165
|
-
<td>
|
1166
|
-
<code class="literal">TRUE</code> if the passed <span class="type">GValue</span> was successfully set, and
|
1167
|
-
<code class="literal">FALSE</code> otherwise</td>
|
1348
|
+
<td class="enum_member_name"><p><a name="CLUTTER-INTERPOLATION-CUBIC:CAPS"></a>CLUTTER_INTERPOLATION_CUBIC</p></td>
|
1349
|
+
<td class="enum_member_description">
|
1350
|
+
<p>cubic interpolation</p>
|
1351
|
+
</td>
|
1352
|
+
<td class="enum_member_annotations"> </td>
|
1168
1353
|
</tr>
|
1169
1354
|
</tbody>
|
1170
1355
|
</table></div>
|
1356
|
+
</div>
|
1357
|
+
<p class="since">Since 1.2</p>
|
1358
|
+
</div>
|
1359
|
+
<hr>
|
1360
|
+
<div class="refsect2">
|
1361
|
+
<a name="ClutterAnimatorKey"></a><h3>ClutterAnimatorKey</h3>
|
1362
|
+
<pre class="programlisting">typedef struct _ClutterAnimatorKey ClutterAnimatorKey;</pre>
|
1363
|
+
<p>A key frame inside a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p>
|
1171
1364
|
<p class="since">Since 1.2</p>
|
1172
1365
|
</div>
|
1173
1366
|
</div>
|
1174
1367
|
<div class="refsect1">
|
1175
1368
|
<a name="ClutterAnimator.property-details"></a><h2>Property Details</h2>
|
1176
1369
|
<div class="refsect2">
|
1177
|
-
<a name="ClutterAnimator--duration"></a><h3>The <code class="literal"
|
1178
|
-
<pre class="programlisting">
|
1370
|
+
<a name="ClutterAnimator--duration"></a><h3>The <code class="literal">“duration”</code> property</h3>
|
1371
|
+
<pre class="programlisting"> “duration” <span class="type">guint</span></pre>
|
1372
|
+
<p>The duration of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
1373
|
+
to drive the animation</p>
|
1179
1374
|
<div class="warning">
|
1180
|
-
<
|
1181
|
-
<p
|
1375
|
+
<p><code class="literal">ClutterAnimator:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1376
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1182
1377
|
</div>
|
1183
|
-
<p>
|
1184
|
-
The duration of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>
|
1185
|
-
to drive the animation
|
1186
|
-
</p>
|
1378
|
+
<p>Flags: Read / Write</p>
|
1187
1379
|
<p>Default value: 2000</p>
|
1188
1380
|
<p class="since">Since 1.2</p>
|
1189
1381
|
</div>
|
1190
1382
|
<hr>
|
1191
1383
|
<div class="refsect2">
|
1192
|
-
<a name="ClutterAnimator--timeline"></a><h3>The <code class="literal"
|
1193
|
-
<pre class="programlisting">
|
1384
|
+
<a name="ClutterAnimator--timeline"></a><h3>The <code class="literal">“timeline”</code> property</h3>
|
1385
|
+
<pre class="programlisting"> “timeline” <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</pre>
|
1386
|
+
<p>The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> to drive the
|
1387
|
+
animation</p>
|
1194
1388
|
<div class="warning">
|
1195
|
-
<
|
1196
|
-
<p
|
1389
|
+
<p><code class="literal">ClutterAnimator:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1390
|
+
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1197
1391
|
</div>
|
1198
|
-
<p>
|
1199
|
-
The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> to drive the
|
1200
|
-
animation
|
1201
|
-
</p>
|
1392
|
+
<p>Flags: Read / Write</p>
|
1202
1393
|
<p class="since">Since 1.2</p>
|
1203
1394
|
</div>
|
1204
1395
|
</div>
|
1205
1396
|
<div class="refsect1">
|
1206
1397
|
<a name="ClutterAnimator.see-also"></a><h2>See Also</h2>
|
1207
|
-
<a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a>, <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>,
|
1208
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
1398
|
+
<p><a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a>, <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>,
|
1399
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p>
|
1209
1400
|
</div>
|
1210
1401
|
</div>
|
1211
1402
|
<div class="footer">
|
1212
1403
|
<hr>
|
1213
|
-
Generated by GTK-Doc V1.
|
1404
|
+
Generated by GTK-Doc V1.20.1</div>
|
1214
1405
|
</body>
|
1215
1406
|
</html>
|