clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,23 +8,18 @@
|
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="ClutterAlpha.html" title="ClutterAlpha">
|
10
10
|
<link rel="next" href="ClutterAnimator.html" title="ClutterAnimator">
|
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="#clutter-Implicit-Animations.
|
20
|
-
|
21
|
-
<a href="#clutter-Implicit-Animations.
|
22
|
-
|
23
|
-
<a href="#clutter-Implicit-Animations.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
24
|
-
|
|
25
|
-
<a href="#clutter-Implicit-Animations.properties" class="shortcut">Properties</a>
|
26
|
-
|
|
27
|
-
<a href="#clutter-Implicit-Animations.signals" class="shortcut">Signals</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#clutter-Implicit-Animations.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#clutter-Implicit-Animations.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#clutter-Implicit-Animations.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
21
|
+
<a href="#clutter-Implicit-Animations.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
22
|
+
<a href="#clutter-Implicit-Animations.signals" class="shortcut">Signals</a></span>
|
28
23
|
</td>
|
29
24
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
25
|
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -38,1623 +33,1250 @@
|
|
38
33
|
<h2><span class="refentrytitle"><a name="clutter-Implicit-Animations.top_of_page"></a>Implicit Animations</span></h2>
|
39
34
|
<p>Implicit Animations — Simple implicit animations</p>
|
40
35
|
</td>
|
41
|
-
<td valign="top" align="right"></td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
42
37
|
</tr></table></div>
|
43
|
-
<div class="refsynopsisdiv">
|
44
|
-
<a name="clutter-Implicit-Animations.synopsis"></a><h2>Synopsis</h2>
|
45
|
-
<a name="ClutterAnimation"></a><pre class="synopsis"> <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-struct" title="ClutterAnimation">ClutterAnimation</a>;
|
46
|
-
struct <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimationClass" title="struct ClutterAnimationClass">ClutterAnimationClass</a>;
|
47
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-new" title="clutter_animation_new ()">clutter_animation_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
48
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-object" title="clutter_animation_set_object ()">clutter_animation_set_object</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
49
|
-
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>);
|
50
|
-
<span class="returnvalue">GObject</span> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-object" title="clutter_animation_get_object ()">clutter_animation_get_object</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
51
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()">clutter_animation_set_mode</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
52
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);
|
53
|
-
<span class="returnvalue">gulong</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-mode" title="clutter_animation_get_mode ()">clutter_animation_get_mode</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
54
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-duration" title="clutter_animation_set_duration ()">clutter_animation_set_duration</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
55
|
-
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);
|
56
|
-
<span class="returnvalue">guint</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-duration" title="clutter_animation_get_duration ()">clutter_animation_get_duration</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
57
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-loop" title="clutter_animation_set_loop ()">clutter_animation_set_loop</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
58
|
-
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);
|
59
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-loop" title="clutter_animation_get_loop ()">clutter_animation_get_loop</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
60
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-timeline" title="clutter_animation_set_timeline ()">clutter_animation_set_timeline</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
61
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);
|
62
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()">clutter_animation_get_timeline</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
63
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-alpha" title="clutter_animation_set_alpha ()">clutter_animation_set_alpha</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
64
|
-
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);
|
65
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-alpha" title="clutter_animation_get_alpha ()">clutter_animation_get_alpha</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
66
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-completed" title="clutter_animation_completed ()">clutter_animation_completed</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);
|
67
|
-
|
68
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind" title="clutter_animation_bind ()">clutter_animation_bind</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
69
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
70
|
-
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);
|
71
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind-interval" title="clutter_animation_bind_interval ()">clutter_animation_bind_interval</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
72
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
73
|
-
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);
|
74
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-update" title="clutter_animation_update ()">clutter_animation_update</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
75
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
76
|
-
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);
|
77
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-update-interval" title="clutter_animation_update_interval ()">clutter_animation_update_interval</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
78
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
79
|
-
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);
|
80
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-has-property" title="clutter_animation_has_property ()">clutter_animation_has_property</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
81
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);
|
82
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-unbind-property" title="clutter_animation_unbind_property ()">clutter_animation_unbind_property</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
83
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);
|
84
|
-
<a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="returnvalue">ClutterInterval</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-interval" title="clutter_animation_get_interval ()">clutter_animation_get_interval</a> (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
85
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);
|
86
|
-
|
87
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()">clutter_actor_animate</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
88
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
89
|
-
<em class="parameter"><code><span class="type">guint</span> duration</code></em>,
|
90
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
91
|
-
<em class="parameter"><code>...</code></em>);
|
92
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()">clutter_actor_animate_with_timeline</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
93
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
94
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
95
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
96
|
-
<em class="parameter"><code>...</code></em>);
|
97
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()">clutter_actor_animate_with_alpha</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
98
|
-
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
99
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
100
|
-
<em class="parameter"><code>...</code></em>);
|
101
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animatev" title="clutter_actor_animatev ()">clutter_actor_animatev</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
102
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
103
|
-
<em class="parameter"><code><span class="type">guint</span> duration</code></em>,
|
104
|
-
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
105
|
-
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
106
|
-
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);
|
107
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timelinev" title="clutter_actor_animate_with_timelinev ()">clutter_actor_animate_with_timelinev</a>
|
108
|
-
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
109
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
110
|
-
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
111
|
-
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
112
|
-
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
113
|
-
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);
|
114
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alphav" title="clutter_actor_animate_with_alphav ()">clutter_actor_animate_with_alphav</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
115
|
-
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
116
|
-
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
117
|
-
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
118
|
-
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);
|
119
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-get-animation" title="clutter_actor_get_animation ()">clutter_actor_get_animation</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);
|
120
|
-
<span class="returnvalue">void</span> <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-detach-animation" title="clutter_actor_detach_animation ()">clutter_actor_detach_animation</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);
|
121
|
-
</pre>
|
122
|
-
</div>
|
123
|
-
<div class="refsect1">
|
124
|
-
<a name="clutter-Implicit-Animations.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
125
|
-
<pre class="synopsis">
|
126
|
-
GObject
|
127
|
-
+----ClutterAnimation
|
128
|
-
</pre>
|
129
|
-
</div>
|
130
|
-
<div class="refsect1">
|
131
|
-
<a name="clutter-Implicit-Animations.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
132
|
-
<p>
|
133
|
-
ClutterAnimation implements
|
134
|
-
<a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
|
135
|
-
</div>
|
136
|
-
<div class="refsect1">
|
137
|
-
<a name="clutter-Implicit-Animations.properties"></a><h2>Properties</h2>
|
138
|
-
<pre class="synopsis">
|
139
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--alpha" title='The "alpha" property'>alpha</a>" <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>* : Read / Write
|
140
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--duration" title='The "duration" property'>duration</a>" <span class="type">guint</span> : Read / Write
|
141
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--loop" title='The "loop" property'>loop</a>" <span class="type">gboolean</span> : Read / Write
|
142
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title='The "mode" property'>mode</a>" <span class="type">gulong</span> : Read / Write
|
143
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--object" title='The "object" property'>object</a>" <span class="type">GObject</span>* : Read / Write
|
144
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title='The "timeline" property'>timeline</a>" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write
|
145
|
-
</pre>
|
146
|
-
</div>
|
147
|
-
<div class="refsect1">
|
148
|
-
<a name="clutter-Implicit-Animations.signals"></a><h2>Signals</h2>
|
149
|
-
<pre class="synopsis">
|
150
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title='The "completed" signal'>completed</a>" : <code class="literal">Run Last</code>
|
151
|
-
"<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-started" title='The "started" signal'>started</a>" : <code class="literal">Run Last</code>
|
152
|
-
</pre>
|
153
|
-
</div>
|
154
38
|
<div class="refsect1">
|
155
|
-
<a name="clutter-Implicit-Animations.
|
156
|
-
<
|
157
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> is an object providing simple, implicit animations
|
158
|
-
for <span class="type">GObject</span>s.
|
159
|
-
</p>
|
160
|
-
<p>
|
161
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instances will bind one or more <span class="type">GObject</span> properties
|
162
|
-
belonging to a <span class="type">GObject</span> to a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, and will then use a
|
163
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> to interpolate the property between the initial and final
|
164
|
-
values of the interval.
|
165
|
-
</p>
|
166
|
-
<p>
|
167
|
-
The duration of the animation is set using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-duration" title="clutter_animation_set_duration ()"><code class="function">clutter_animation_set_duration()</code></a>.
|
168
|
-
The easing mode of the animation is set using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()"><code class="function">clutter_animation_set_mode()</code></a>.
|
169
|
-
</p>
|
170
|
-
<p>
|
171
|
-
If you want to control the animation you should retrieve the
|
172
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and then
|
173
|
-
use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> functions like <a class="link" href="ClutterTimeline.html#clutter-timeline-start" title="clutter_timeline_start ()"><code class="function">clutter_timeline_start()</code></a>,
|
174
|
-
<a class="link" href="ClutterTimeline.html#clutter-timeline-pause" title="clutter_timeline_pause ()"><code class="function">clutter_timeline_pause()</code></a> or <a class="link" href="ClutterTimeline.html#clutter-timeline-stop" title="clutter_timeline_stop ()"><code class="function">clutter_timeline_stop()</code></a>.
|
175
|
-
</p>
|
176
|
-
<p>
|
177
|
-
A <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will emit the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title='The "completed" signal'><span class="type">"completed"</span></a> signal
|
178
|
-
when the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the animation is completed; unlike
|
179
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, though, the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title='The "completed" signal'><span class="type">"completed"</span></a> will not be
|
180
|
-
emitted if <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--loop" title='The "loop" property'><span class="type">"loop"</span></a> is set to <code class="literal">TRUE</code> - that is, a looping
|
181
|
-
animation never completes.
|
182
|
-
</p>
|
183
|
-
<p>
|
184
|
-
If your animation depends on user control you can force its completion
|
185
|
-
using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-completed" title="clutter_animation_completed ()"><code class="function">clutter_animation_completed()</code></a>.
|
186
|
-
</p>
|
187
|
-
<p>
|
188
|
-
If the <span class="type">GObject</span> instance bound to a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> implements the
|
189
|
-
<a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a> interface it is possible for that instance to
|
190
|
-
control the way the initial and final states are interpolated.
|
191
|
-
</p>
|
192
|
-
<p>
|
193
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>s are distinguished from <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>s
|
194
|
-
because the former can only control <span class="type">GObject</span> properties of a single
|
195
|
-
<span class="type">GObject</span> instance, while the latter can control multiple properties
|
196
|
-
using accessor functions inside the <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>
|
197
|
-
<code class="function">alpha_notify</code> virtual function, and can control
|
198
|
-
multiple <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>s as well.
|
199
|
-
</p>
|
200
|
-
<p>
|
201
|
-
For convenience, it is possible to use the <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>
|
202
|
-
function call which will take care of setting up and tearing down
|
203
|
-
a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance and animate an actor between its current
|
204
|
-
state and the specified final state.
|
205
|
-
</p>
|
206
|
-
<p>
|
207
|
-
</p>
|
208
|
-
<div class="refsect2">
|
209
|
-
<a name="clutter-AnimationMode-Script"></a><h3>Defining ClutterAnimationMode inside ClutterScript</h3>
|
210
|
-
<p>When defining a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> inside a ClutterScript
|
211
|
-
file or string the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title='The "mode" property'><span class="type">"mode"</span></a> can be defined either
|
212
|
-
using the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration values through their
|
213
|
-
"nick" (the short string used inside <span class="type">GEnumValue</span>), their numeric
|
214
|
-
id, or using the following strings:</p>
|
215
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
39
|
+
<a name="clutter-Implicit-Animations.functions"></a><h2>Functions</h2>
|
40
|
+
<div class="informaltable"><table width="100%" border="0">
|
216
41
|
<colgroup>
|
217
|
-
<col
|
218
|
-
<col>
|
42
|
+
<col width="150px" class="functions_return">
|
43
|
+
<col class="functions_name">
|
219
44
|
</colgroup>
|
220
45
|
<tbody>
|
221
46
|
<tr>
|
222
|
-
<td
|
223
|
-
<
|
224
|
-
|
47
|
+
<td class="function_type">
|
48
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
49
|
+
</td>
|
50
|
+
<td class="function_name">
|
51
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-new" title="clutter_animation_new ()">clutter_animation_new</a> <span class="c_punctuation">()</span>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td class="function_type">
|
56
|
+
<span class="returnvalue">void</span>
|
57
|
+
</td>
|
58
|
+
<td class="function_name">
|
59
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-object" title="clutter_animation_set_object ()">clutter_animation_set_object</a> <span class="c_punctuation">()</span>
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td class="function_type">
|
64
|
+
<span class="returnvalue">GObject</span> *
|
65
|
+
</td>
|
66
|
+
<td class="function_name">
|
67
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-object" title="clutter_animation_get_object ()">clutter_animation_get_object</a> <span class="c_punctuation">()</span>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td class="function_type">
|
72
|
+
<span class="returnvalue">void</span>
|
73
|
+
</td>
|
74
|
+
<td class="function_name">
|
75
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()">clutter_animation_set_mode</a> <span class="c_punctuation">()</span>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td class="function_type">
|
80
|
+
<span class="returnvalue">gulong</span>
|
81
|
+
</td>
|
82
|
+
<td class="function_name">
|
83
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-mode" title="clutter_animation_get_mode ()">clutter_animation_get_mode</a> <span class="c_punctuation">()</span>
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
<tr>
|
87
|
+
<td class="function_type">
|
88
|
+
<span class="returnvalue">void</span>
|
89
|
+
</td>
|
90
|
+
<td class="function_name">
|
91
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-duration" title="clutter_animation_set_duration ()">clutter_animation_set_duration</a> <span class="c_punctuation">()</span>
|
92
|
+
</td>
|
93
|
+
</tr>
|
94
|
+
<tr>
|
95
|
+
<td class="function_type">
|
96
|
+
<span class="returnvalue">guint</span>
|
97
|
+
</td>
|
98
|
+
<td class="function_name">
|
99
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-duration" title="clutter_animation_get_duration ()">clutter_animation_get_duration</a> <span class="c_punctuation">()</span>
|
100
|
+
</td>
|
101
|
+
</tr>
|
102
|
+
<tr>
|
103
|
+
<td class="function_type">
|
104
|
+
<span class="returnvalue">void</span>
|
105
|
+
</td>
|
106
|
+
<td class="function_name">
|
107
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-loop" title="clutter_animation_set_loop ()">clutter_animation_set_loop</a> <span class="c_punctuation">()</span>
|
108
|
+
</td>
|
109
|
+
</tr>
|
110
|
+
<tr>
|
111
|
+
<td class="function_type">
|
112
|
+
<span class="returnvalue">gboolean</span>
|
113
|
+
</td>
|
114
|
+
<td class="function_name">
|
115
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-loop" title="clutter_animation_get_loop ()">clutter_animation_get_loop</a> <span class="c_punctuation">()</span>
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
<tr>
|
119
|
+
<td class="function_type">
|
120
|
+
<span class="returnvalue">void</span>
|
121
|
+
</td>
|
122
|
+
<td class="function_name">
|
123
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-timeline" title="clutter_animation_set_timeline ()">clutter_animation_set_timeline</a> <span class="c_punctuation">()</span>
|
124
|
+
</td>
|
125
|
+
</tr>
|
126
|
+
<tr>
|
127
|
+
<td class="function_type">
|
128
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
129
|
+
</td>
|
130
|
+
<td class="function_name">
|
131
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()">clutter_animation_get_timeline</a> <span class="c_punctuation">()</span>
|
132
|
+
</td>
|
133
|
+
</tr>
|
134
|
+
<tr>
|
135
|
+
<td class="function_type">
|
136
|
+
<span class="returnvalue">void</span>
|
137
|
+
</td>
|
138
|
+
<td class="function_name">
|
139
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-alpha" title="clutter_animation_set_alpha ()">clutter_animation_set_alpha</a> <span class="c_punctuation">()</span>
|
140
|
+
</td>
|
141
|
+
</tr>
|
142
|
+
<tr>
|
143
|
+
<td class="function_type">
|
144
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
145
|
+
</td>
|
146
|
+
<td class="function_name">
|
147
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-alpha" title="clutter_animation_get_alpha ()">clutter_animation_get_alpha</a> <span class="c_punctuation">()</span>
|
148
|
+
</td>
|
149
|
+
</tr>
|
150
|
+
<tr>
|
151
|
+
<td class="function_type">
|
152
|
+
<span class="returnvalue">void</span>
|
153
|
+
</td>
|
154
|
+
<td class="function_name">
|
155
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-completed" title="clutter_animation_completed ()">clutter_animation_completed</a> <span class="c_punctuation">()</span>
|
156
|
+
</td>
|
157
|
+
</tr>
|
158
|
+
<tr>
|
159
|
+
<td class="function_type">
|
160
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
161
|
+
</td>
|
162
|
+
<td class="function_name">
|
163
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind" title="clutter_animation_bind ()">clutter_animation_bind</a> <span class="c_punctuation">()</span>
|
164
|
+
</td>
|
165
|
+
</tr>
|
166
|
+
<tr>
|
167
|
+
<td class="function_type">
|
168
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
169
|
+
</td>
|
170
|
+
<td class="function_name">
|
171
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind-interval" title="clutter_animation_bind_interval ()">clutter_animation_bind_interval</a> <span class="c_punctuation">()</span>
|
172
|
+
</td>
|
173
|
+
</tr>
|
174
|
+
<tr>
|
175
|
+
<td class="function_type">
|
176
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
177
|
+
</td>
|
178
|
+
<td class="function_name">
|
179
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-update" title="clutter_animation_update ()">clutter_animation_update</a> <span class="c_punctuation">()</span>
|
180
|
+
</td>
|
181
|
+
</tr>
|
182
|
+
<tr>
|
183
|
+
<td class="function_type">
|
184
|
+
<span class="returnvalue">void</span>
|
185
|
+
</td>
|
186
|
+
<td class="function_name">
|
187
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-update-interval" title="clutter_animation_update_interval ()">clutter_animation_update_interval</a> <span class="c_punctuation">()</span>
|
188
|
+
</td>
|
189
|
+
</tr>
|
190
|
+
<tr>
|
191
|
+
<td class="function_type">
|
192
|
+
<span class="returnvalue">gboolean</span>
|
193
|
+
</td>
|
194
|
+
<td class="function_name">
|
195
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-has-property" title="clutter_animation_has_property ()">clutter_animation_has_property</a> <span class="c_punctuation">()</span>
|
196
|
+
</td>
|
197
|
+
</tr>
|
198
|
+
<tr>
|
199
|
+
<td class="function_type">
|
200
|
+
<span class="returnvalue">void</span>
|
201
|
+
</td>
|
202
|
+
<td class="function_name">
|
203
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-unbind-property" title="clutter_animation_unbind_property ()">clutter_animation_unbind_property</a> <span class="c_punctuation">()</span>
|
204
|
+
</td>
|
225
205
|
</tr>
|
226
206
|
<tr>
|
227
|
-
<td
|
228
|
-
<
|
229
|
-
|
207
|
+
<td class="function_type">
|
208
|
+
<a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="returnvalue">ClutterInterval</span></a> *
|
209
|
+
</td>
|
210
|
+
<td class="function_name">
|
211
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-interval" title="clutter_animation_get_interval ()">clutter_animation_get_interval</a> <span class="c_punctuation">()</span>
|
212
|
+
</td>
|
230
213
|
</tr>
|
231
214
|
<tr>
|
232
|
-
<td
|
233
|
-
<
|
234
|
-
|
215
|
+
<td class="function_type">
|
216
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
217
|
+
</td>
|
218
|
+
<td class="function_name">
|
219
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()">clutter_actor_animate</a> <span class="c_punctuation">()</span>
|
220
|
+
</td>
|
235
221
|
</tr>
|
236
222
|
<tr>
|
237
|
-
<td
|
238
|
-
<
|
239
|
-
|
223
|
+
<td class="function_type">
|
224
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
225
|
+
</td>
|
226
|
+
<td class="function_name">
|
227
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()">clutter_actor_animate_with_timeline</a> <span class="c_punctuation">()</span>
|
228
|
+
</td>
|
240
229
|
</tr>
|
241
230
|
<tr>
|
242
|
-
<td
|
243
|
-
<
|
244
|
-
|
231
|
+
<td class="function_type">
|
232
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
233
|
+
</td>
|
234
|
+
<td class="function_name">
|
235
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()">clutter_actor_animate_with_alpha</a> <span class="c_punctuation">()</span>
|
236
|
+
</td>
|
245
237
|
</tr>
|
246
238
|
<tr>
|
247
|
-
<td
|
248
|
-
<
|
249
|
-
|
239
|
+
<td class="function_type">
|
240
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
241
|
+
</td>
|
242
|
+
<td class="function_name">
|
243
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animatev" title="clutter_actor_animatev ()">clutter_actor_animatev</a> <span class="c_punctuation">()</span>
|
244
|
+
</td>
|
250
245
|
</tr>
|
251
246
|
<tr>
|
252
|
-
<td
|
253
|
-
<
|
254
|
-
|
247
|
+
<td class="function_type">
|
248
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
249
|
+
</td>
|
250
|
+
<td class="function_name">
|
251
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timelinev" title="clutter_actor_animate_with_timelinev ()">clutter_actor_animate_with_timelinev</a> <span class="c_punctuation">()</span>
|
252
|
+
</td>
|
255
253
|
</tr>
|
256
254
|
<tr>
|
257
|
-
<td
|
258
|
-
<
|
259
|
-
|
255
|
+
<td class="function_type">
|
256
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
257
|
+
</td>
|
258
|
+
<td class="function_name">
|
259
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alphav" title="clutter_actor_animate_with_alphav ()">clutter_actor_animate_with_alphav</a> <span class="c_punctuation">()</span>
|
260
|
+
</td>
|
260
261
|
</tr>
|
261
262
|
<tr>
|
262
|
-
<td
|
263
|
-
<
|
264
|
-
|
263
|
+
<td class="function_type">
|
264
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
265
|
+
</td>
|
266
|
+
<td class="function_name">
|
267
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-get-animation" title="clutter_actor_get_animation ()">clutter_actor_get_animation</a> <span class="c_punctuation">()</span>
|
268
|
+
</td>
|
265
269
|
</tr>
|
266
270
|
<tr>
|
267
|
-
<td
|
268
|
-
<
|
269
|
-
|
271
|
+
<td class="function_type">
|
272
|
+
<span class="returnvalue">void</span>
|
273
|
+
</td>
|
274
|
+
<td class="function_name">
|
275
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-detach-animation" title="clutter_actor_detach_animation ()">clutter_actor_detach_animation</a> <span class="c_punctuation">()</span>
|
276
|
+
</td>
|
270
277
|
</tr>
|
271
278
|
</tbody>
|
272
279
|
</table></div>
|
273
280
|
</div>
|
274
|
-
<
|
275
|
-
</
|
276
|
-
<
|
277
|
-
|
278
|
-
<
|
279
|
-
<
|
280
|
-
<
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
35
|
319
|
-
36
|
320
|
-
37
|
321
|
-
38
|
322
|
-
39
|
323
|
-
40
|
324
|
-
41
|
325
|
-
42
|
326
|
-
43
|
327
|
-
44
|
328
|
-
45
|
329
|
-
46
|
330
|
-
47
|
331
|
-
48
|
332
|
-
49
|
333
|
-
50
|
334
|
-
51
|
335
|
-
52
|
336
|
-
53
|
337
|
-
54
|
338
|
-
55
|
339
|
-
56
|
340
|
-
57
|
341
|
-
58
|
342
|
-
59
|
343
|
-
60
|
344
|
-
61
|
345
|
-
62
|
346
|
-
63
|
347
|
-
64
|
348
|
-
65
|
349
|
-
66
|
350
|
-
67
|
351
|
-
68
|
352
|
-
69
|
353
|
-
70
|
354
|
-
71
|
355
|
-
72
|
356
|
-
73
|
357
|
-
74
|
358
|
-
75
|
359
|
-
76
|
360
|
-
77
|
361
|
-
78
|
362
|
-
79
|
363
|
-
80
|
364
|
-
81
|
365
|
-
82
|
366
|
-
83
|
367
|
-
84
|
368
|
-
85
|
369
|
-
86
|
370
|
-
87
|
371
|
-
88
|
372
|
-
89
|
373
|
-
90
|
374
|
-
91
|
375
|
-
92
|
376
|
-
93
|
377
|
-
94
|
378
|
-
95
|
379
|
-
96
|
380
|
-
97
|
381
|
-
98
|
382
|
-
99
|
383
|
-
100
|
384
|
-
101
|
385
|
-
102
|
386
|
-
103
|
387
|
-
104
|
388
|
-
105
|
389
|
-
106
|
390
|
-
107
|
391
|
-
108
|
392
|
-
109
|
393
|
-
110
|
394
|
-
111
|
395
|
-
112
|
396
|
-
113
|
397
|
-
114
|
398
|
-
115
|
399
|
-
116
|
400
|
-
117
|
401
|
-
118
|
402
|
-
119
|
403
|
-
120
|
404
|
-
121
|
405
|
-
122
|
406
|
-
123
|
407
|
-
124
|
408
|
-
125
|
409
|
-
126
|
410
|
-
127
|
411
|
-
128
|
412
|
-
129
|
413
|
-
130
|
414
|
-
131
|
415
|
-
132
|
416
|
-
133
|
417
|
-
134
|
418
|
-
135
|
419
|
-
136
|
420
|
-
137
|
421
|
-
138
|
422
|
-
139
|
423
|
-
140
|
424
|
-
141
|
425
|
-
142
|
426
|
-
143
|
427
|
-
144
|
428
|
-
145
|
429
|
-
146
|
430
|
-
147
|
431
|
-
148
|
432
|
-
149
|
433
|
-
150
|
434
|
-
151
|
435
|
-
152
|
436
|
-
153
|
437
|
-
154
|
438
|
-
155
|
439
|
-
156
|
440
|
-
157
|
441
|
-
158
|
442
|
-
159
|
443
|
-
160
|
444
|
-
161
|
445
|
-
162
|
446
|
-
163
|
447
|
-
164
|
448
|
-
165
|
449
|
-
166
|
450
|
-
167
|
451
|
-
168
|
452
|
-
169
|
453
|
-
170
|
454
|
-
171
|
455
|
-
172
|
456
|
-
173
|
457
|
-
174
|
458
|
-
175
|
459
|
-
176
|
460
|
-
177
|
461
|
-
178
|
462
|
-
179
|
463
|
-
180
|
464
|
-
181
|
465
|
-
182
|
466
|
-
183
|
467
|
-
184
|
468
|
-
185
|
469
|
-
186
|
470
|
-
187
|
471
|
-
188
|
472
|
-
189
|
473
|
-
190
|
474
|
-
191
|
475
|
-
192
|
476
|
-
193
|
477
|
-
194
|
478
|
-
195
|
479
|
-
196
|
480
|
-
197
|
481
|
-
198
|
482
|
-
199
|
483
|
-
200
|
484
|
-
201
|
485
|
-
202
|
486
|
-
203
|
487
|
-
204
|
488
|
-
205
|
489
|
-
206
|
490
|
-
207
|
491
|
-
208
|
492
|
-
209
|
493
|
-
210
|
494
|
-
211
|
495
|
-
212
|
496
|
-
213
|
497
|
-
214
|
498
|
-
215
|
499
|
-
216
|
500
|
-
217
|
501
|
-
218
|
502
|
-
219
|
503
|
-
220
|
504
|
-
221
|
505
|
-
222
|
506
|
-
223
|
507
|
-
224
|
508
|
-
225
|
509
|
-
226
|
510
|
-
227
|
511
|
-
228
|
512
|
-
229
|
513
|
-
230
|
514
|
-
231
|
515
|
-
232
|
516
|
-
233
|
517
|
-
234
|
518
|
-
235
|
519
|
-
236
|
520
|
-
237
|
521
|
-
238
|
522
|
-
239
|
523
|
-
240
|
524
|
-
241
|
525
|
-
242
|
526
|
-
243
|
527
|
-
244
|
528
|
-
245
|
529
|
-
246
|
530
|
-
247
|
531
|
-
248
|
532
|
-
249
|
533
|
-
250
|
534
|
-
251
|
535
|
-
252
|
536
|
-
253
|
537
|
-
254
|
538
|
-
255
|
539
|
-
256
|
540
|
-
257
|
541
|
-
258
|
542
|
-
259
|
543
|
-
260
|
544
|
-
261
|
545
|
-
262
|
546
|
-
263
|
547
|
-
264
|
548
|
-
265
|
549
|
-
266
|
550
|
-
267
|
551
|
-
268
|
552
|
-
269
|
553
|
-
270</pre></td>
|
554
|
-
<td class="listing_code"><pre class="programlisting"><span class="preproc">#include</span><span class="normal"> </span><span class="string"><stdlib.h></span>
|
555
|
-
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><gmodule.h></span>
|
556
|
-
<span class="preproc">#include</span><span class="normal"> </span><span class="string"><clutter/clutter.h></span>
|
557
|
-
|
558
|
-
<span class="comment">/* all the easing modes provided by Clutter */</span>
|
559
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="keyword">struct</span><span class="normal"> </span><span class="cbracket">{</span>
|
560
|
-
<span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">name</span><span class="symbol">;</span>
|
561
|
-
<span class="normal"> </span><span class="usertype">ClutterAnimationMode</span><span class="normal"> mode</span><span class="symbol">;</span>
|
562
|
-
<span class="cbracket">}</span><span class="normal"> easing_modes</span><span class="symbol">[]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
|
563
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"linear"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-LINEAR:CAPS">CLUTTER_LINEAR</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
564
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInQuad"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-QUAD:CAPS">CLUTTER_EASE_IN_QUAD</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
565
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutQuad"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-QUAD:CAPS">CLUTTER_EASE_OUT_QUAD</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
566
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutQuad"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUAD:CAPS">CLUTTER_EASE_IN_OUT_QUAD</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
567
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInCubic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-CUBIC:CAPS">CLUTTER_EASE_IN_CUBIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
568
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutCubic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS">CLUTTER_EASE_OUT_CUBIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
569
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutCubic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CUBIC:CAPS">CLUTTER_EASE_IN_OUT_CUBIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
570
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInQuart"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-QUART:CAPS">CLUTTER_EASE_IN_QUART</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
571
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutQuart"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-QUART:CAPS">CLUTTER_EASE_OUT_QUART</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
572
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutQuart"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUART:CAPS">CLUTTER_EASE_IN_OUT_QUART</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
573
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInQuint"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-QUINT:CAPS">CLUTTER_EASE_IN_QUINT</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
574
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutQuint"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-QUINT:CAPS">CLUTTER_EASE_OUT_QUINT</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
575
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutQuint"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUINT:CAPS">CLUTTER_EASE_IN_OUT_QUINT</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
576
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInSine"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-SINE:CAPS">CLUTTER_EASE_IN_SINE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
577
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutSine"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-SINE:CAPS">CLUTTER_EASE_OUT_SINE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
578
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutSine"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-SINE:CAPS">CLUTTER_EASE_IN_OUT_SINE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
579
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInExpo"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-EXPO:CAPS">CLUTTER_EASE_IN_EXPO</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
580
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutExpo"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-EXPO:CAPS">CLUTTER_EASE_OUT_EXPO</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
581
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutExpo"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-EXPO:CAPS">CLUTTER_EASE_IN_OUT_EXPO</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
582
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInCirc"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-CIRC:CAPS">CLUTTER_EASE_IN_CIRC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
583
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutCirc"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-CIRC:CAPS">CLUTTER_EASE_OUT_CIRC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
584
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutCirc"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CIRC:CAPS">CLUTTER_EASE_IN_OUT_CIRC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
585
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInElastic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-ELASTIC:CAPS">CLUTTER_EASE_IN_ELASTIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
586
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutElastic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-ELASTIC:CAPS">CLUTTER_EASE_OUT_ELASTIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
587
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutElastic"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-ELASTIC:CAPS">CLUTTER_EASE_IN_OUT_ELASTIC</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
588
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInBack"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-BACK:CAPS">CLUTTER_EASE_IN_BACK</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
589
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutBack"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-BACK:CAPS">CLUTTER_EASE_OUT_BACK</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
590
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutBack"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BACK:CAPS">CLUTTER_EASE_IN_OUT_BACK</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
591
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInBounce"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-BOUNCE:CAPS">CLUTTER_EASE_IN_BOUNCE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
592
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeOutBounce"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-OUT-BOUNCE:CAPS">CLUTTER_EASE_OUT_BOUNCE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
593
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> </span><span class="string">"easeInOutBounce"</span><span class="symbol">,</span><span class="normal"> <a href="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BOUNCE:CAPS">CLUTTER_EASE_IN_OUT_BOUNCE</a> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
594
|
-
<span class="cbracket">}</span><span class="symbol">;</span>
|
595
|
-
|
596
|
-
<span class="preproc">#define</span><span class="normal"> HELP_TEXT </span><span class="string">"Easing mode: %s (%d of %d)</span><span class="specialchar">\n</span><span class="string">"</span><span class="normal"> </span><span class="symbol">\</span>
|
597
|
-
<span class="normal"> </span><span class="string">"Left click to tween</span><span class="specialchar">\n</span><span class="string">"</span><span class="normal"> </span><span class="symbol">\</span>
|
598
|
-
<span class="normal"> </span><span class="string">"Right click to change the easing mode"</span>
|
599
|
-
|
600
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_easing_modes </span><span class="symbol">=</span><span class="normal"> </span><span class="function">G_N_ELEMENTS</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">easing_modes</span><span class="symbol">);</span>
|
601
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">gint</span><span class="normal"> current_mode </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span>
|
602
|
-
|
603
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">gint</span><span class="normal"> duration </span><span class="symbol">=</span><span class="normal"> </span><span class="number">1</span><span class="symbol">;</span>
|
604
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">gboolean</span><span class="normal"> recenter </span><span class="symbol">=</span><span class="normal"> FALSE</span><span class="symbol">;</span>
|
605
|
-
|
606
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">main_stage </span><span class="symbol">=</span><span class="normal"> NULL</span><span class="symbol">;</span>
|
607
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">easing_mode_label </span><span class="symbol">=</span><span class="normal"> NULL</span><span class="symbol">;</span>
|
608
|
-
|
609
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">ClutterAnimation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">last_animation </span><span class="symbol">=</span><span class="normal"> NULL</span><span class="symbol">;</span>
|
610
|
-
|
611
|
-
<span class="comment">/* recenter_bouncer:</span>
|
612
|
-
<span class="comment"> *</span>
|
613
|
-
<span class="comment"> * repositions (through an animation) the bouncer at the center of the stage</span>
|
614
|
-
<span class="comment"> */</span>
|
615
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
|
616
|
-
<span class="function">recenter_bouncer</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">ClutterAnimation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">animation</span><span class="symbol">,</span>
|
617
|
-
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">rectangle</span><span class="symbol">)</span>
|
618
|
-
<span class="cbracket">{</span>
|
619
|
-
<span class="normal"> </span><span class="usertype">gfloat</span><span class="normal"> base_x</span><span class="symbol">,</span><span class="normal"> base_y</span><span class="symbol">;</span>
|
620
|
-
<span class="normal"> </span><span class="usertype">gint</span><span class="normal"> cur_mode</span><span class="symbol">;</span>
|
621
|
-
|
622
|
-
<span class="normal"> base_x </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-get-width">clutter_actor_get_width</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">main_stage</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">;</span>
|
623
|
-
<span class="normal"> base_y </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-get-height">clutter_actor_get_height</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">main_stage</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">;</span>
|
624
|
-
|
625
|
-
<span class="normal"> cur_mode </span><span class="symbol">=</span><span class="normal"> easing_modes</span><span class="symbol">[</span><span class="normal">current_mode</span><span class="symbol">].</span><span class="normal">mode</span><span class="symbol">;</span>
|
626
|
-
|
627
|
-
<span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rectangle</span><span class="symbol">,</span><span class="normal"> cur_mode</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
628
|
-
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> base_x</span><span class="symbol">,</span>
|
629
|
-
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> base_y</span><span class="symbol">,</span>
|
630
|
-
<span class="normal"> NULL</span><span class="symbol">);</span>
|
631
|
-
<span class="cbracket">}</span>
|
632
|
-
|
633
|
-
<span class="keyword">static</span><span class="normal"> gboolean</span>
|
634
|
-
<span class="function">on_button_press</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">actor</span><span class="symbol">,</span>
|
635
|
-
<span class="normal"> </span><span class="usertype">ClutterButtonEvent</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">event</span><span class="symbol">,</span>
|
636
|
-
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">rectangle</span><span class="symbol">)</span>
|
637
|
-
<span class="cbracket">{</span>
|
638
|
-
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event</span><span class="symbol">-></span><span class="normal">button </span><span class="symbol">==</span><span class="normal"> <a href="clutter-Events.html#CLUTTER-BUTTON-SECONDARY:CAPS">CLUTTER_BUTTON_SECONDARY</a></span><span class="symbol">)</span>
|
639
|
-
<span class="normal"> </span><span class="cbracket">{</span>
|
640
|
-
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">text</span><span class="symbol">;</span>
|
641
|
-
|
642
|
-
<span class="normal"> </span><span class="comment">/* cycle through the various easing modes */</span>
|
643
|
-
<span class="normal"> current_mode </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">current_mode </span><span class="symbol">+</span><span class="normal"> </span><span class="number">1</span><span class="normal"> </span><span class="symbol"><</span><span class="normal"> n_easing_modes</span><span class="symbol">)</span>
|
644
|
-
<span class="normal"> </span><span class="symbol">?</span><span class="normal"> current_mode </span><span class="symbol">+</span><span class="normal"> </span><span class="number">1</span>
|
645
|
-
<span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span>
|
646
|
-
|
647
|
-
<span class="normal"> </span><span class="comment">/* update the text of the label */</span>
|
648
|
-
<span class="normal"> text </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_strdup_printf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">HELP_TEXT</span><span class="symbol">,</span>
|
649
|
-
<span class="normal"> easing_modes</span><span class="symbol">[</span><span class="normal">current_mode</span><span class="symbol">].</span><span class="normal">name</span><span class="symbol">,</span>
|
650
|
-
<span class="normal"> current_mode </span><span class="symbol">+</span><span class="normal"> </span><span class="number">1</span><span class="symbol">,</span>
|
651
|
-
<span class="normal"> n_easing_modes</span><span class="symbol">);</span>
|
652
|
-
|
653
|
-
<span class="normal"> </span><span class="function"><a href="ClutterText.html#clutter-text-set-text">clutter_text_set_text</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_TEXT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">easing_mode_label</span><span class="symbol">),</span><span class="normal"> text</span><span class="symbol">);</span>
|
654
|
-
<span class="normal"> </span><span class="function">g_free</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">);</span>
|
655
|
-
<span class="normal"> </span><span class="cbracket">}</span>
|
656
|
-
<span class="normal"> </span><span class="keyword">else</span><span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event</span><span class="symbol">-></span><span class="normal">button </span><span class="symbol">==</span><span class="normal"> <a href="clutter-Events.html#CLUTTER-BUTTON-PRIMARY:CAPS">CLUTTER_BUTTON_PRIMARY</a></span><span class="symbol">)</span>
|
657
|
-
<span class="normal"> </span><span class="cbracket">{</span>
|
658
|
-
<span class="normal"> </span><span class="usertype">ClutterAnimation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">animation</span><span class="symbol">;</span>
|
659
|
-
<span class="normal"> </span><span class="usertype">ClutterAnimationMode</span><span class="normal"> cur_mode</span><span class="symbol">;</span>
|
660
|
-
|
661
|
-
<span class="normal"> cur_mode </span><span class="symbol">=</span><span class="normal"> easing_modes</span><span class="symbol">[</span><span class="normal">current_mode</span><span class="symbol">].</span><span class="normal">mode</span><span class="symbol">;</span>
|
662
|
-
|
663
|
-
<span class="normal"> </span><span class="comment">/* tween the actor using the current easing mode */</span>
|
664
|
-
<span class="normal"> animation </span><span class="symbol">=</span>
|
665
|
-
<span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rectangle</span><span class="symbol">,</span><span class="normal"> cur_mode</span><span class="symbol">,</span><span class="normal"> duration </span><span class="symbol">*</span><span class="normal"> </span><span class="number">1000</span><span class="symbol">,</span>
|
666
|
-
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-></span><span class="normal">x</span><span class="symbol">,</span>
|
667
|
-
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> event</span><span class="symbol">-></span><span class="normal">y</span><span class="symbol">,</span>
|
668
|
-
<span class="normal"> NULL</span><span class="symbol">);</span>
|
669
|
-
|
670
|
-
<span class="normal"> </span><span class="comment">/* if we were asked to, recenter the bouncer at the end of the</span>
|
671
|
-
<span class="comment"> * animation. we keep track of the animation to avoid connecting</span>
|
672
|
-
<span class="comment"> * the signal handler to the same Animation twice.</span>
|
673
|
-
<span class="comment"> */</span>
|
674
|
-
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">recenter </span><span class="symbol">&&</span><span class="normal"> last_animation </span><span class="symbol">!=</span><span class="normal"> animation</span><span class="symbol">)</span>
|
675
|
-
<span class="normal"> </span><span class="function">g_signal_connect_after</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">animation</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"completed"</span><span class="symbol">,</span>
|
676
|
-
<span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">recenter_bouncer</span><span class="symbol">),</span>
|
677
|
-
<span class="normal"> rectangle</span><span class="symbol">);</span>
|
678
|
-
|
679
|
-
<span class="normal"> last_animation </span><span class="symbol">=</span><span class="normal"> animation</span><span class="symbol">;</span>
|
680
|
-
<span class="normal"> </span><span class="cbracket">}</span>
|
681
|
-
|
682
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> TRUE</span><span class="symbol">;</span>
|
683
|
-
<span class="cbracket">}</span>
|
684
|
-
|
685
|
-
<span class="keyword">static</span><span class="normal"> gboolean</span>
|
686
|
-
<span class="function">draw_bouncer</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">ClutterCairoTexture</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">texture</span><span class="symbol">,</span>
|
687
|
-
<span class="normal"> </span><span class="usertype">cairo_t</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">cr</span><span class="symbol">)</span>
|
688
|
-
<span class="cbracket">{</span>
|
689
|
-
<span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">ClutterColor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">bouncer_color</span><span class="symbol">;</span>
|
690
|
-
<span class="normal"> </span><span class="usertype">cairo_pattern_t</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">pattern</span><span class="symbol">;</span>
|
691
|
-
<span class="normal"> </span><span class="usertype">guint</span><span class="normal"> width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">;</span>
|
692
|
-
<span class="normal"> </span><span class="type">float</span><span class="normal"> radius</span><span class="symbol">;</span>
|
693
|
-
|
694
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-get-surface-size">clutter_cairo_texture_get_surface_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">texture</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">height</span><span class="symbol">);</span>
|
695
|
-
|
696
|
-
<span class="normal"> radius </span><span class="symbol">=</span><span class="normal"> </span><span class="function">MAX</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">);</span>
|
697
|
-
|
698
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-clear">clutter_cairo_texture_clear</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">texture</span><span class="symbol">);</span>
|
699
|
-
|
700
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-arc">cairo_arc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2.0</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> G_PI</span><span class="symbol">);</span>
|
701
|
-
|
702
|
-
<span class="normal"> bouncer_color </span><span class="symbol">=</span><span class="normal"> CLUTTER_COLOR_DarkScarletRed</span><span class="symbol">;</span>
|
703
|
-
|
704
|
-
<span class="normal"> pattern </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-radial">cairo_pattern_create_radial</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
705
|
-
<span class="normal"> radius</span><span class="symbol">,</span><span class="normal"> radius</span><span class="symbol">,</span><span class="normal"> radius</span><span class="symbol">);</span>
|
706
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">,</span>
|
707
|
-
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
708
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">red </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
709
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">green </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
710
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">blue </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
711
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">alpha </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">);</span>
|
712
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">,</span>
|
713
|
-
<span class="normal"> </span><span class="number">0.85</span><span class="symbol">,</span>
|
714
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">red </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
715
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">green </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
716
|
-
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">blue </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
717
|
-
<span class="normal"> </span><span class="number">0.25</span><span class="symbol">);</span>
|
718
|
-
|
719
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-source">cairo_set_source</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> pattern</span><span class="symbol">);</span>
|
720
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill-preserve">cairo_fill_preserve</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
721
|
-
|
722
|
-
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-destroy">cairo_pattern_destroy</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">);</span>
|
723
|
-
|
724
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> TRUE</span><span class="symbol">;</span>
|
725
|
-
<span class="cbracket">}</span>
|
726
|
-
|
727
|
-
<span class="keyword">static</span><span class="normal"> <a href="ClutterActor.html">ClutterActor</a> </span><span class="symbol">*</span>
|
728
|
-
<span class="function">make_bouncer</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">gfloat</span><span class="normal"> width</span><span class="symbol">,</span>
|
729
|
-
<span class="normal"> </span><span class="usertype">gfloat</span><span class="normal"> height</span><span class="symbol">)</span>
|
730
|
-
<span class="cbracket">{</span>
|
731
|
-
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">retval</span><span class="symbol">;</span>
|
732
|
-
|
733
|
-
<span class="normal"> retval </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-new">clutter_cairo_texture_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">);</span>
|
734
|
-
<span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"draw"</span><span class="symbol">,</span><span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">draw_bouncer</span><span class="symbol">),</span><span class="normal"> NULL</span><span class="symbol">);</span>
|
735
|
-
|
736
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-name">clutter_actor_set_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"bouncer"</span><span class="symbol">);</span>
|
737
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-size">clutter_actor_set_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">,</span><span class="normal"> width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">);</span>
|
738
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-anchor-point">clutter_actor_set_anchor_point</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">,</span><span class="normal"> width </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> height </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
|
739
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-reactive">clutter_actor_set_reactive</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">,</span><span class="normal"> TRUE</span><span class="symbol">);</span>
|
740
|
-
|
741
|
-
<span class="normal"> </span><span class="comment">/* make sure we draw the bouncer immediately */</span>
|
742
|
-
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-invalidate">clutter_cairo_texture_invalidate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CAIRO_TEXTURE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">retval</span><span class="symbol">));</span>
|
743
|
-
|
744
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> retval</span><span class="symbol">;</span>
|
745
|
-
<span class="cbracket">}</span>
|
746
|
-
|
747
|
-
<span class="keyword">static</span><span class="normal"> </span><span class="usertype">GOptionEntry</span><span class="normal"> test_easing_entries</span><span class="symbol">[]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
|
748
|
-
<span class="normal"> </span><span class="cbracket">{</span>
|
749
|
-
<span class="normal"> </span><span class="string">"re-center"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">'r'</span><span class="symbol">,</span>
|
750
|
-
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
751
|
-
<span class="normal"> G_OPTION_ARG_NONE</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">recenter</span><span class="symbol">,</span>
|
752
|
-
<span class="normal"> </span><span class="string">"Re-center the actor when the animation ends"</span><span class="symbol">,</span>
|
753
|
-
<span class="normal"> NULL</span>
|
754
|
-
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
755
|
-
<span class="normal"> </span><span class="cbracket">{</span>
|
756
|
-
<span class="normal"> </span><span class="string">"duration"</span><span class="symbol">,</span><span class="normal"> </span><span class="string">'d'</span><span class="symbol">,</span>
|
757
|
-
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
758
|
-
<span class="normal"> G_OPTION_ARG_INT</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">duration</span><span class="symbol">,</span>
|
759
|
-
<span class="normal"> </span><span class="string">"Duration of the animation"</span><span class="symbol">,</span>
|
760
|
-
<span class="normal"> </span><span class="string">"SECONDS"</span>
|
761
|
-
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
762
|
-
|
763
|
-
<span class="normal"> </span><span class="cbracket">{</span><span class="normal"> NULL </span><span class="cbracket">}</span>
|
764
|
-
<span class="cbracket">}</span><span class="symbol">;</span>
|
765
|
-
|
766
|
-
<span class="normal">G_MODULE_EXPORT </span><span class="type">int</span>
|
767
|
-
<span class="function">test_easing_main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">argv</span><span class="symbol">[])</span>
|
768
|
-
<span class="cbracket">{</span>
|
769
|
-
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">rect</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">label</span><span class="symbol">;</span>
|
770
|
-
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">text</span><span class="symbol">;</span>
|
771
|
-
<span class="normal"> </span><span class="usertype">gfloat</span><span class="normal"> stage_width</span><span class="symbol">,</span><span class="normal"> stage_height</span><span class="symbol">;</span>
|
772
|
-
<span class="normal"> </span><span class="usertype">GError</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">error </span><span class="symbol">=</span><span class="normal"> NULL</span><span class="symbol">;</span>
|
773
|
-
|
774
|
-
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="clutter-General.html#clutter-init-with-args">clutter_init_with_args</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv</span><span class="symbol">,</span>
|
775
|
-
<span class="normal"> NULL</span><span class="symbol">,</span>
|
776
|
-
<span class="normal"> test_easing_entries</span><span class="symbol">,</span>
|
777
|
-
<span class="normal"> NULL</span><span class="symbol">,</span>
|
778
|
-
<span class="normal"> </span><span class="symbol">&</span><span class="normal">error</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">!=</span><span class="normal"> <a href="clutter-General.html#CLUTTER-INIT-SUCCESS:CAPS">CLUTTER_INIT_SUCCESS</a></span><span class="symbol">)</span>
|
779
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="number">1</span><span class="symbol">;</span>
|
780
|
-
|
781
|
-
<span class="normal"> stage </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterStage.html#clutter-stage-new">clutter_stage_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
782
|
-
<span class="normal"> </span><span class="function"><a href="ClutterStage.html#clutter-stage-set-title">clutter_stage_set_title</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_STAGE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"Easing Modes"</span><span class="symbol">);</span>
|
783
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-background-color">clutter_actor_set_background_color</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> CLUTTER_COLOR_LightSkyBlue</span><span class="symbol">);</span>
|
784
|
-
<span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"destroy"</span><span class="symbol">,</span><span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="clutter-General.html#clutter-main-quit">clutter_main_quit</a></span><span class="symbol">),</span><span class="normal"> NULL</span><span class="symbol">);</span>
|
785
|
-
<span class="normal"> main_stage </span><span class="symbol">=</span><span class="normal"> stage</span><span class="symbol">;</span>
|
786
|
-
|
787
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-get-size">clutter_actor_get_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">stage_width</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">stage_height</span><span class="symbol">);</span>
|
788
|
-
|
789
|
-
<span class="normal"> </span><span class="comment">/* create the actor that we want to tween */</span>
|
790
|
-
<span class="normal"> rect </span><span class="symbol">=</span><span class="normal"> </span><span class="function">make_bouncer</span><span class="normal"> </span><span class="symbol">(</span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">);</span>
|
791
|
-
<span class="normal"> </span><span class="function"><a href="ClutterContainer.html#clutter-container-add-actor">clutter_container_add_actor</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> rect</span><span class="symbol">);</span>
|
792
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-set-position">clutter_actor_set_position</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">,</span><span class="normal"> stage_width </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> stage_height </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
|
793
|
-
|
794
|
-
<span class="normal"> text </span><span class="symbol">=</span><span class="normal"> </span><span class="function">g_strdup_printf</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">HELP_TEXT</span><span class="symbol">,</span>
|
795
|
-
<span class="normal"> easing_modes</span><span class="symbol">[</span><span class="normal">current_mode</span><span class="symbol">].</span><span class="normal">name</span><span class="symbol">,</span>
|
796
|
-
<span class="normal"> current_mode </span><span class="symbol">+</span><span class="normal"> </span><span class="number">1</span><span class="symbol">,</span>
|
797
|
-
<span class="normal"> n_easing_modes</span><span class="symbol">);</span>
|
798
|
-
|
799
|
-
<span class="normal"> label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterText.html#clutter-text-new">clutter_text_new</a></span><span class="normal"> </span><span class="symbol">();</span>
|
800
|
-
<span class="normal"> </span><span class="function"><a href="ClutterContainer.html#clutter-container-add-actor">clutter_container_add_actor</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">),</span><span class="normal"> label</span><span class="symbol">);</span>
|
801
|
-
<span class="normal"> </span><span class="function"><a href="ClutterText.html#clutter-text-set-text">clutter_text_set_text</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_TEXT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">),</span><span class="normal"> text</span><span class="symbol">);</span>
|
802
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint">clutter_actor_add_constraint</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="ClutterAlignConstraint.html#clutter-align-constraint-new">clutter_align_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> <a href="ClutterAlignConstraint.html#CLUTTER-ALIGN-X-AXIS:CAPS">CLUTTER_ALIGN_X_AXIS</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.95</span><span class="symbol">));</span>
|
803
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint">clutter_actor_add_constraint</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="ClutterAlignConstraint.html#clutter-align-constraint-new">clutter_align_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span><span class="normal"> <a href="ClutterAlignConstraint.html#CLUTTER-ALIGN-Y-AXIS:CAPS">CLUTTER_ALIGN_Y_AXIS</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.95</span><span class="symbol">));</span>
|
804
|
-
<span class="normal"> easing_mode_label </span><span class="symbol">=</span><span class="normal"> label</span><span class="symbol">;</span>
|
805
|
-
|
806
|
-
<span class="normal"> </span><span class="function">g_free</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">text</span><span class="symbol">);</span>
|
807
|
-
|
808
|
-
<span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">,</span>
|
809
|
-
<span class="normal"> </span><span class="string">"button-press-event"</span><span class="symbol">,</span><span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">on_button_press</span><span class="symbol">),</span>
|
810
|
-
<span class="normal"> rect</span><span class="symbol">);</span>
|
811
|
-
|
812
|
-
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-show">clutter_actor_show</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">stage</span><span class="symbol">);</span>
|
813
|
-
|
814
|
-
<span class="normal"> </span><span class="function"><a href="clutter-General.html#clutter-main">clutter_main</a></span><span class="normal"> </span><span class="symbol">();</span>
|
815
|
-
|
816
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> EXIT_SUCCESS</span><span class="symbol">;</span>
|
817
|
-
<span class="cbracket">}</span>
|
818
|
-
|
819
|
-
<span class="normal">G_MODULE_EXPORT </span><span class="usertype">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span>
|
820
|
-
<span class="function">test_easing_describe</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span>
|
821
|
-
<span class="cbracket">{</span>
|
822
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="string">"Visualize all easing modes provided by Clutter"</span><span class="symbol">;</span>
|
823
|
-
<span class="cbracket">}</span></pre></td>
|
824
|
-
</tr>
|
825
|
-
</tbody>
|
826
|
-
</table>
|
827
|
-
</div>
|
828
|
-
|
829
|
-
</div>
|
830
|
-
<p><br class="example-break">
|
831
|
-
</p>
|
832
|
-
<p>
|
833
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> is available since Clutter 1.0.
|
834
|
-
</p>
|
835
|
-
<p>
|
836
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> has been deprecated in Clutter 1.12.
|
837
|
-
</p>
|
281
|
+
<div class="refsect1">
|
282
|
+
<a name="clutter-Implicit-Animations.properties"></a><h2>Properties</h2>
|
283
|
+
<div class="informaltable"><table border="0">
|
284
|
+
<colgroup>
|
285
|
+
<col width="150px" class="properties_type">
|
286
|
+
<col width="300px" class="properties_name">
|
287
|
+
<col width="200px" class="properties_flags">
|
288
|
+
</colgroup>
|
289
|
+
<tbody>
|
290
|
+
<tr>
|
291
|
+
<td class="property_type">
|
292
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *</td>
|
293
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--alpha" title="The “alpha” property">alpha</a></td>
|
294
|
+
<td class="property_flags">Read / Write</td>
|
295
|
+
</tr>
|
296
|
+
<tr>
|
297
|
+
<td class="property_type"><span class="type">guint</span></td>
|
298
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--duration" title="The “duration” property">duration</a></td>
|
299
|
+
<td class="property_flags">Read / Write</td>
|
300
|
+
</tr>
|
301
|
+
<tr>
|
302
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
303
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--loop" title="The “loop” property">loop</a></td>
|
304
|
+
<td class="property_flags">Read / Write</td>
|
305
|
+
</tr>
|
306
|
+
<tr>
|
307
|
+
<td class="property_type"><span class="type">gulong</span></td>
|
308
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title="The “mode” property">mode</a></td>
|
309
|
+
<td class="property_flags">Read / Write</td>
|
310
|
+
</tr>
|
311
|
+
<tr>
|
312
|
+
<td class="property_type">
|
313
|
+
<span class="type">GObject</span> *</td>
|
314
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--object" title="The “object” property">object</a></td>
|
315
|
+
<td class="property_flags">Read / Write</td>
|
316
|
+
</tr>
|
317
|
+
<tr>
|
318
|
+
<td class="property_type">
|
319
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</td>
|
320
|
+
<td class="property_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title="The “timeline” property">timeline</a></td>
|
321
|
+
<td class="property_flags">Read / Write</td>
|
322
|
+
</tr>
|
323
|
+
</tbody>
|
324
|
+
</table></div>
|
838
325
|
</div>
|
839
326
|
<div class="refsect1">
|
840
|
-
<a name="clutter-Implicit-Animations.
|
841
|
-
<div class="
|
842
|
-
<
|
843
|
-
<
|
844
|
-
<
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
<
|
327
|
+
<a name="clutter-Implicit-Animations.signals"></a><h2>Signals</h2>
|
328
|
+
<div class="informaltable"><table border="0">
|
329
|
+
<colgroup>
|
330
|
+
<col width="150px" class="signals_return">
|
331
|
+
<col width="300px" class="signals_name">
|
332
|
+
<col width="200px" class="signals_flags">
|
333
|
+
</colgroup>
|
334
|
+
<tbody>
|
335
|
+
<tr>
|
336
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
337
|
+
<td class="signal_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal">completed</a></td>
|
338
|
+
<td class="signal_flags">Run Last</td>
|
339
|
+
</tr>
|
340
|
+
<tr>
|
341
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
342
|
+
<td class="signal_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-started" title="The “started” signal">started</a></td>
|
343
|
+
<td class="signal_flags">Run Last</td>
|
344
|
+
</tr>
|
345
|
+
</tbody>
|
346
|
+
</table></div>
|
849
347
|
</div>
|
850
|
-
<
|
851
|
-
<
|
852
|
-
<
|
853
|
-
<pre class="programlisting">struct ClutterAnimationClass {
|
854
|
-
void (* started) (ClutterAnimation *animation);
|
855
|
-
void (* completed) (ClutterAnimation *animation);
|
856
|
-
};
|
857
|
-
</pre>
|
858
|
-
<p>
|
859
|
-
The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimationClass" title="struct ClutterAnimationClass"><span class="type">ClutterAnimationClass</span></a> structure contains only private data and
|
860
|
-
should be accessed using the provided functions.
|
861
|
-
</p>
|
862
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
348
|
+
<a name="ClutterAnimation"></a><div class="refsect1">
|
349
|
+
<a name="clutter-Implicit-Animations.other"></a><h2>Types and Values</h2>
|
350
|
+
<div class="informaltable"><table width="100%" border="0">
|
863
351
|
<colgroup>
|
864
|
-
<col
|
865
|
-
<col>
|
352
|
+
<col width="150px" class="name">
|
353
|
+
<col class="description">
|
866
354
|
</colgroup>
|
867
355
|
<tbody>
|
868
356
|
<tr>
|
869
|
-
<td
|
870
|
-
<td
|
357
|
+
<td class="datatype_keyword"> </td>
|
358
|
+
<td class="function_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-struct" title="ClutterAnimation">ClutterAnimation</a></td>
|
871
359
|
</tr>
|
872
360
|
<tr>
|
873
|
-
<td
|
874
|
-
<td
|
361
|
+
<td class="datatype_keyword">struct</td>
|
362
|
+
<td class="function_name"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimationClass" title="struct ClutterAnimationClass">ClutterAnimationClass</a></td>
|
875
363
|
</tr>
|
876
364
|
</tbody>
|
877
365
|
</table></div>
|
878
|
-
<p class="since">Since 1.0</p>
|
879
366
|
</div>
|
880
|
-
<
|
881
|
-
<
|
882
|
-
<
|
883
|
-
<
|
884
|
-
|
885
|
-
<h3 class="title">Warning</h3>
|
886
|
-
<p><code class="literal">clutter_animation_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
367
|
+
<div class="refsect1">
|
368
|
+
<a name="clutter-Implicit-Animations.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
369
|
+
<pre class="screen"> GObject
|
370
|
+
<span class="lineart">╰──</span> ClutterAnimation
|
371
|
+
</pre>
|
887
372
|
</div>
|
373
|
+
<div class="refsect1">
|
374
|
+
<a name="clutter-Implicit-Animations.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
888
375
|
<p>
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
</
|
894
|
-
<p>
|
895
|
-
|
376
|
+
ClutterAnimation implements
|
377
|
+
<a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
|
378
|
+
</div>
|
379
|
+
<div class="refsect1">
|
380
|
+
<a name="clutter-Implicit-Animations.description"></a><h2>Description</h2>
|
381
|
+
<p><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> is an object providing simple, implicit animations
|
382
|
+
for <span class="type">GObjects</span>.</p>
|
383
|
+
<p><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instances will bind one or more <span class="type">GObject</span> properties
|
384
|
+
belonging to a <span class="type">GObject</span> to a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>, and will then use a
|
385
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> to interpolate the property between the initial and final
|
386
|
+
values of the interval.</p>
|
387
|
+
<p>The duration of the animation is set using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-duration" title="clutter_animation_set_duration ()"><code class="function">clutter_animation_set_duration()</code></a>.
|
388
|
+
The easing mode of the animation is set using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()"><code class="function">clutter_animation_set_mode()</code></a>.</p>
|
389
|
+
<p>If you want to control the animation you should retrieve the
|
390
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and then
|
391
|
+
use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> functions like <a class="link" href="ClutterTimeline.html#clutter-timeline-start" title="clutter_timeline_start ()"><code class="function">clutter_timeline_start()</code></a>,
|
392
|
+
<a class="link" href="ClutterTimeline.html#clutter-timeline-pause" title="clutter_timeline_pause ()"><code class="function">clutter_timeline_pause()</code></a> or <a class="link" href="ClutterTimeline.html#clutter-timeline-stop" title="clutter_timeline_stop ()"><code class="function">clutter_timeline_stop()</code></a>.</p>
|
393
|
+
<p>A <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will emit the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal
|
394
|
+
when the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the animation is completed; unlike
|
395
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, though, the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> will not be
|
396
|
+
emitted if <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--loop" title="The “loop” property"><span class="type">“loop”</span></a> is set to <code class="literal">TRUE</code> - that is, a looping
|
397
|
+
animation never completes.</p>
|
398
|
+
<p>If your animation depends on user control you can force its completion
|
399
|
+
using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-completed" title="clutter_animation_completed ()"><code class="function">clutter_animation_completed()</code></a>.</p>
|
400
|
+
<p>If the <span class="type">GObject</span> instance bound to a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> implements the
|
401
|
+
<a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a> interface it is possible for that instance to
|
402
|
+
control the way the initial and final states are interpolated.</p>
|
403
|
+
<p><a href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimations</span></a> are distinguished from <a href="ClutterBehaviour.html"><span class="type">ClutterBehaviours</span></a>
|
404
|
+
because the former can only control <span class="type">GObject</span> properties of a single
|
405
|
+
<span class="type">GObject</span> instance, while the latter can control multiple properties
|
406
|
+
using accessor functions inside the <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>
|
407
|
+
<code class="literal">alpha_notify</code> virtual function, and can control multiple <a href="ClutterActor.html"><span class="type">ClutterActors</span></a>
|
408
|
+
as well.</p>
|
409
|
+
<p>For convenience, it is possible to use the <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>
|
410
|
+
function call which will take care of setting up and tearing down
|
411
|
+
a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance and animate an actor between its current
|
412
|
+
state and the specified final state.</p>
|
413
|
+
<p><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> is available since Clutter 1.0.</p>
|
414
|
+
<p><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> has been deprecated in Clutter 1.12.</p>
|
415
|
+
<div class="refsect3">
|
416
|
+
<a name="id-1.10.3.10.13"></a><h4>Defining ClutterAnimationMode inside ClutterScript</h4>
|
417
|
+
<p>When defining a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> inside a ClutterScript
|
418
|
+
file or string the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title="The “mode” property"><span class="type">“mode”</span></a> can be defined either
|
419
|
+
using the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration values through their
|
420
|
+
"nick" (the short string used inside <span class="type">GEnumValue</span>), their numeric
|
421
|
+
id, or using the following strings:</p>
|
422
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
423
|
+
<li class="listitem"><p>easeInQuad, easeOutQuad, easeInOutQuad</p></li>
|
424
|
+
<li class="listitem"><p>easeInCubic, easeOutCubic, easeInOutCubic</p></li>
|
425
|
+
<li class="listitem"><p>easeInQuart, easeOutQuart, easeInOutQuart</p></li>
|
426
|
+
<li class="listitem"><p>easeInQuint, easeOutQuint, easeInOutQuint</p></li>
|
427
|
+
<li class="listitem"><p>easeInSine, easeOutSine, easeInOutSine</p></li>
|
428
|
+
<li class="listitem"><p>easeInExpo, easeOutExpo, easeInOutExpo</p></li>
|
429
|
+
<li class="listitem"><p>easeInCirc, easeOutCirc, easeInOutCirc</p></li>
|
430
|
+
<li class="listitem"><p>easeInElastic, easeOutElastic, easeInOutElastic</p></li>
|
431
|
+
<li class="listitem"><p>easeInBack, easeOutBack, easeInOutBack</p></li>
|
432
|
+
<li class="listitem"><p>easeInBounce, easeOutBounce, easeInOutBounce</p></li>
|
433
|
+
</ul></div>
|
434
|
+
</div>
|
435
|
+
</div>
|
436
|
+
<div class="refsect1">
|
437
|
+
<a name="clutter-Implicit-Animations.functions_details"></a><h2>Functions</h2>
|
438
|
+
<div class="refsect2">
|
439
|
+
<a name="clutter-animation-new"></a><h3>clutter_animation_new ()</h3>
|
440
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
441
|
+
clutter_animation_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
442
|
+
<div class="warning">
|
443
|
+
<p><code class="literal">clutter_animation_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
444
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
445
|
+
</div>
|
446
|
+
<p>Creates a new <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance. You should set the
|
447
|
+
<span class="type">GObject</span> to be animated using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-object" title="clutter_animation_set_object ()"><code class="function">clutter_animation_set_object()</code></a>,
|
448
|
+
set the duration with <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-duration" title="clutter_animation_set_duration ()"><code class="function">clutter_animation_set_duration()</code></a> and the
|
449
|
+
easing mode using <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()"><code class="function">clutter_animation_set_mode()</code></a>.</p>
|
450
|
+
<p>Use <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind" title="clutter_animation_bind ()"><code class="function">clutter_animation_bind()</code></a> or <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-bind-interval" title="clutter_animation_bind_interval ()"><code class="function">clutter_animation_bind_interval()</code></a>
|
896
451
|
to define the properties to be animated. The interval and the
|
897
|
-
animated properties can be updated at runtime
|
898
|
-
|
899
|
-
<p>
|
900
|
-
The <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> and relative family of functions provide
|
452
|
+
animated properties can be updated at runtime.</p>
|
453
|
+
<p>The <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> and relative family of functions provide
|
901
454
|
an easy way to animate a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and automatically manage the
|
902
455
|
lifetime of a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance, so you should consider using
|
903
|
-
those functions instead of manually creating an animation
|
904
|
-
|
905
|
-
<
|
906
|
-
<
|
907
|
-
|
908
|
-
<
|
909
|
-
</
|
910
|
-
<tbody><tr>
|
911
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
912
|
-
<td>the newly created <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>. Use <code class="function">g_object_unref()</code>
|
913
|
-
to release the associated resources</td>
|
914
|
-
</tr></tbody>
|
915
|
-
</table></div>
|
456
|
+
those functions instead of manually creating an animation.</p>
|
457
|
+
<div class="refsect3">
|
458
|
+
<a name="id-1.10.3.11.2.9"></a><h4>Returns</h4>
|
459
|
+
<p> the newly created <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>. Use <code class="function">g_object_unref()</code>
|
460
|
+
to release the associated resources</p>
|
461
|
+
<p></p>
|
462
|
+
</div>
|
916
463
|
<p class="since">Since 1.0</p>
|
917
464
|
</div>
|
918
465
|
<hr>
|
919
466
|
<div class="refsect2">
|
920
|
-
<a name="clutter-animation-set-object"></a><h3>clutter_animation_set_object
|
921
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
922
|
-
|
467
|
+
<a name="clutter-animation-set-object"></a><h3>clutter_animation_set_object ()</h3>
|
468
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
469
|
+
clutter_animation_set_object (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
470
|
+
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>);</pre>
|
923
471
|
<div class="warning">
|
924
|
-
<
|
925
|
-
<p
|
926
|
-
</div>
|
927
|
-
<p>
|
928
|
-
|
929
|
-
|
930
|
-
</
|
931
|
-
|
472
|
+
<p><code class="literal">clutter_animation_set_object</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
473
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
474
|
+
</div>
|
475
|
+
<p>Attaches <em class="parameter"><code>animation</code></em>
|
476
|
+
to <em class="parameter"><code>object</code></em>
|
477
|
+
. The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will take a
|
478
|
+
reference on <em class="parameter"><code>object</code></em>
|
479
|
+
.</p>
|
480
|
+
<div class="refsect3">
|
481
|
+
<a name="id-1.10.3.11.3.7"></a><h4>Parameters</h4>
|
482
|
+
<div class="informaltable"><table width="100%" border="0">
|
932
483
|
<colgroup>
|
933
|
-
<col
|
934
|
-
<col>
|
484
|
+
<col width="150px" class="parameters_name">
|
485
|
+
<col class="parameters_description">
|
486
|
+
<col width="200px" class="parameters_annotations">
|
935
487
|
</colgroup>
|
936
488
|
<tbody>
|
937
489
|
<tr>
|
938
|
-
<td
|
939
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
940
|
-
</td>
|
490
|
+
<td class="parameter_name"><p>animation</p></td>
|
491
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
492
|
+
<td class="parameter_annotations"> </td>
|
941
493
|
</tr>
|
942
494
|
<tr>
|
943
|
-
<td
|
944
|
-
<td>a <span class="type">GObject</span>
|
945
|
-
</td>
|
495
|
+
<td class="parameter_name"><p>object</p></td>
|
496
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
497
|
+
<td class="parameter_annotations"> </td>
|
946
498
|
</tr>
|
947
499
|
</tbody>
|
948
500
|
</table></div>
|
501
|
+
</div>
|
949
502
|
<p class="since">Since 1.0</p>
|
950
503
|
</div>
|
951
504
|
<hr>
|
952
505
|
<div class="refsect2">
|
953
|
-
<a name="clutter-animation-get-object"></a><h3>clutter_animation_get_object
|
954
|
-
<pre class="programlisting"><span class="returnvalue">GObject</span>
|
506
|
+
<a name="clutter-animation-get-object"></a><h3>clutter_animation_get_object ()</h3>
|
507
|
+
<pre class="programlisting"><span class="returnvalue">GObject</span> *
|
508
|
+
clutter_animation_get_object (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
955
509
|
<div class="warning">
|
956
|
-
<
|
957
|
-
<p
|
958
|
-
</div>
|
959
|
-
<p>
|
960
|
-
|
961
|
-
|
962
|
-
<
|
510
|
+
<p><code class="literal">clutter_animation_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
511
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
512
|
+
</div>
|
513
|
+
<p>Retrieves the <span class="type">GObject</span> attached to <em class="parameter"><code>animation</code></em>
|
514
|
+
.</p>
|
515
|
+
<div class="refsect3">
|
516
|
+
<a name="id-1.10.3.11.4.7"></a><h4>Parameters</h4>
|
517
|
+
<div class="informaltable"><table width="100%" border="0">
|
963
518
|
<colgroup>
|
964
|
-
<col
|
965
|
-
<col>
|
519
|
+
<col width="150px" class="parameters_name">
|
520
|
+
<col class="parameters_description">
|
521
|
+
<col width="200px" class="parameters_annotations">
|
966
522
|
</colgroup>
|
967
|
-
<tbody>
|
968
|
-
<
|
969
|
-
<td><p
|
970
|
-
<td
|
971
|
-
</
|
972
|
-
</tr>
|
973
|
-
<tr>
|
974
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
975
|
-
<td>a <span class="type">GObject</span>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
976
|
-
</td>
|
977
|
-
</tr>
|
978
|
-
</tbody>
|
523
|
+
<tbody><tr>
|
524
|
+
<td class="parameter_name"><p>animation</p></td>
|
525
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
526
|
+
<td class="parameter_annotations"> </td>
|
527
|
+
</tr></tbody>
|
979
528
|
</table></div>
|
529
|
+
</div>
|
530
|
+
<div class="refsect3">
|
531
|
+
<a name="id-1.10.3.11.4.8"></a><h4>Returns</h4>
|
532
|
+
<p> a <span class="type">GObject</span>. </p>
|
533
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
534
|
+
</div>
|
980
535
|
<p class="since">Since 1.0</p>
|
981
536
|
</div>
|
982
537
|
<hr>
|
983
538
|
<div class="refsect2">
|
984
|
-
<a name="clutter-animation-set-mode"></a><h3>clutter_animation_set_mode
|
985
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
986
|
-
|
539
|
+
<a name="clutter-animation-set-mode"></a><h3>clutter_animation_set_mode ()</h3>
|
540
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
541
|
+
clutter_animation_set_mode (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
542
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
987
543
|
<div class="warning">
|
988
|
-
<
|
989
|
-
<p
|
544
|
+
<p><code class="literal">clutter_animation_set_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
545
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
990
546
|
</div>
|
991
|
-
<p>
|
992
|
-
|
547
|
+
<p>Sets the animation <em class="parameter"><code>mode</code></em>
|
548
|
+
of <em class="parameter"><code>animation</code></em>
|
549
|
+
. The animation <em class="parameter"><code>mode</code></em>
|
550
|
+
is
|
993
551
|
a logical id, either coming from the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration
|
994
|
-
or the return value of <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func
|
995
|
-
|
996
|
-
<
|
997
|
-
|
998
|
-
|
999
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
552
|
+
or the return value of <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
|
553
|
+
<p>This function will also set <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--alpha" title="The “alpha” property"><span class="type">“alpha”</span></a> if needed.</p>
|
554
|
+
<div class="refsect3">
|
555
|
+
<a name="id-1.10.3.11.5.8"></a><h4>Parameters</h4>
|
556
|
+
<div class="informaltable"><table width="100%" border="0">
|
1000
557
|
<colgroup>
|
1001
|
-
<col
|
1002
|
-
<col>
|
558
|
+
<col width="150px" class="parameters_name">
|
559
|
+
<col class="parameters_description">
|
560
|
+
<col width="200px" class="parameters_annotations">
|
1003
561
|
</colgroup>
|
1004
562
|
<tbody>
|
1005
563
|
<tr>
|
1006
|
-
<td
|
1007
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1008
|
-
</td>
|
564
|
+
<td class="parameter_name"><p>animation</p></td>
|
565
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
566
|
+
<td class="parameter_annotations"> </td>
|
1009
567
|
</tr>
|
1010
568
|
<tr>
|
1011
|
-
<td
|
1012
|
-
<td>an animation mode logical id</td>
|
569
|
+
<td class="parameter_name"><p>mode</p></td>
|
570
|
+
<td class="parameter_description"><p>an animation mode logical id</p></td>
|
571
|
+
<td class="parameter_annotations"> </td>
|
1013
572
|
</tr>
|
1014
573
|
</tbody>
|
1015
574
|
</table></div>
|
575
|
+
</div>
|
1016
576
|
<p class="since">Since 1.0</p>
|
1017
577
|
</div>
|
1018
578
|
<hr>
|
1019
579
|
<div class="refsect2">
|
1020
|
-
<a name="clutter-animation-get-mode"></a><h3>clutter_animation_get_mode
|
1021
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
580
|
+
<a name="clutter-animation-get-mode"></a><h3>clutter_animation_get_mode ()</h3>
|
581
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
582
|
+
clutter_animation_get_mode (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1022
583
|
<div class="warning">
|
1023
|
-
<
|
1024
|
-
<p
|
1025
|
-
</div>
|
1026
|
-
<p>
|
1027
|
-
|
1028
|
-
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode
|
1029
|
-
|
1030
|
-
<
|
584
|
+
<p><code class="literal">clutter_animation_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
585
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
586
|
+
</div>
|
587
|
+
<p>Retrieves the animation mode of <em class="parameter"><code>animation</code></em>
|
588
|
+
, as set by
|
589
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-set-mode" title="clutter_animation_set_mode ()"><code class="function">clutter_animation_set_mode()</code></a>.</p>
|
590
|
+
<div class="refsect3">
|
591
|
+
<a name="id-1.10.3.11.6.7"></a><h4>Parameters</h4>
|
592
|
+
<div class="informaltable"><table width="100%" border="0">
|
1031
593
|
<colgroup>
|
1032
|
-
<col
|
1033
|
-
<col>
|
594
|
+
<col width="150px" class="parameters_name">
|
595
|
+
<col class="parameters_description">
|
596
|
+
<col width="200px" class="parameters_annotations">
|
1034
597
|
</colgroup>
|
1035
|
-
<tbody>
|
1036
|
-
<
|
1037
|
-
<td><p
|
1038
|
-
<td
|
1039
|
-
</
|
1040
|
-
</tr>
|
1041
|
-
<tr>
|
1042
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1043
|
-
<td>the mode for the animation</td>
|
1044
|
-
</tr>
|
1045
|
-
</tbody>
|
598
|
+
<tbody><tr>
|
599
|
+
<td class="parameter_name"><p>animation</p></td>
|
600
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
601
|
+
<td class="parameter_annotations"> </td>
|
602
|
+
</tr></tbody>
|
1046
603
|
</table></div>
|
604
|
+
</div>
|
605
|
+
<div class="refsect3">
|
606
|
+
<a name="id-1.10.3.11.6.8"></a><h4>Returns</h4>
|
607
|
+
<p> the mode for the animation</p>
|
608
|
+
<p></p>
|
609
|
+
</div>
|
1047
610
|
<p class="since">Since 1.0</p>
|
1048
611
|
</div>
|
1049
612
|
<hr>
|
1050
613
|
<div class="refsect2">
|
1051
|
-
<a name="clutter-animation-set-duration"></a><h3>clutter_animation_set_duration
|
1052
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1053
|
-
|
614
|
+
<a name="clutter-animation-set-duration"></a><h3>clutter_animation_set_duration ()</h3>
|
615
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
616
|
+
clutter_animation_set_duration (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
617
|
+
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);</pre>
|
1054
618
|
<div class="warning">
|
1055
|
-
<
|
1056
|
-
<p
|
1057
|
-
</div>
|
1058
|
-
<p>
|
1059
|
-
|
1060
|
-
|
1061
|
-
<p>
|
1062
|
-
|
1063
|
-
<a
|
1064
|
-
|
1065
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
619
|
+
<p><code class="literal">clutter_animation_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
620
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
621
|
+
</div>
|
622
|
+
<p>Sets the duration of <em class="parameter"><code>animation</code></em>
|
623
|
+
in milliseconds.</p>
|
624
|
+
<p>This function will set <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--alpha" title="The “alpha” property"><span class="type">“alpha”</span></a> and
|
625
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title="The “timeline” property"><span class="type">“timeline”</span></a> if needed.</p>
|
626
|
+
<div class="refsect3">
|
627
|
+
<a name="id-1.10.3.11.7.8"></a><h4>Parameters</h4>
|
628
|
+
<div class="informaltable"><table width="100%" border="0">
|
1066
629
|
<colgroup>
|
1067
|
-
<col
|
1068
|
-
<col>
|
630
|
+
<col width="150px" class="parameters_name">
|
631
|
+
<col class="parameters_description">
|
632
|
+
<col width="200px" class="parameters_annotations">
|
1069
633
|
</colgroup>
|
1070
634
|
<tbody>
|
1071
635
|
<tr>
|
1072
|
-
<td
|
1073
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1074
|
-
</td>
|
636
|
+
<td class="parameter_name"><p>animation</p></td>
|
637
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
638
|
+
<td class="parameter_annotations"> </td>
|
1075
639
|
</tr>
|
1076
640
|
<tr>
|
1077
|
-
<td
|
1078
|
-
<td>the duration in milliseconds</td>
|
641
|
+
<td class="parameter_name"><p>msecs</p></td>
|
642
|
+
<td class="parameter_description"><p>the duration in milliseconds</p></td>
|
643
|
+
<td class="parameter_annotations"> </td>
|
1079
644
|
</tr>
|
1080
645
|
</tbody>
|
1081
646
|
</table></div>
|
647
|
+
</div>
|
1082
648
|
<p class="since">Since 1.0</p>
|
1083
649
|
</div>
|
1084
650
|
<hr>
|
1085
651
|
<div class="refsect2">
|
1086
|
-
<a name="clutter-animation-get-duration"></a><h3>clutter_animation_get_duration
|
1087
|
-
<pre class="programlisting"><span class="returnvalue">guint</span>
|
652
|
+
<a name="clutter-animation-get-duration"></a><h3>clutter_animation_get_duration ()</h3>
|
653
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
654
|
+
clutter_animation_get_duration (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1088
655
|
<div class="warning">
|
1089
|
-
<
|
1090
|
-
<p
|
1091
|
-
</div>
|
1092
|
-
<p>
|
1093
|
-
|
1094
|
-
|
1095
|
-
<
|
656
|
+
<p><code class="literal">clutter_animation_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
657
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
658
|
+
</div>
|
659
|
+
<p>Retrieves the duration of <em class="parameter"><code>animation</code></em>
|
660
|
+
, in milliseconds.</p>
|
661
|
+
<div class="refsect3">
|
662
|
+
<a name="id-1.10.3.11.8.7"></a><h4>Parameters</h4>
|
663
|
+
<div class="informaltable"><table width="100%" border="0">
|
1096
664
|
<colgroup>
|
1097
|
-
<col
|
1098
|
-
<col>
|
665
|
+
<col width="150px" class="parameters_name">
|
666
|
+
<col class="parameters_description">
|
667
|
+
<col width="200px" class="parameters_annotations">
|
1099
668
|
</colgroup>
|
1100
|
-
<tbody>
|
1101
|
-
<
|
1102
|
-
<td><p
|
1103
|
-
<td
|
1104
|
-
</
|
1105
|
-
</tr>
|
1106
|
-
<tr>
|
1107
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1108
|
-
<td>the duration of the animation</td>
|
1109
|
-
</tr>
|
1110
|
-
</tbody>
|
669
|
+
<tbody><tr>
|
670
|
+
<td class="parameter_name"><p>animation</p></td>
|
671
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
672
|
+
<td class="parameter_annotations"> </td>
|
673
|
+
</tr></tbody>
|
1111
674
|
</table></div>
|
675
|
+
</div>
|
676
|
+
<div class="refsect3">
|
677
|
+
<a name="id-1.10.3.11.8.8"></a><h4>Returns</h4>
|
678
|
+
<p> the duration of the animation</p>
|
679
|
+
<p></p>
|
680
|
+
</div>
|
1112
681
|
<p class="since">Since 1.0</p>
|
1113
682
|
</div>
|
1114
683
|
<hr>
|
1115
684
|
<div class="refsect2">
|
1116
|
-
<a name="clutter-animation-set-loop"></a><h3>clutter_animation_set_loop
|
1117
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1118
|
-
|
685
|
+
<a name="clutter-animation-set-loop"></a><h3>clutter_animation_set_loop ()</h3>
|
686
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
687
|
+
clutter_animation_set_loop (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
688
|
+
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);</pre>
|
1119
689
|
<div class="warning">
|
1120
|
-
<
|
1121
|
-
<p
|
1122
|
-
</div>
|
1123
|
-
<p>
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
<
|
1131
|
-
|
1132
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title='The "timeline" property'><span class="type">"timeline"</span></a> if needed.
|
1133
|
-
</p>
|
1134
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
690
|
+
<p><code class="literal">clutter_animation_set_loop</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
691
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
692
|
+
</div>
|
693
|
+
<p>Sets whether <em class="parameter"><code>animation</code></em>
|
694
|
+
should loop over itself once finished.</p>
|
695
|
+
<p>A looping <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will not emit the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a>
|
696
|
+
signal when finished.</p>
|
697
|
+
<p>This function will set <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--alpha" title="The “alpha” property"><span class="type">“alpha”</span></a> and
|
698
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title="The “timeline” property"><span class="type">“timeline”</span></a> if needed.</p>
|
699
|
+
<div class="refsect3">
|
700
|
+
<a name="id-1.10.3.11.9.9"></a><h4>Parameters</h4>
|
701
|
+
<div class="informaltable"><table width="100%" border="0">
|
1135
702
|
<colgroup>
|
1136
|
-
<col
|
1137
|
-
<col>
|
703
|
+
<col width="150px" class="parameters_name">
|
704
|
+
<col class="parameters_description">
|
705
|
+
<col width="200px" class="parameters_annotations">
|
1138
706
|
</colgroup>
|
1139
707
|
<tbody>
|
1140
708
|
<tr>
|
1141
|
-
<td
|
1142
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1143
|
-
</td>
|
709
|
+
<td class="parameter_name"><p>animation</p></td>
|
710
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
711
|
+
<td class="parameter_annotations"> </td>
|
1144
712
|
</tr>
|
1145
713
|
<tr>
|
1146
|
-
<td
|
1147
|
-
<td>
|
1148
|
-
<
|
714
|
+
<td class="parameter_name"><p>loop</p></td>
|
715
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the animation should loop</p></td>
|
716
|
+
<td class="parameter_annotations"> </td>
|
1149
717
|
</tr>
|
1150
718
|
</tbody>
|
1151
719
|
</table></div>
|
720
|
+
</div>
|
1152
721
|
<p class="since">Since 1.0</p>
|
1153
722
|
</div>
|
1154
723
|
<hr>
|
1155
724
|
<div class="refsect2">
|
1156
|
-
<a name="clutter-animation-get-loop"></a><h3>clutter_animation_get_loop
|
1157
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
725
|
+
<a name="clutter-animation-get-loop"></a><h3>clutter_animation_get_loop ()</h3>
|
726
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
727
|
+
clutter_animation_get_loop (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1158
728
|
<div class="warning">
|
1159
|
-
<
|
1160
|
-
<p
|
1161
|
-
</div>
|
1162
|
-
<p>
|
1163
|
-
|
1164
|
-
|
1165
|
-
<
|
729
|
+
<p><code class="literal">clutter_animation_get_loop</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
730
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
731
|
+
</div>
|
732
|
+
<p>Retrieves whether <em class="parameter"><code>animation</code></em>
|
733
|
+
is looping.</p>
|
734
|
+
<div class="refsect3">
|
735
|
+
<a name="id-1.10.3.11.10.7"></a><h4>Parameters</h4>
|
736
|
+
<div class="informaltable"><table width="100%" border="0">
|
1166
737
|
<colgroup>
|
1167
|
-
<col
|
1168
|
-
<col>
|
738
|
+
<col width="150px" class="parameters_name">
|
739
|
+
<col class="parameters_description">
|
740
|
+
<col width="200px" class="parameters_annotations">
|
1169
741
|
</colgroup>
|
1170
|
-
<tbody>
|
1171
|
-
<
|
1172
|
-
<td><p
|
1173
|
-
<td
|
1174
|
-
</
|
1175
|
-
</tr>
|
1176
|
-
<tr>
|
1177
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1178
|
-
<td>
|
1179
|
-
<code class="literal">TRUE</code> if the animation is looping</td>
|
1180
|
-
</tr>
|
1181
|
-
</tbody>
|
742
|
+
<tbody><tr>
|
743
|
+
<td class="parameter_name"><p>animation</p></td>
|
744
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
745
|
+
<td class="parameter_annotations"> </td>
|
746
|
+
</tr></tbody>
|
1182
747
|
</table></div>
|
748
|
+
</div>
|
749
|
+
<div class="refsect3">
|
750
|
+
<a name="id-1.10.3.11.10.8"></a><h4>Returns</h4>
|
751
|
+
<p> <code class="literal">TRUE</code> if the animation is looping</p>
|
752
|
+
<p></p>
|
753
|
+
</div>
|
1183
754
|
<p class="since">Since 1.0</p>
|
1184
755
|
</div>
|
1185
756
|
<hr>
|
1186
757
|
<div class="refsect2">
|
1187
|
-
<a name="clutter-animation-set-timeline"></a><h3>clutter_animation_set_timeline
|
1188
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1189
|
-
|
758
|
+
<a name="clutter-animation-set-timeline"></a><h3>clutter_animation_set_timeline ()</h3>
|
759
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
760
|
+
clutter_animation_set_timeline (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
761
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1190
762
|
<div class="warning">
|
1191
|
-
<
|
1192
|
-
<p
|
1193
|
-
</div>
|
1194
|
-
<p>
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
</
|
1200
|
-
<div class="
|
763
|
+
<p><code class="literal">clutter_animation_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
764
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
765
|
+
</div>
|
766
|
+
<p>Sets the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by <em class="parameter"><code>animation</code></em>
|
767
|
+
.</p>
|
768
|
+
<p>This function will take a reference on the passed <em class="parameter"><code>timeline</code></em>
|
769
|
+
.</p>
|
770
|
+
<div class="refsect3">
|
771
|
+
<a name="id-1.10.3.11.11.8"></a><h4>Parameters</h4>
|
772
|
+
<div class="informaltable"><table width="100%" border="0">
|
1201
773
|
<colgroup>
|
1202
|
-
<col
|
1203
|
-
<col>
|
774
|
+
<col width="150px" class="parameters_name">
|
775
|
+
<col class="parameters_description">
|
776
|
+
<col width="200px" class="parameters_annotations">
|
1204
777
|
</colgroup>
|
1205
778
|
<tbody>
|
1206
779
|
<tr>
|
1207
|
-
<td
|
1208
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1209
|
-
</td>
|
780
|
+
<td class="parameter_name"><p>animation</p></td>
|
781
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
782
|
+
<td class="parameter_annotations"> </td>
|
1210
783
|
</tr>
|
1211
784
|
<tr>
|
1212
|
-
<td
|
1213
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or <code class="literal">NULL</code> to unset the
|
1214
|
-
current <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.
|
1215
|
-
</td>
|
785
|
+
<td class="parameter_name"><p>timeline</p></td>
|
786
|
+
<td class="parameter_description"><p> a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or <code class="literal">NULL</code> to unset the
|
787
|
+
current <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>. </p></td>
|
788
|
+
<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>
|
1216
789
|
</tr>
|
1217
790
|
</tbody>
|
1218
791
|
</table></div>
|
792
|
+
</div>
|
1219
793
|
<p class="since">Since 1.0</p>
|
1220
794
|
</div>
|
1221
795
|
<hr>
|
1222
796
|
<div class="refsect2">
|
1223
|
-
<a name="clutter-animation-get-timeline"></a><h3>clutter_animation_get_timeline
|
1224
|
-
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a>
|
797
|
+
<a name="clutter-animation-get-timeline"></a><h3>clutter_animation_get_timeline ()</h3>
|
798
|
+
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
799
|
+
clutter_animation_get_timeline (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1225
800
|
<div class="warning">
|
1226
|
-
<
|
1227
|
-
<p
|
801
|
+
<p><code class="literal">clutter_animation_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
802
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1228
803
|
</div>
|
1229
|
-
<p>
|
1230
|
-
Retrieves the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by <em class="parameter"><code>animation</code></em>
|
804
|
+
<p>Retrieves the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by <em class="parameter"><code>animation</code></em>
|
1231
805
|
</p>
|
1232
|
-
<div class="
|
806
|
+
<div class="refsect3">
|
807
|
+
<a name="id-1.10.3.11.12.7"></a><h4>Parameters</h4>
|
808
|
+
<div class="informaltable"><table width="100%" border="0">
|
1233
809
|
<colgroup>
|
1234
|
-
<col
|
1235
|
-
<col>
|
810
|
+
<col width="150px" class="parameters_name">
|
811
|
+
<col class="parameters_description">
|
812
|
+
<col width="200px" class="parameters_annotations">
|
1236
813
|
</colgroup>
|
1237
|
-
<tbody>
|
1238
|
-
<
|
1239
|
-
<td><p
|
1240
|
-
<td
|
1241
|
-
</
|
1242
|
-
</tr>
|
1243
|
-
<tr>
|
1244
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1245
|
-
<td>the timeline used by the animation. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1246
|
-
</td>
|
1247
|
-
</tr>
|
1248
|
-
</tbody>
|
814
|
+
<tbody><tr>
|
815
|
+
<td class="parameter_name"><p>animation</p></td>
|
816
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
817
|
+
<td class="parameter_annotations"> </td>
|
818
|
+
</tr></tbody>
|
1249
819
|
</table></div>
|
820
|
+
</div>
|
821
|
+
<div class="refsect3">
|
822
|
+
<a name="id-1.10.3.11.12.8"></a><h4>Returns</h4>
|
823
|
+
<p> the timeline used by the animation. </p>
|
824
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
825
|
+
</div>
|
1250
826
|
<p class="since">Since 1.0</p>
|
1251
827
|
</div>
|
1252
828
|
<hr>
|
1253
829
|
<div class="refsect2">
|
1254
|
-
<a name="clutter-animation-set-alpha"></a><h3>clutter_animation_set_alpha
|
1255
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1256
|
-
|
830
|
+
<a name="clutter-animation-set-alpha"></a><h3>clutter_animation_set_alpha ()</h3>
|
831
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
832
|
+
clutter_animation_set_alpha (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
833
|
+
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
|
1257
834
|
<div class="warning">
|
1258
|
-
<
|
1259
|
-
<p
|
1260
|
-
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-mode" title="clutter_timeline_set_progress_mode
|
1261
|
-
</div>
|
1262
|
-
<p>
|
1263
|
-
|
1264
|
-
|
1265
|
-
<p>
|
1266
|
-
|
1267
|
-
of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance
|
1268
|
-
|
1269
|
-
<
|
835
|
+
<p><code class="literal">clutter_animation_set_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p>
|
836
|
+
<p>Use <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and
|
837
|
+
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-mode" title="clutter_timeline_set_progress_mode ()"><code class="function">clutter_timeline_set_progress_mode()</code></a> instead.</p>
|
838
|
+
</div>
|
839
|
+
<p>Sets <em class="parameter"><code>alpha</code></em>
|
840
|
+
as the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> used by <em class="parameter"><code>animation</code></em>
|
841
|
+
.</p>
|
842
|
+
<p>If <em class="parameter"><code>alpha</code></em>
|
843
|
+
is not <code class="literal">NULL</code>, the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will take ownership
|
844
|
+
of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance.</p>
|
845
|
+
<div class="refsect3">
|
846
|
+
<a name="id-1.10.3.11.13.8"></a><h4>Parameters</h4>
|
847
|
+
<div class="informaltable"><table width="100%" border="0">
|
1270
848
|
<colgroup>
|
1271
|
-
<col
|
1272
|
-
<col>
|
849
|
+
<col width="150px" class="parameters_name">
|
850
|
+
<col class="parameters_description">
|
851
|
+
<col width="200px" class="parameters_annotations">
|
1273
852
|
</colgroup>
|
1274
853
|
<tbody>
|
1275
854
|
<tr>
|
1276
|
-
<td
|
1277
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1278
|
-
</td>
|
855
|
+
<td class="parameter_name"><p>animation</p></td>
|
856
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
857
|
+
<td class="parameter_annotations"> </td>
|
1279
858
|
</tr>
|
1280
859
|
<tr>
|
1281
|
-
<td
|
1282
|
-
<td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>, or <code class="literal">NULL</code> to unset the current <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
1283
|
-
</td>
|
860
|
+
<td class="parameter_name"><p>alpha</p></td>
|
861
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>, or <code class="literal">NULL</code> to unset the current <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
862
|
+
<td class="parameter_annotations"> </td>
|
1284
863
|
</tr>
|
1285
864
|
</tbody>
|
1286
865
|
</table></div>
|
866
|
+
</div>
|
1287
867
|
<p class="since">Since 1.0</p>
|
1288
868
|
</div>
|
1289
869
|
<hr>
|
1290
870
|
<div class="refsect2">
|
1291
|
-
<a name="clutter-animation-get-alpha"></a><h3>clutter_animation_get_alpha
|
1292
|
-
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a>
|
871
|
+
<a name="clutter-animation-get-alpha"></a><h3>clutter_animation_get_alpha ()</h3>
|
872
|
+
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
873
|
+
clutter_animation_get_alpha (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1293
874
|
<div class="warning">
|
1294
|
-
<
|
1295
|
-
<p
|
1296
|
-
<a class="link" href="ClutterTimeline.html#clutter-timeline-get-progress-mode" title="clutter_timeline_get_progress_mode
|
1297
|
-
</div>
|
1298
|
-
<p>
|
1299
|
-
|
1300
|
-
|
1301
|
-
<
|
875
|
+
<p><code class="literal">clutter_animation_get_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p>
|
876
|
+
<p>Use <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and
|
877
|
+
<a class="link" href="ClutterTimeline.html#clutter-timeline-get-progress-mode" title="clutter_timeline_get_progress_mode ()"><code class="function">clutter_timeline_get_progress_mode()</code></a> instead.</p>
|
878
|
+
</div>
|
879
|
+
<p>Retrieves the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> used by <em class="parameter"><code>animation</code></em>
|
880
|
+
.</p>
|
881
|
+
<div class="refsect3">
|
882
|
+
<a name="id-1.10.3.11.14.7"></a><h4>Parameters</h4>
|
883
|
+
<div class="informaltable"><table width="100%" border="0">
|
1302
884
|
<colgroup>
|
1303
|
-
<col
|
1304
|
-
<col>
|
885
|
+
<col width="150px" class="parameters_name">
|
886
|
+
<col class="parameters_description">
|
887
|
+
<col width="200px" class="parameters_annotations">
|
1305
888
|
</colgroup>
|
1306
|
-
<tbody>
|
1307
|
-
<
|
1308
|
-
<td><p
|
1309
|
-
<td
|
1310
|
-
</
|
1311
|
-
</tr>
|
1312
|
-
<tr>
|
1313
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1314
|
-
<td>the alpha object used by the animation. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1315
|
-
</td>
|
1316
|
-
</tr>
|
1317
|
-
</tbody>
|
889
|
+
<tbody><tr>
|
890
|
+
<td class="parameter_name"><p>animation</p></td>
|
891
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
892
|
+
<td class="parameter_annotations"> </td>
|
893
|
+
</tr></tbody>
|
1318
894
|
</table></div>
|
895
|
+
</div>
|
896
|
+
<div class="refsect3">
|
897
|
+
<a name="id-1.10.3.11.14.8"></a><h4>Returns</h4>
|
898
|
+
<p> the alpha object used by the animation. </p>
|
899
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
900
|
+
</div>
|
1319
901
|
<p class="since">Since 1.0</p>
|
1320
902
|
</div>
|
1321
903
|
<hr>
|
1322
904
|
<div class="refsect2">
|
1323
|
-
<a name="clutter-animation-completed"></a><h3>clutter_animation_completed
|
1324
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
905
|
+
<a name="clutter-animation-completed"></a><h3>clutter_animation_completed ()</h3>
|
906
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
907
|
+
clutter_animation_completed (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1325
908
|
<div class="warning">
|
1326
|
-
<
|
1327
|
-
<p
|
909
|
+
<p><code class="literal">clutter_animation_completed</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
910
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1328
911
|
</div>
|
1329
|
-
<p>
|
1330
|
-
Emits the ::completed signal on <em class="parameter"><code>animation</code></em>
|
912
|
+
<p>Emits the ::completed signal on <em class="parameter"><code>animation</code></em>
|
1331
913
|
</p>
|
1332
|
-
<p>
|
1333
|
-
|
1334
|
-
|
914
|
+
<p>When using this function with a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> created
|
915
|
+
by the <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> family of functions, <em class="parameter"><code>animation</code></em>
|
916
|
+
|
1335
917
|
will be unreferenced and it will not be valid anymore,
|
1336
918
|
unless <code class="function">g_object_ref()</code> was called before calling this function
|
1337
919
|
or unless a reference was taken inside a handler for the
|
1338
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title=
|
1339
|
-
|
1340
|
-
<
|
920
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal</p>
|
921
|
+
<div class="refsect3">
|
922
|
+
<a name="id-1.10.3.11.15.8"></a><h4>Parameters</h4>
|
923
|
+
<div class="informaltable"><table width="100%" border="0">
|
1341
924
|
<colgroup>
|
1342
|
-
<col
|
1343
|
-
<col>
|
925
|
+
<col width="150px" class="parameters_name">
|
926
|
+
<col class="parameters_description">
|
927
|
+
<col width="200px" class="parameters_annotations">
|
1344
928
|
</colgroup>
|
1345
929
|
<tbody><tr>
|
1346
|
-
<td
|
1347
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1348
|
-
</td>
|
930
|
+
<td class="parameter_name"><p>animation</p></td>
|
931
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
932
|
+
<td class="parameter_annotations"> </td>
|
1349
933
|
</tr></tbody>
|
1350
934
|
</table></div>
|
935
|
+
</div>
|
1351
936
|
<p class="since">Since 1.0</p>
|
1352
937
|
</div>
|
1353
938
|
<hr>
|
1354
939
|
<div class="refsect2">
|
1355
|
-
<a name="clutter-animation-bind"></a><h3>clutter_animation_bind
|
1356
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1357
|
-
|
1358
|
-
|
940
|
+
<a name="clutter-animation-bind"></a><h3>clutter_animation_bind ()</h3>
|
941
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
942
|
+
clutter_animation_bind (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
943
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
944
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);</pre>
|
1359
945
|
<div class="warning">
|
1360
|
-
<
|
1361
|
-
<p
|
1362
|
-
</div>
|
1363
|
-
<p>
|
1364
|
-
|
1365
|
-
animation <em class="parameter"><code>animation</code></em
|
1366
|
-
|
1367
|
-
</p>
|
1368
|
-
<p>
|
1369
|
-
|
1370
|
-
|
1371
|
-
</
|
1372
|
-
<div class="
|
946
|
+
<p><code class="literal">clutter_animation_bind</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
947
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
948
|
+
</div>
|
949
|
+
<p>Adds a single property with name <em class="parameter"><code>property_name</code></em>
|
950
|
+
to the
|
951
|
+
animation <em class="parameter"><code>animation</code></em>
|
952
|
+
. For more information about animations,
|
953
|
+
see <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>.</p>
|
954
|
+
<p>This method returns the animation primarily to make chained
|
955
|
+
calls convenient in language bindings.</p>
|
956
|
+
<div class="refsect3">
|
957
|
+
<a name="id-1.10.3.11.16.8"></a><h4>Parameters</h4>
|
958
|
+
<div class="informaltable"><table width="100%" border="0">
|
1373
959
|
<colgroup>
|
1374
|
-
<col
|
1375
|
-
<col>
|
960
|
+
<col width="150px" class="parameters_name">
|
961
|
+
<col class="parameters_description">
|
962
|
+
<col width="200px" class="parameters_annotations">
|
1376
963
|
</colgroup>
|
1377
964
|
<tbody>
|
1378
965
|
<tr>
|
1379
|
-
<td
|
1380
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1381
|
-
</td>
|
1382
|
-
</tr>
|
1383
|
-
<tr>
|
1384
|
-
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1385
|
-
<td>the property to control</td>
|
966
|
+
<td class="parameter_name"><p>animation</p></td>
|
967
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
968
|
+
<td class="parameter_annotations"> </td>
|
1386
969
|
</tr>
|
1387
970
|
<tr>
|
1388
|
-
<td
|
1389
|
-
<td>
|
971
|
+
<td class="parameter_name"><p>property_name</p></td>
|
972
|
+
<td class="parameter_description"><p>the property to control</p></td>
|
973
|
+
<td class="parameter_annotations"> </td>
|
1390
974
|
</tr>
|
1391
975
|
<tr>
|
1392
|
-
<td
|
1393
|
-
<td
|
1394
|
-
</td>
|
976
|
+
<td class="parameter_name"><p>final</p></td>
|
977
|
+
<td class="parameter_description"><p>The final value of the property</p></td>
|
978
|
+
<td class="parameter_annotations"> </td>
|
1395
979
|
</tr>
|
1396
980
|
</tbody>
|
1397
981
|
</table></div>
|
982
|
+
</div>
|
983
|
+
<div class="refsect3">
|
984
|
+
<a name="id-1.10.3.11.16.9"></a><h4>Returns</h4>
|
985
|
+
<p> The animation itself. </p>
|
986
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
987
|
+
</div>
|
1398
988
|
<p class="since">Since 1.0</p>
|
1399
989
|
</div>
|
1400
990
|
<hr>
|
1401
991
|
<div class="refsect2">
|
1402
|
-
<a name="clutter-animation-bind-interval"></a><h3>clutter_animation_bind_interval
|
1403
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1404
|
-
|
1405
|
-
|
992
|
+
<a name="clutter-animation-bind-interval"></a><h3>clutter_animation_bind_interval ()</h3>
|
993
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
994
|
+
clutter_animation_bind_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
995
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
996
|
+
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);</pre>
|
1406
997
|
<div class="warning">
|
1407
|
-
<
|
1408
|
-
<p
|
1409
|
-
</div>
|
1410
|
-
<p>
|
1411
|
-
|
1412
|
-
|
998
|
+
<p><code class="literal">clutter_animation_bind_interval</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
999
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1000
|
+
</div>
|
1001
|
+
<p>Binds <em class="parameter"><code>interval</code></em>
|
1002
|
+
to the <em class="parameter"><code>property_name</code></em>
|
1003
|
+
of the <span class="type">GObject</span>
|
1004
|
+
attached to <em class="parameter"><code>animation</code></em>
|
1005
|
+
. The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> will take
|
1413
1006
|
ownership of the passed <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>. For more information
|
1414
|
-
about animations, see <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
1415
|
-
|
1416
|
-
<p>
|
1417
|
-
|
1418
|
-
<a
|
1419
|
-
|
1420
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1007
|
+
about animations, see <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>.</p>
|
1008
|
+
<p>If you need to update the interval instance use
|
1009
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-animation-update-interval" title="clutter_animation_update_interval ()"><code class="function">clutter_animation_update_interval()</code></a> instead.</p>
|
1010
|
+
<div class="refsect3">
|
1011
|
+
<a name="id-1.10.3.11.17.8"></a><h4>Parameters</h4>
|
1012
|
+
<div class="informaltable"><table width="100%" border="0">
|
1421
1013
|
<colgroup>
|
1422
|
-
<col
|
1423
|
-
<col>
|
1014
|
+
<col width="150px" class="parameters_name">
|
1015
|
+
<col class="parameters_description">
|
1016
|
+
<col width="200px" class="parameters_annotations">
|
1424
1017
|
</colgroup>
|
1425
1018
|
<tbody>
|
1426
1019
|
<tr>
|
1427
|
-
<td
|
1428
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1429
|
-
</td>
|
1020
|
+
<td class="parameter_name"><p>animation</p></td>
|
1021
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1022
|
+
<td class="parameter_annotations"> </td>
|
1430
1023
|
</tr>
|
1431
1024
|
<tr>
|
1432
|
-
<td
|
1433
|
-
<td>the property to control</td>
|
1025
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1026
|
+
<td class="parameter_description"><p>the property to control</p></td>
|
1027
|
+
<td class="parameter_annotations"> </td>
|
1434
1028
|
</tr>
|
1435
1029
|
<tr>
|
1436
|
-
<td
|
1437
|
-
<td>a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>.
|
1438
|
-
</td>
|
1439
|
-
</tr>
|
1440
|
-
<tr>
|
1441
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1442
|
-
<td>The animation itself. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1443
|
-
</td>
|
1030
|
+
<td class="parameter_name"><p>interval</p></td>
|
1031
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>. </p></td>
|
1032
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
1444
1033
|
</tr>
|
1445
1034
|
</tbody>
|
1446
1035
|
</table></div>
|
1036
|
+
</div>
|
1037
|
+
<div class="refsect3">
|
1038
|
+
<a name="id-1.10.3.11.17.9"></a><h4>Returns</h4>
|
1039
|
+
<p> The animation itself. </p>
|
1040
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1041
|
+
</div>
|
1447
1042
|
<p class="since">Since 1.0</p>
|
1448
1043
|
</div>
|
1449
1044
|
<hr>
|
1450
1045
|
<div class="refsect2">
|
1451
|
-
<a name="clutter-animation-update"></a><h3>clutter_animation_update
|
1452
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1453
|
-
|
1454
|
-
|
1046
|
+
<a name="clutter-animation-update"></a><h3>clutter_animation_update ()</h3>
|
1047
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1048
|
+
clutter_animation_update (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1049
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1050
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);</pre>
|
1455
1051
|
<div class="warning">
|
1456
|
-
<
|
1457
|
-
<p
|
1052
|
+
<p><code class="literal">clutter_animation_update</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1053
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1458
1054
|
</div>
|
1459
|
-
<p>
|
1460
|
-
|
1055
|
+
<p>Updates the <em class="parameter"><code>final</code></em>
|
1056
|
+
value of the interval for <em class="parameter"><code>property_name</code></em>
|
1461
1057
|
</p>
|
1462
|
-
<div class="
|
1058
|
+
<div class="refsect3">
|
1059
|
+
<a name="id-1.10.3.11.18.7"></a><h4>Parameters</h4>
|
1060
|
+
<div class="informaltable"><table width="100%" border="0">
|
1463
1061
|
<colgroup>
|
1464
|
-
<col
|
1465
|
-
<col>
|
1062
|
+
<col width="150px" class="parameters_name">
|
1063
|
+
<col class="parameters_description">
|
1064
|
+
<col width="200px" class="parameters_annotations">
|
1466
1065
|
</colgroup>
|
1467
1066
|
<tbody>
|
1468
1067
|
<tr>
|
1469
|
-
<td
|
1470
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1471
|
-
</td>
|
1068
|
+
<td class="parameter_name"><p>animation</p></td>
|
1069
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1070
|
+
<td class="parameter_annotations"> </td>
|
1472
1071
|
</tr>
|
1473
1072
|
<tr>
|
1474
|
-
<td
|
1475
|
-
<td>name of the property</td>
|
1073
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1074
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
1075
|
+
<td class="parameter_annotations"> </td>
|
1476
1076
|
</tr>
|
1477
1077
|
<tr>
|
1478
|
-
<td
|
1479
|
-
<td>The final value of the property</td>
|
1480
|
-
</
|
1481
|
-
<tr>
|
1482
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1483
|
-
<td>The animation itself. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1484
|
-
</td>
|
1078
|
+
<td class="parameter_name"><p>final</p></td>
|
1079
|
+
<td class="parameter_description"><p>The final value of the property</p></td>
|
1080
|
+
<td class="parameter_annotations"> </td>
|
1485
1081
|
</tr>
|
1486
1082
|
</tbody>
|
1487
1083
|
</table></div>
|
1084
|
+
</div>
|
1085
|
+
<div class="refsect3">
|
1086
|
+
<a name="id-1.10.3.11.18.8"></a><h4>Returns</h4>
|
1087
|
+
<p> The animation itself. </p>
|
1088
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1089
|
+
</div>
|
1488
1090
|
<p class="since">Since 1.0</p>
|
1489
1091
|
</div>
|
1490
1092
|
<hr>
|
1491
1093
|
<div class="refsect2">
|
1492
|
-
<a name="clutter-animation-update-interval"></a><h3>clutter_animation_update_interval
|
1493
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1494
|
-
|
1495
|
-
|
1094
|
+
<a name="clutter-animation-update-interval"></a><h3>clutter_animation_update_interval ()</h3>
|
1095
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1096
|
+
clutter_animation_update_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1097
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1098
|
+
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);</pre>
|
1496
1099
|
<div class="warning">
|
1497
|
-
<
|
1498
|
-
<p
|
1499
|
-
</div>
|
1500
|
-
<p>
|
1501
|
-
|
1502
|
-
|
1503
|
-
</p>
|
1504
|
-
<div class="
|
1100
|
+
<p><code class="literal">clutter_animation_update_interval</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="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1102
|
+
</div>
|
1103
|
+
<p>Changes the <em class="parameter"><code>interval</code></em>
|
1104
|
+
for <em class="parameter"><code>property_name</code></em>
|
1105
|
+
. The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1106
|
+
will take ownership of the passed <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>.</p>
|
1107
|
+
<div class="refsect3">
|
1108
|
+
<a name="id-1.10.3.11.19.7"></a><h4>Parameters</h4>
|
1109
|
+
<div class="informaltable"><table width="100%" border="0">
|
1505
1110
|
<colgroup>
|
1506
|
-
<col
|
1507
|
-
<col>
|
1111
|
+
<col width="150px" class="parameters_name">
|
1112
|
+
<col class="parameters_description">
|
1113
|
+
<col width="200px" class="parameters_annotations">
|
1508
1114
|
</colgroup>
|
1509
1115
|
<tbody>
|
1510
1116
|
<tr>
|
1511
|
-
<td
|
1512
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1513
|
-
</td>
|
1117
|
+
<td class="parameter_name"><p>animation</p></td>
|
1118
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1119
|
+
<td class="parameter_annotations"> </td>
|
1514
1120
|
</tr>
|
1515
1121
|
<tr>
|
1516
|
-
<td
|
1517
|
-
<td>name of the property</td>
|
1122
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1123
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
1124
|
+
<td class="parameter_annotations"> </td>
|
1518
1125
|
</tr>
|
1519
1126
|
<tr>
|
1520
|
-
<td
|
1521
|
-
<td>a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a>
|
1522
|
-
</td>
|
1127
|
+
<td class="parameter_name"><p>interval</p></td>
|
1128
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a></p></td>
|
1129
|
+
<td class="parameter_annotations"> </td>
|
1523
1130
|
</tr>
|
1524
1131
|
</tbody>
|
1525
1132
|
</table></div>
|
1133
|
+
</div>
|
1526
1134
|
<p class="since">Since 1.0</p>
|
1527
1135
|
</div>
|
1528
1136
|
<hr>
|
1529
1137
|
<div class="refsect2">
|
1530
|
-
<a name="clutter-animation-has-property"></a><h3>clutter_animation_has_property
|
1531
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1532
|
-
|
1138
|
+
<a name="clutter-animation-has-property"></a><h3>clutter_animation_has_property ()</h3>
|
1139
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1140
|
+
clutter_animation_has_property (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1141
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1533
1142
|
<div class="warning">
|
1534
|
-
<
|
1535
|
-
<p
|
1536
|
-
</div>
|
1537
|
-
<p>
|
1538
|
-
|
1539
|
-
|
1540
|
-
<div class="
|
1143
|
+
<p><code class="literal">clutter_animation_has_property</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1144
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1145
|
+
</div>
|
1146
|
+
<p>Checks whether <em class="parameter"><code>animation</code></em>
|
1147
|
+
is controlling <em class="parameter"><code>property_name</code></em>
|
1148
|
+
.</p>
|
1149
|
+
<div class="refsect3">
|
1150
|
+
<a name="id-1.10.3.11.20.7"></a><h4>Parameters</h4>
|
1151
|
+
<div class="informaltable"><table width="100%" border="0">
|
1541
1152
|
<colgroup>
|
1542
|
-
<col
|
1543
|
-
<col>
|
1153
|
+
<col width="150px" class="parameters_name">
|
1154
|
+
<col class="parameters_description">
|
1155
|
+
<col width="200px" class="parameters_annotations">
|
1544
1156
|
</colgroup>
|
1545
1157
|
<tbody>
|
1546
1158
|
<tr>
|
1547
|
-
<td
|
1548
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1549
|
-
</td>
|
1550
|
-
</tr>
|
1551
|
-
<tr>
|
1552
|
-
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1553
|
-
<td>name of the property</td>
|
1159
|
+
<td class="parameter_name"><p>animation</p></td>
|
1160
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1161
|
+
<td class="parameter_annotations"> </td>
|
1554
1162
|
</tr>
|
1555
1163
|
<tr>
|
1556
|
-
<td
|
1557
|
-
<td>
|
1558
|
-
<
|
1559
|
-
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>, <code class="literal">FALSE</code> otherwise</td>
|
1164
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1165
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
1166
|
+
<td class="parameter_annotations"> </td>
|
1560
1167
|
</tr>
|
1561
1168
|
</tbody>
|
1562
1169
|
</table></div>
|
1170
|
+
</div>
|
1171
|
+
<div class="refsect3">
|
1172
|
+
<a name="id-1.10.3.11.20.8"></a><h4>Returns</h4>
|
1173
|
+
<p> <code class="literal">TRUE</code> if the property is animated by the
|
1174
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>, <code class="literal">FALSE</code> otherwise</p>
|
1175
|
+
<p></p>
|
1176
|
+
</div>
|
1563
1177
|
<p class="since">Since 1.0</p>
|
1564
1178
|
</div>
|
1565
1179
|
<hr>
|
1566
1180
|
<div class="refsect2">
|
1567
|
-
<a name="clutter-animation-unbind-property"></a><h3>clutter_animation_unbind_property
|
1568
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1569
|
-
|
1181
|
+
<a name="clutter-animation-unbind-property"></a><h3>clutter_animation_unbind_property ()</h3>
|
1182
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1183
|
+
clutter_animation_unbind_property (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1184
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1570
1185
|
<div class="warning">
|
1571
|
-
<
|
1572
|
-
<p
|
1573
|
-
</div>
|
1574
|
-
<p>
|
1575
|
-
|
1576
|
-
|
1577
|
-
<
|
1186
|
+
<p><code class="literal">clutter_animation_unbind_property</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1187
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1188
|
+
</div>
|
1189
|
+
<p>Removes <em class="parameter"><code>property_name</code></em>
|
1190
|
+
from the list of animated properties.</p>
|
1191
|
+
<div class="refsect3">
|
1192
|
+
<a name="id-1.10.3.11.21.7"></a><h4>Parameters</h4>
|
1193
|
+
<div class="informaltable"><table width="100%" border="0">
|
1578
1194
|
<colgroup>
|
1579
|
-
<col
|
1580
|
-
<col>
|
1195
|
+
<col width="150px" class="parameters_name">
|
1196
|
+
<col class="parameters_description">
|
1197
|
+
<col width="200px" class="parameters_annotations">
|
1581
1198
|
</colgroup>
|
1582
1199
|
<tbody>
|
1583
1200
|
<tr>
|
1584
|
-
<td
|
1585
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1586
|
-
</td>
|
1201
|
+
<td class="parameter_name"><p>animation</p></td>
|
1202
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1203
|
+
<td class="parameter_annotations"> </td>
|
1587
1204
|
</tr>
|
1588
1205
|
<tr>
|
1589
|
-
<td
|
1590
|
-
<td>name of the property</td>
|
1206
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1207
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
1208
|
+
<td class="parameter_annotations"> </td>
|
1591
1209
|
</tr>
|
1592
1210
|
</tbody>
|
1593
1211
|
</table></div>
|
1212
|
+
</div>
|
1594
1213
|
<p class="since">Since 1.0</p>
|
1595
1214
|
</div>
|
1596
1215
|
<hr>
|
1597
1216
|
<div class="refsect2">
|
1598
|
-
<a name="clutter-animation-get-interval"></a><h3>clutter_animation_get_interval
|
1599
|
-
<pre class="programlisting"><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="returnvalue">ClutterInterval</span></a>
|
1600
|
-
|
1217
|
+
<a name="clutter-animation-get-interval"></a><h3>clutter_animation_get_interval ()</h3>
|
1218
|
+
<pre class="programlisting"><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="returnvalue">ClutterInterval</span></a> *
|
1219
|
+
clutter_animation_get_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1220
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1601
1221
|
<div class="warning">
|
1602
|
-
<
|
1603
|
-
<p
|
1222
|
+
<p><code class="literal">clutter_animation_get_interval</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1223
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1604
1224
|
</div>
|
1605
|
-
<p>
|
1606
|
-
|
1607
|
-
inside <em class="parameter"><code>animation</code></em
|
1608
|
-
|
1609
|
-
<div class="
|
1225
|
+
<p>Retrieves the <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> associated to <em class="parameter"><code>property_name</code></em>
|
1226
|
+
|
1227
|
+
inside <em class="parameter"><code>animation</code></em>
|
1228
|
+
.</p>
|
1229
|
+
<div class="refsect3">
|
1230
|
+
<a name="id-1.10.3.11.22.7"></a><h4>Parameters</h4>
|
1231
|
+
<div class="informaltable"><table width="100%" border="0">
|
1610
1232
|
<colgroup>
|
1611
|
-
<col
|
1612
|
-
<col>
|
1233
|
+
<col width="150px" class="parameters_name">
|
1234
|
+
<col class="parameters_description">
|
1235
|
+
<col width="200px" class="parameters_annotations">
|
1613
1236
|
</colgroup>
|
1614
1237
|
<tbody>
|
1615
1238
|
<tr>
|
1616
|
-
<td
|
1617
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>
|
1618
|
-
</td>
|
1619
|
-
</tr>
|
1620
|
-
<tr>
|
1621
|
-
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1622
|
-
<td>name of the property</td>
|
1239
|
+
<td class="parameter_name"><p>animation</p></td>
|
1240
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a></p></td>
|
1241
|
+
<td class="parameter_annotations"> </td>
|
1623
1242
|
</tr>
|
1624
1243
|
<tr>
|
1625
|
-
<td
|
1626
|
-
<td
|
1627
|
-
|
1628
|
-
owned by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> and 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>
|
1629
|
-
</td>
|
1244
|
+
<td class="parameter_name"><p>property_name</p></td>
|
1245
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
1246
|
+
<td class="parameter_annotations"> </td>
|
1630
1247
|
</tr>
|
1631
1248
|
</tbody>
|
1632
1249
|
</table></div>
|
1250
|
+
</div>
|
1251
|
+
<div class="refsect3">
|
1252
|
+
<a name="id-1.10.3.11.22.8"></a><h4>Returns</h4>
|
1253
|
+
<p> a <a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> or <code class="literal">NULL</code> if no
|
1254
|
+
property with the same name was found. The returned interval is
|
1255
|
+
owned by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> and should not be unreferenced. </p>
|
1256
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1257
|
+
</div>
|
1633
1258
|
<p class="since">Since 1.0</p>
|
1634
1259
|
</div>
|
1635
1260
|
<hr>
|
1636
1261
|
<div class="refsect2">
|
1637
|
-
<a name="clutter-actor-animate"></a><h3>clutter_actor_animate
|
1638
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1262
|
+
<a name="clutter-actor-animate"></a><h3>clutter_actor_animate ()</h3>
|
1263
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1264
|
+
clutter_actor_animate (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1265
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
1266
|
+
<em class="parameter"><code><span class="type">guint</span> duration</code></em>,
|
1267
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
1268
|
+
<em class="parameter"><code>...</code></em>);</pre>
|
1643
1269
|
<div class="warning">
|
1644
|
-
<
|
1645
|
-
<p
|
1270
|
+
<p><code class="literal">clutter_actor_animate</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1271
|
+
<p>Use the implicit transition for animatable properties
|
1646
1272
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
1647
1273
|
</div>
|
1648
|
-
<p>
|
1649
|
-
|
1274
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1275
|
+
between the current
|
1650
1276
|
value for each property and a new final value. The animation has a
|
1651
|
-
definite duration and a speed given by the <em class="parameter"><code>mode</code></em
|
1652
|
-
|
1653
|
-
<p>
|
1654
|
-
For example, this:
|
1655
|
-
</p>
|
1656
|
-
<p>
|
1657
|
-
</p>
|
1277
|
+
definite duration and a speed given by the <em class="parameter"><code>mode</code></em>
|
1278
|
+
.</p>
|
1279
|
+
<p>For example, this:</p>
|
1658
1280
|
<div class="informalexample">
|
1659
1281
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1660
1282
|
<tbody>
|
@@ -1663,7 +1285,7 @@ For example, this:
|
|
1663
1285
|
2
|
1664
1286
|
3
|
1665
1287
|
4</pre></td>
|
1666
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rectangle</span><span class="symbol">,</span><span class="normal">
|
1288
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rectangle</span><span class="symbol">,</span><span class="normal"> CLUTTER_LINEAR</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
1667
1289
|
<span class="normal"> </span><span class="string">"width"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1668
1290
|
<span class="normal"> </span><span class="string">"height"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1669
1291
|
<span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
|
@@ -1672,24 +1294,16 @@ For example, this:
|
|
1672
1294
|
</table>
|
1673
1295
|
</div>
|
1674
1296
|
|
1675
|
-
<p>
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
</p>
|
1681
|
-
<p>
|
1682
|
-
The animation <em class="parameter"><code>mode</code></em> is a logical id, either from the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
|
1683
|
-
enumeration of from <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
|
1684
|
-
</p>
|
1685
|
-
<p>
|
1686
|
-
All the properties specified will be animated between the current value
|
1297
|
+
<p></p>
|
1298
|
+
<p>will make width and height properties of the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> "rectangle"
|
1299
|
+
grow linearly between the current value and 100 pixels, in 250 milliseconds.</p>
|
1300
|
+
<p>The animation <em class="parameter"><code>mode</code></em>
|
1301
|
+
is a logical id, either from the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
|
1302
|
+
enumeration of from <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
|
1303
|
+
<p>All the properties specified will be animated between the current value
|
1687
1304
|
and the final value. If a property should be set at the beginning of
|
1688
1305
|
the animation but not updated during the animation, it should be prefixed
|
1689
|
-
by the "fixed::" string, for instance
|
1690
|
-
</p>
|
1691
|
-
<p>
|
1692
|
-
</p>
|
1306
|
+
by the "fixed::" string, for instance:</p>
|
1693
1307
|
<div class="informalexample">
|
1694
1308
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1695
1309
|
<tbody>
|
@@ -1698,7 +1312,7 @@ by the "fixed::" string, for instance:
|
|
1698
1312
|
2
|
1699
1313
|
3
|
1700
1314
|
4</pre></td>
|
1701
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1315
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_SINE</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span>
|
1702
1316
|
<span class="normal"> </span><span class="string">"rotation-angle-z"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">360.0</span><span class="symbol">,</span>
|
1703
1317
|
<span class="normal"> </span><span class="string">"fixed::rotation-center-z"</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">center</span><span class="symbol">,</span>
|
1704
1318
|
<span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
|
@@ -1707,27 +1321,19 @@ by the "fixed::" string, for instance:
|
|
1707
1321
|
</table>
|
1708
1322
|
</div>
|
1709
1323
|
|
1710
|
-
<p>
|
1711
|
-
|
1712
|
-
<p>
|
1713
|
-
Will animate the "rotation-angle-z" property between the current value
|
1324
|
+
<p></p>
|
1325
|
+
<p>Will animate the "rotation-angle-z" property between the current value
|
1714
1326
|
and 360 degrees, and set the "rotation-center-z" property to the fixed
|
1715
|
-
value of the <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a> "center"
|
1716
|
-
|
1717
|
-
<
|
1718
|
-
|
1719
|
-
will be assigned to the <em class="parameter"><code>actor</code></em> and will be returned to the developer
|
1327
|
+
value of the <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a> "center".</p>
|
1328
|
+
<p>This function will implicitly create a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object which
|
1329
|
+
will be assigned to the <em class="parameter"><code>actor</code></em>
|
1330
|
+
and will be returned to the developer
|
1720
1331
|
to control the animation or to know when the animation has been
|
1721
|
-
completed
|
1722
|
-
|
1723
|
-
<p>
|
1724
|
-
If a name argument starts with "signal::", "signal-after::",
|
1332
|
+
completed.</p>
|
1333
|
+
<p>If a name argument starts with "signal::", "signal-after::",
|
1725
1334
|
"signal-swapped::" or "signal-swapped-after::" the two following arguments
|
1726
1335
|
are used as callback function and data for a signal handler installed on
|
1727
|
-
the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object for the specified signal name, for instance
|
1728
|
-
</p>
|
1729
|
-
<p>
|
1730
|
-
</p>
|
1336
|
+
the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object for the specified signal name, for instance:</p>
|
1731
1337
|
<div class="informalexample">
|
1732
1338
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1733
1339
|
<tbody>
|
@@ -1750,7 +1356,7 @@ the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><sp
|
|
1750
1356
|
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-hide">clutter_actor_hide</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">);</span>
|
1751
1357
|
<span class="cbracket">}</span>
|
1752
1358
|
|
1753
|
-
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1359
|
+
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span>
|
1754
1360
|
<span class="normal"> </span><span class="string">"opacity"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
1755
1361
|
<span class="normal"> </span><span class="string">"signal::completed"</span><span class="symbol">,</span><span class="normal"> on_animation_completed</span><span class="symbol">,</span><span class="normal"> actor</span><span class="symbol">,</span>
|
1756
1362
|
<span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
|
@@ -1759,13 +1365,8 @@ the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><sp
|
|
1759
1365
|
</table>
|
1760
1366
|
</div>
|
1761
1367
|
|
1762
|
-
<p>
|
1763
|
-
|
1764
|
-
<p>
|
1765
|
-
or, to automatically destroy an actor at the end of the animation:
|
1766
|
-
</p>
|
1767
|
-
<p>
|
1768
|
-
</p>
|
1368
|
+
<p></p>
|
1369
|
+
<p>or, to automatically destroy an actor at the end of the animation:</p>
|
1769
1370
|
<div class="informalexample">
|
1770
1371
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1771
1372
|
<tbody>
|
@@ -1776,7 +1377,7 @@ or, to automatically destroy an actor at the end of the animation:
|
|
1776
1377
|
4
|
1777
1378
|
5
|
1778
1379
|
6</pre></td>
|
1779
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1380
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span>
|
1780
1381
|
<span class="normal"> </span><span class="string">"opacity"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
1781
1382
|
<span class="normal"> </span><span class="string">"signal-swapped-after::completed"</span><span class="symbol">,</span>
|
1782
1383
|
<span class="normal"> <a href="ClutterActor.html#clutter-actor-destroy">clutter_actor_destroy</a></span><span class="symbol">,</span>
|
@@ -1787,28 +1388,21 @@ or, to automatically destroy an actor at the end of the animation:
|
|
1787
1388
|
</table>
|
1788
1389
|
</div>
|
1789
1390
|
|
1790
|
-
<p>
|
1791
|
-
|
1792
|
-
<p>
|
1793
|
-
The "signal::" modifier is the equivalent of using <code class="function">g_signal_connect()</code>;
|
1391
|
+
<p></p>
|
1392
|
+
<p>The "signal::" modifier is the equivalent of using <code class="function">g_signal_connect()</code>;
|
1794
1393
|
the "signal-after::" modifier is the equivalent of using
|
1795
1394
|
<code class="function">g_signal_connect_after()</code> or <code class="function">g_signal_connect_data()</code> with the
|
1796
1395
|
<code class="literal">G_CONNECT_AFTER</code>; the "signal-swapped::" modifier is the equivalent
|
1797
1396
|
of using <code class="function">g_signal_connect_swapped()</code> or <code class="function">g_signal_connect_data()</code> with the
|
1798
1397
|
<code class="literal">G_CONNECT_SWAPPED</code> flah; finally, the "signal-swapped-after::" modifier
|
1799
1398
|
is the equivalent of using <code class="function">g_signal_connect_data()</code> with both the
|
1800
|
-
<code class="literal">G_CONNECT_AFTER</code> and <code class="literal">G_CONNECT_SWAPPED</code> flags. The <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
1399
|
+
<code class="literal">G_CONNECT_AFTER</code> and <code class="literal">G_CONNECT_SWAPPED</code> flags. The <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>
|
1801
1400
|
function will not keep track of multiple connections to the same signal,
|
1802
1401
|
so it is your responsability to avoid them when calling
|
1803
|
-
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
1804
|
-
|
1805
|
-
<p>
|
1806
|
-
Calling this function on an actor that is already being animated
|
1402
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> multiple times on the same actor.</p>
|
1403
|
+
<p>Calling this function on an actor that is already being animated
|
1807
1404
|
will cause the current animation to change with the new final values,
|
1808
|
-
the new easing mode and the new duration - that is, this code
|
1809
|
-
</p>
|
1810
|
-
<p>
|
1811
|
-
</p>
|
1405
|
+
the new easing mode and the new duration - that is, this code:</p>
|
1812
1406
|
<div class="informalexample">
|
1813
1407
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1814
1408
|
<tbody>
|
@@ -1822,11 +1416,11 @@ the new easing mode and the new duration - that is, this code:
|
|
1822
1416
|
7
|
1823
1417
|
8
|
1824
1418
|
9</pre></td>
|
1825
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1419
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_LINEAR</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
1826
1420
|
<span class="normal"> </span><span class="string">"width"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1827
1421
|
<span class="normal"> </span><span class="string">"height"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1828
1422
|
<span class="normal"> NULL</span><span class="symbol">);</span>
|
1829
|
-
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1423
|
+
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">500</span><span class="symbol">,</span>
|
1830
1424
|
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1831
1425
|
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1832
1426
|
<span class="normal"> </span><span class="string">"width"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="symbol">,</span>
|
@@ -1836,13 +1430,8 @@ the new easing mode and the new duration - that is, this code:
|
|
1836
1430
|
</table>
|
1837
1431
|
</div>
|
1838
1432
|
|
1839
|
-
<p>
|
1840
|
-
|
1841
|
-
<p>
|
1842
|
-
is the equivalent of:
|
1843
|
-
</p>
|
1844
|
-
<p>
|
1845
|
-
</p>
|
1433
|
+
<p></p>
|
1434
|
+
<p>is the equivalent of:</p>
|
1846
1435
|
<div class="informalexample">
|
1847
1436
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1848
1437
|
<tbody>
|
@@ -1853,7 +1442,7 @@ is the equivalent of:
|
|
1853
1442
|
4
|
1854
1443
|
5
|
1855
1444
|
6</pre></td>
|
1856
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1445
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">500</span><span class="symbol">,</span>
|
1857
1446
|
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1858
1447
|
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1859
1448
|
<span class="normal"> </span><span class="string">"width"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="symbol">,</span>
|
@@ -1864,26 +1453,18 @@ is the equivalent of:
|
|
1864
1453
|
</table>
|
1865
1454
|
</div>
|
1866
1455
|
|
1867
|
-
<p>
|
1868
|
-
|
1869
|
-
<
|
1870
|
-
|
1871
|
-
<
|
1872
|
-
|
1873
|
-
<a class="link" href="clutter-Implicit-Animations.html#
|
1874
|
-
complete.</div>
|
1875
|
-
<p>
|
1876
|
-
</p>
|
1877
|
-
<p>
|
1878
|
-
Since the created <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance attached to <em class="parameter"><code>actor</code></em>
|
1879
|
-
is guaranteed to be valid throughout the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title='The "completed" signal'><span class="type">"completed"</span></a>
|
1456
|
+
<p></p>
|
1457
|
+
<p>Unless the animation is looping, the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> created by
|
1458
|
+
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> will become invalid as soon as it is
|
1459
|
+
complete.</p>
|
1460
|
+
<p>Since the created <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> instance attached to <em class="parameter"><code>actor</code></em>
|
1461
|
+
|
1462
|
+
is guaranteed to be valid throughout the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a>
|
1880
1463
|
signal emission chain, you will not be able to create a new animation
|
1881
|
-
using <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
1882
|
-
|
1883
|
-
<
|
1884
|
-
</p>
|
1885
|
-
<p>
|
1886
|
-
</p>
|
1464
|
+
using <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> on the same <em class="parameter"><code>actor</code></em>
|
1465
|
+
from within the
|
1466
|
+
<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal handler unless you use
|
1467
|
+
<code class="function">g_signal_connect_after()</code> to connect the callback function, for instance:</p>
|
1887
1468
|
<div class="informalexample">
|
1888
1469
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1889
1470
|
<tbody>
|
@@ -1911,14 +1492,14 @@ using <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-anima
|
|
1911
1492
|
<span class="function">on_animation_completed</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">ClutterAnimation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">animation</span><span class="symbol">,</span>
|
1912
1493
|
<span class="normal"> </span><span class="usertype">ClutterActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">actor</span><span class="symbol">)</span>
|
1913
1494
|
<span class="cbracket">{</span>
|
1914
|
-
<span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1495
|
+
<span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_OUT_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
1915
1496
|
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">500.0</span><span class="symbol">,</span>
|
1916
1497
|
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">500.0</span><span class="symbol">,</span>
|
1917
1498
|
<span class="normal"> NULL</span><span class="symbol">);</span>
|
1918
1499
|
<span class="cbracket">}</span>
|
1919
1500
|
|
1920
1501
|
<span class="normal"> </span><span class="symbol">...</span>
|
1921
|
-
<span class="normal"> animation </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal">
|
1502
|
+
<span class="normal"> animation </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">actor</span><span class="symbol">,</span><span class="normal"> CLUTTER_EASE_IN_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
1922
1503
|
<span class="normal"> </span><span class="string">"x"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1923
1504
|
<span class="normal"> </span><span class="string">"y"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
1924
1505
|
<span class="normal"> NULL</span><span class="symbol">);</span>
|
@@ -1931,638 +1512,702 @@ using <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-anima
|
|
1931
1512
|
</table>
|
1932
1513
|
</div>
|
1933
1514
|
|
1934
|
-
<p>
|
1935
|
-
|
1936
|
-
<
|
1515
|
+
<p></p>
|
1516
|
+
<div class="refsect3">
|
1517
|
+
<a name="id-1.10.3.11.23.34"></a><h4>Parameters</h4>
|
1518
|
+
<div class="informaltable"><table width="100%" border="0">
|
1937
1519
|
<colgroup>
|
1938
|
-
<col
|
1939
|
-
<col>
|
1520
|
+
<col width="150px" class="parameters_name">
|
1521
|
+
<col class="parameters_description">
|
1522
|
+
<col width="200px" class="parameters_annotations">
|
1940
1523
|
</colgroup>
|
1941
1524
|
<tbody>
|
1942
1525
|
<tr>
|
1943
|
-
<td
|
1944
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
1945
|
-
</td>
|
1946
|
-
</tr>
|
1947
|
-
<tr>
|
1948
|
-
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
1949
|
-
<td>an animation mode logical id</td>
|
1526
|
+
<td class="parameter_name"><p>actor</p></td>
|
1527
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1528
|
+
<td class="parameter_annotations"> </td>
|
1950
1529
|
</tr>
|
1951
1530
|
<tr>
|
1952
|
-
<td
|
1953
|
-
<td>
|
1531
|
+
<td class="parameter_name"><p>mode</p></td>
|
1532
|
+
<td class="parameter_description"><p>an animation mode logical id</p></td>
|
1533
|
+
<td class="parameter_annotations"> </td>
|
1954
1534
|
</tr>
|
1955
1535
|
<tr>
|
1956
|
-
<td
|
1957
|
-
<td>the
|
1536
|
+
<td class="parameter_name"><p>duration</p></td>
|
1537
|
+
<td class="parameter_description"><p>duration of the animation, in milliseconds</p></td>
|
1538
|
+
<td class="parameter_annotations"> </td>
|
1958
1539
|
</tr>
|
1959
1540
|
<tr>
|
1960
|
-
<td
|
1961
|
-
<td
|
1962
|
-
|
1541
|
+
<td class="parameter_name"><p>first_property_name</p></td>
|
1542
|
+
<td class="parameter_description"><p>the name of a property</p></td>
|
1543
|
+
<td class="parameter_annotations"> </td>
|
1963
1544
|
</tr>
|
1964
1545
|
<tr>
|
1965
|
-
<td
|
1966
|
-
<td
|
1967
|
-
|
1968
|
-
<
|
1969
|
-
</td>
|
1546
|
+
<td class="parameter_name"><p>...</p></td>
|
1547
|
+
<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated list of property names and
|
1548
|
+
property values</p></td>
|
1549
|
+
<td class="parameter_annotations"> </td>
|
1970
1550
|
</tr>
|
1971
1551
|
</tbody>
|
1972
1552
|
</table></div>
|
1553
|
+
</div>
|
1554
|
+
<div class="refsect3">
|
1555
|
+
<a name="id-1.10.3.11.23.35"></a><h4>Returns</h4>
|
1556
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is
|
1557
|
+
owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with
|
1558
|
+
<code class="function">g_object_unref()</code>. </p>
|
1559
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1560
|
+
</div>
|
1973
1561
|
<p class="since">Since 1.0</p>
|
1974
1562
|
</div>
|
1975
1563
|
<hr>
|
1976
1564
|
<div class="refsect2">
|
1977
|
-
<a name="clutter-actor-animate-with-timeline"></a><h3>clutter_actor_animate_with_timeline
|
1978
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1565
|
+
<a name="clutter-actor-animate-with-timeline"></a><h3>clutter_actor_animate_with_timeline ()</h3>
|
1566
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1567
|
+
clutter_actor_animate_with_timeline (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1568
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
1569
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
1570
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
1571
|
+
<em class="parameter"><code>...</code></em>);</pre>
|
1983
1572
|
<div class="warning">
|
1984
|
-
<
|
1985
|
-
<p
|
1573
|
+
<p><code class="literal">clutter_actor_animate_with_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1574
|
+
<p>Use the implicit transition for animatable properties
|
1986
1575
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
1987
1576
|
</div>
|
1988
|
-
<p>
|
1989
|
-
|
1577
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1578
|
+
between the current
|
1990
1579
|
value for each property and a new final value. The animation has a
|
1991
|
-
definite duration given by <em class="parameter"><code>timeline</code></em>
|
1992
|
-
</
|
1993
|
-
|
1994
|
-
See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
1995
|
-
|
1996
|
-
<
|
1997
|
-
|
1998
|
-
|
1999
|
-
</
|
2000
|
-
<div class="
|
1580
|
+
definite duration given by <em class="parameter"><code>timeline</code></em>
|
1581
|
+
and a speed given by the <em class="parameter"><code>mode</code></em>
|
1582
|
+
.</p>
|
1583
|
+
<p>See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> for further details.</p>
|
1584
|
+
<p>This function is useful if you want to use an existing timeline
|
1585
|
+
to animate <em class="parameter"><code>actor</code></em>
|
1586
|
+
.</p>
|
1587
|
+
<div class="refsect3">
|
1588
|
+
<a name="id-1.10.3.11.24.9"></a><h4>Parameters</h4>
|
1589
|
+
<div class="informaltable"><table width="100%" border="0">
|
2001
1590
|
<colgroup>
|
2002
|
-
<col
|
2003
|
-
<col>
|
1591
|
+
<col width="150px" class="parameters_name">
|
1592
|
+
<col class="parameters_description">
|
1593
|
+
<col width="200px" class="parameters_annotations">
|
2004
1594
|
</colgroup>
|
2005
1595
|
<tbody>
|
2006
1596
|
<tr>
|
2007
|
-
<td
|
2008
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2009
|
-
</td>
|
2010
|
-
</tr>
|
2011
|
-
<tr>
|
2012
|
-
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
2013
|
-
<td>an animation mode logical id</td>
|
1597
|
+
<td class="parameter_name"><p>actor</p></td>
|
1598
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1599
|
+
<td class="parameter_annotations"> </td>
|
2014
1600
|
</tr>
|
2015
1601
|
<tr>
|
2016
|
-
<td
|
2017
|
-
<td
|
2018
|
-
</td>
|
1602
|
+
<td class="parameter_name"><p>mode</p></td>
|
1603
|
+
<td class="parameter_description"><p>an animation mode logical id</p></td>
|
1604
|
+
<td class="parameter_annotations"> </td>
|
2019
1605
|
</tr>
|
2020
1606
|
<tr>
|
2021
|
-
<td
|
2022
|
-
<td>
|
1607
|
+
<td class="parameter_name"><p>timeline</p></td>
|
1608
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
1609
|
+
<td class="parameter_annotations"> </td>
|
2023
1610
|
</tr>
|
2024
1611
|
<tr>
|
2025
|
-
<td
|
2026
|
-
<td
|
2027
|
-
|
1612
|
+
<td class="parameter_name"><p>first_property_name</p></td>
|
1613
|
+
<td class="parameter_description"><p>the name of a property</p></td>
|
1614
|
+
<td class="parameter_annotations"> </td>
|
2028
1615
|
</tr>
|
2029
1616
|
<tr>
|
2030
|
-
<td
|
2031
|
-
<td
|
2032
|
-
|
2033
|
-
<
|
2034
|
-
</td>
|
1617
|
+
<td class="parameter_name"><p>...</p></td>
|
1618
|
+
<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated list of property names and
|
1619
|
+
property values</p></td>
|
1620
|
+
<td class="parameter_annotations"> </td>
|
2035
1621
|
</tr>
|
2036
1622
|
</tbody>
|
2037
1623
|
</table></div>
|
1624
|
+
</div>
|
1625
|
+
<div class="refsect3">
|
1626
|
+
<a name="id-1.10.3.11.24.10"></a><h4>Returns</h4>
|
1627
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is
|
1628
|
+
owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with
|
1629
|
+
<code class="function">g_object_unref()</code>. </p>
|
1630
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1631
|
+
</div>
|
2038
1632
|
<p class="since">Since 1.0</p>
|
2039
1633
|
</div>
|
2040
1634
|
<hr>
|
2041
1635
|
<div class="refsect2">
|
2042
|
-
<a name="clutter-actor-animate-with-alpha"></a><h3>clutter_actor_animate_with_alpha
|
2043
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
1636
|
+
<a name="clutter-actor-animate-with-alpha"></a><h3>clutter_actor_animate_with_alpha ()</h3>
|
1637
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1638
|
+
clutter_actor_animate_with_alpha (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1639
|
+
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
1640
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
1641
|
+
<em class="parameter"><code>...</code></em>);</pre>
|
2047
1642
|
<div class="warning">
|
2048
|
-
<
|
2049
|
-
<p
|
1643
|
+
<p><code class="literal">clutter_actor_animate_with_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p>
|
1644
|
+
<p>Use <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a> instead</p>
|
2050
1645
|
</div>
|
2051
|
-
<p>
|
2052
|
-
|
1646
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1647
|
+
between the current
|
2053
1648
|
value for each property and a new final value. The animation has a
|
2054
|
-
definite behaviour given by the passed <em class="parameter"><code>alpha</code></em
|
2055
|
-
|
2056
|
-
<p>
|
2057
|
-
|
2058
|
-
</
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1649
|
+
definite behaviour given by the passed <em class="parameter"><code>alpha</code></em>
|
1650
|
+
.</p>
|
1651
|
+
<p>See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> for further details.</p>
|
1652
|
+
<p>This function is useful if you want to use an existing <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
1653
|
+
to animate <em class="parameter"><code>actor</code></em>
|
1654
|
+
.</p>
|
1655
|
+
<div class="refsect3">
|
1656
|
+
<a name="id-1.10.3.11.25.9"></a><h4>Parameters</h4>
|
1657
|
+
<div class="informaltable"><table width="100%" border="0">
|
2064
1658
|
<colgroup>
|
2065
|
-
<col
|
2066
|
-
<col>
|
1659
|
+
<col width="150px" class="parameters_name">
|
1660
|
+
<col class="parameters_description">
|
1661
|
+
<col width="200px" class="parameters_annotations">
|
2067
1662
|
</colgroup>
|
2068
1663
|
<tbody>
|
2069
1664
|
<tr>
|
2070
|
-
<td
|
2071
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2072
|
-
</td>
|
2073
|
-
</tr>
|
2074
|
-
<tr>
|
2075
|
-
<td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
|
2076
|
-
<td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
2077
|
-
</td>
|
1665
|
+
<td class="parameter_name"><p>actor</p></td>
|
1666
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1667
|
+
<td class="parameter_annotations"> </td>
|
2078
1668
|
</tr>
|
2079
1669
|
<tr>
|
2080
|
-
<td
|
2081
|
-
<td>
|
1670
|
+
<td class="parameter_name"><p>alpha</p></td>
|
1671
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
1672
|
+
<td class="parameter_annotations"> </td>
|
2082
1673
|
</tr>
|
2083
1674
|
<tr>
|
2084
|
-
<td
|
2085
|
-
<td
|
2086
|
-
|
1675
|
+
<td class="parameter_name"><p>first_property_name</p></td>
|
1676
|
+
<td class="parameter_description"><p>the name of a property</p></td>
|
1677
|
+
<td class="parameter_annotations"> </td>
|
2087
1678
|
</tr>
|
2088
1679
|
<tr>
|
2089
|
-
<td
|
2090
|
-
<td
|
2091
|
-
|
2092
|
-
</td>
|
1680
|
+
<td class="parameter_name"><p>...</p></td>
|
1681
|
+
<td class="parameter_description"><p>a <code class="literal">NULL</code> terminated list of property names and
|
1682
|
+
property values</p></td>
|
1683
|
+
<td class="parameter_annotations"> </td>
|
2093
1684
|
</tr>
|
2094
1685
|
</tbody>
|
2095
1686
|
</table></div>
|
1687
|
+
</div>
|
1688
|
+
<div class="refsect3">
|
1689
|
+
<a name="id-1.10.3.11.25.10"></a><h4>Returns</h4>
|
1690
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is owned by the
|
1691
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with <code class="function">g_object_unref()</code>. </p>
|
1692
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1693
|
+
</div>
|
2096
1694
|
<p class="since">Since 1.0</p>
|
2097
1695
|
</div>
|
2098
1696
|
<hr>
|
2099
1697
|
<div class="refsect2">
|
2100
|
-
<a name="clutter-actor-animatev"></a><h3>clutter_actor_animatev
|
2101
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
2102
|
-
|
2103
|
-
|
2104
|
-
|
2105
|
-
|
2106
|
-
|
1698
|
+
<a name="clutter-actor-animatev"></a><h3>clutter_actor_animatev ()</h3>
|
1699
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1700
|
+
clutter_actor_animatev (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1701
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
1702
|
+
<em class="parameter"><code><span class="type">guint</span> duration</code></em>,
|
1703
|
+
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
1704
|
+
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
1705
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2107
1706
|
<div class="warning">
|
2108
|
-
<
|
2109
|
-
<p
|
1707
|
+
<p><code class="literal">clutter_actor_animatev</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1708
|
+
<p>Use the implicit transition for animatable properties
|
2110
1709
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
2111
1710
|
</div>
|
2112
|
-
<p>
|
2113
|
-
|
1711
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1712
|
+
between the current
|
2114
1713
|
value for each property and a new final value. The animation has a
|
2115
|
-
definite duration and a speed given by the <em class="parameter"><code>mode</code></em
|
2116
|
-
|
2117
|
-
<p>
|
2118
|
-
|
2119
|
-
|
2120
|
-
|
2121
|
-
<
|
2122
|
-
</
|
2123
|
-
<div class="
|
2124
|
-
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>, this function will not
|
2125
|
-
allow you to specify "signal::" names and callbacks.</div>
|
2126
|
-
<p>
|
2127
|
-
</p>
|
2128
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1714
|
+
definite duration and a speed given by the <em class="parameter"><code>mode</code></em>
|
1715
|
+
.</p>
|
1716
|
+
<p>This is the vector-based variant of <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>, useful
|
1717
|
+
for language bindings.</p>
|
1718
|
+
<p>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>, this function will not
|
1719
|
+
allow you to specify "signal::" names and callbacks.</p>
|
1720
|
+
<div class="refsect3">
|
1721
|
+
<a name="id-1.10.3.11.26.9"></a><h4>Parameters</h4>
|
1722
|
+
<div class="informaltable"><table width="100%" border="0">
|
2129
1723
|
<colgroup>
|
2130
|
-
<col
|
2131
|
-
<col>
|
1724
|
+
<col width="150px" class="parameters_name">
|
1725
|
+
<col class="parameters_description">
|
1726
|
+
<col width="200px" class="parameters_annotations">
|
2132
1727
|
</colgroup>
|
2133
1728
|
<tbody>
|
2134
1729
|
<tr>
|
2135
|
-
<td
|
2136
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2137
|
-
</td>
|
2138
|
-
</tr>
|
2139
|
-
<tr>
|
2140
|
-
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
2141
|
-
<td>an animation mode logical id</td>
|
1730
|
+
<td class="parameter_name"><p>actor</p></td>
|
1731
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1732
|
+
<td class="parameter_annotations"> </td>
|
2142
1733
|
</tr>
|
2143
1734
|
<tr>
|
2144
|
-
<td
|
2145
|
-
<td>
|
1735
|
+
<td class="parameter_name"><p>mode</p></td>
|
1736
|
+
<td class="parameter_description"><p>an animation mode logical id</p></td>
|
1737
|
+
<td class="parameter_annotations"> </td>
|
2146
1738
|
</tr>
|
2147
1739
|
<tr>
|
2148
|
-
<td
|
2149
|
-
<td>
|
1740
|
+
<td class="parameter_name"><p>duration</p></td>
|
1741
|
+
<td class="parameter_description"><p>duration of the animation, in milliseconds</p></td>
|
1742
|
+
<td class="parameter_annotations"> </td>
|
2150
1743
|
</tr>
|
2151
1744
|
<tr>
|
2152
|
-
<td
|
2153
|
-
<td>
|
2154
|
-
|
2155
|
-
</td>
|
1745
|
+
<td class="parameter_name"><p>n_properties</p></td>
|
1746
|
+
<td class="parameter_description"><p>number of property names and values</p></td>
|
1747
|
+
<td class="parameter_annotations"> </td>
|
2156
1748
|
</tr>
|
2157
1749
|
<tr>
|
2158
|
-
<td
|
2159
|
-
<td>a vector
|
2160
|
-
property
|
2161
|
-
</td>
|
1750
|
+
<td class="parameter_name"><p>properties</p></td>
|
1751
|
+
<td class="parameter_description"><p> a vector
|
1752
|
+
containing the property names to set. </p></td>
|
1753
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
|
2162
1754
|
</tr>
|
2163
1755
|
<tr>
|
2164
|
-
<td
|
2165
|
-
<td
|
2166
|
-
|
2167
|
-
<
|
2168
|
-
</td>
|
1756
|
+
<td class="parameter_name"><p>values</p></td>
|
1757
|
+
<td class="parameter_description"><p> a vector containing the
|
1758
|
+
property values to set. </p></td>
|
1759
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties]</span></td>
|
2169
1760
|
</tr>
|
2170
1761
|
</tbody>
|
2171
1762
|
</table></div>
|
1763
|
+
</div>
|
1764
|
+
<div class="refsect3">
|
1765
|
+
<a name="id-1.10.3.11.26.10"></a><h4>Returns</h4>
|
1766
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is
|
1767
|
+
owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with
|
1768
|
+
<code class="function">g_object_unref()</code>. </p>
|
1769
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1770
|
+
</div>
|
2172
1771
|
<p class="since">Since 1.0</p>
|
2173
1772
|
</div>
|
2174
1773
|
<hr>
|
2175
1774
|
<div class="refsect2">
|
2176
|
-
<a name="clutter-actor-animate-with-timelinev"></a><h3>clutter_actor_animate_with_timelinev
|
2177
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
2178
|
-
|
2179
|
-
|
2180
|
-
|
2181
|
-
|
2182
|
-
|
2183
|
-
|
1775
|
+
<a name="clutter-actor-animate-with-timelinev"></a><h3>clutter_actor_animate_with_timelinev ()</h3>
|
1776
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1777
|
+
clutter_actor_animate_with_timelinev (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1778
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>,
|
1779
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
1780
|
+
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
1781
|
+
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
1782
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2184
1783
|
<div class="warning">
|
2185
|
-
<
|
2186
|
-
<p
|
1784
|
+
<p><code class="literal">clutter_actor_animate_with_timelinev</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1785
|
+
<p>Use the implicit transition for animatable properties
|
2187
1786
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
2188
1787
|
</div>
|
2189
|
-
<p>
|
2190
|
-
|
1788
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1789
|
+
between the current
|
2191
1790
|
value for each property and a new final value. The animation has a
|
2192
|
-
definite duration given by <em class="parameter"><code>timeline</code></em>
|
2193
|
-
</
|
2194
|
-
|
2195
|
-
See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate
|
2196
|
-
|
2197
|
-
<
|
2198
|
-
|
2199
|
-
|
2200
|
-
|
2201
|
-
<p>
|
2202
|
-
|
2203
|
-
|
2204
|
-
</
|
2205
|
-
<
|
2206
|
-
</p>
|
2207
|
-
<div class="warning">
|
2208
|
-
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a>, this function
|
2209
|
-
will not allow you to specify "signal::" names and callbacks.</div>
|
2210
|
-
<p>
|
2211
|
-
</p>
|
2212
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1791
|
+
definite duration given by <em class="parameter"><code>timeline</code></em>
|
1792
|
+
and a speed given by the <em class="parameter"><code>mode</code></em>
|
1793
|
+
.</p>
|
1794
|
+
<p>See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> for further details.</p>
|
1795
|
+
<p>This function is useful if you want to use an existing timeline
|
1796
|
+
to animate <em class="parameter"><code>actor</code></em>
|
1797
|
+
.</p>
|
1798
|
+
<p>This is the vector-based variant of <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a>,
|
1799
|
+
useful for language bindings.</p>
|
1800
|
+
<p>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a>, this function
|
1801
|
+
will not allow you to specify "signal::" names and callbacks.</p>
|
1802
|
+
<div class="refsect3">
|
1803
|
+
<a name="id-1.10.3.11.27.11"></a><h4>Parameters</h4>
|
1804
|
+
<div class="informaltable"><table width="100%" border="0">
|
2213
1805
|
<colgroup>
|
2214
|
-
<col
|
2215
|
-
<col>
|
1806
|
+
<col width="150px" class="parameters_name">
|
1807
|
+
<col class="parameters_description">
|
1808
|
+
<col width="200px" class="parameters_annotations">
|
2216
1809
|
</colgroup>
|
2217
1810
|
<tbody>
|
2218
1811
|
<tr>
|
2219
|
-
<td
|
2220
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2221
|
-
</td>
|
2222
|
-
</tr>
|
2223
|
-
<tr>
|
2224
|
-
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
2225
|
-
<td>an animation mode logical id</td>
|
1812
|
+
<td class="parameter_name"><p>actor</p></td>
|
1813
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1814
|
+
<td class="parameter_annotations"> </td>
|
2226
1815
|
</tr>
|
2227
1816
|
<tr>
|
2228
|
-
<td
|
2229
|
-
<td
|
2230
|
-
</td>
|
1817
|
+
<td class="parameter_name"><p>mode</p></td>
|
1818
|
+
<td class="parameter_description"><p>an animation mode logical id</p></td>
|
1819
|
+
<td class="parameter_annotations"> </td>
|
2231
1820
|
</tr>
|
2232
1821
|
<tr>
|
2233
|
-
<td
|
2234
|
-
<td>
|
1822
|
+
<td class="parameter_name"><p>timeline</p></td>
|
1823
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
1824
|
+
<td class="parameter_annotations"> </td>
|
2235
1825
|
</tr>
|
2236
1826
|
<tr>
|
2237
|
-
<td
|
2238
|
-
<td>
|
2239
|
-
|
2240
|
-
</td>
|
1827
|
+
<td class="parameter_name"><p>n_properties</p></td>
|
1828
|
+
<td class="parameter_description"><p>number of property names and values</p></td>
|
1829
|
+
<td class="parameter_annotations"> </td>
|
2241
1830
|
</tr>
|
2242
1831
|
<tr>
|
2243
|
-
<td
|
2244
|
-
<td>a vector
|
2245
|
-
property
|
2246
|
-
</td>
|
1832
|
+
<td class="parameter_name"><p>properties</p></td>
|
1833
|
+
<td class="parameter_description"><p> a vector
|
1834
|
+
containing the property names to set. </p></td>
|
1835
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
|
2247
1836
|
</tr>
|
2248
1837
|
<tr>
|
2249
|
-
<td
|
2250
|
-
<td
|
2251
|
-
|
2252
|
-
<
|
2253
|
-
</td>
|
1838
|
+
<td class="parameter_name"><p>values</p></td>
|
1839
|
+
<td class="parameter_description"><p> a vector containing the
|
1840
|
+
property values to set. </p></td>
|
1841
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties]</span></td>
|
2254
1842
|
</tr>
|
2255
1843
|
</tbody>
|
2256
1844
|
</table></div>
|
1845
|
+
</div>
|
1846
|
+
<div class="refsect3">
|
1847
|
+
<a name="id-1.10.3.11.27.12"></a><h4>Returns</h4>
|
1848
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is
|
1849
|
+
owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with
|
1850
|
+
<code class="function">g_object_unref()</code>. </p>
|
1851
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1852
|
+
</div>
|
2257
1853
|
<p class="since">Since 1.0</p>
|
2258
1854
|
</div>
|
2259
1855
|
<hr>
|
2260
1856
|
<div class="refsect2">
|
2261
|
-
<a name="clutter-actor-animate-with-alphav"></a><h3>clutter_actor_animate_with_alphav
|
2262
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
|
1857
|
+
<a name="clutter-actor-animate-with-alphav"></a><h3>clutter_actor_animate_with_alphav ()</h3>
|
1858
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1859
|
+
clutter_actor_animate_with_alphav (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1860
|
+
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
1861
|
+
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
1862
|
+
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
1863
|
+
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2267
1864
|
<div class="warning">
|
2268
|
-
<
|
2269
|
-
<p
|
1865
|
+
<p><code class="literal">clutter_actor_animate_with_alphav</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p>
|
1866
|
+
<p>Use <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timelinev" title="clutter_actor_animate_with_timelinev ()"><code class="function">clutter_actor_animate_with_timelinev()</code></a> instead</p>
|
2270
1867
|
</div>
|
2271
|
-
<p>
|
2272
|
-
|
1868
|
+
<p>Animates the given list of properties of <em class="parameter"><code>actor</code></em>
|
1869
|
+
between the current
|
2273
1870
|
value for each property and a new final value. The animation has a
|
2274
|
-
definite behaviour given by the passed <em class="parameter"><code>alpha</code></em
|
2275
|
-
|
2276
|
-
<p>
|
2277
|
-
|
2278
|
-
</
|
2279
|
-
|
2280
|
-
This
|
2281
|
-
|
2282
|
-
|
2283
|
-
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
<p>
|
2288
|
-
</p>
|
2289
|
-
<div class="warning">
|
2290
|
-
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()"><code class="function">clutter_actor_animate_with_alpha()</code></a>, this function will
|
2291
|
-
not allow you to specify "signal::" names and callbacks.</div>
|
2292
|
-
<p>
|
2293
|
-
</p>
|
2294
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1871
|
+
definite behaviour given by the passed <em class="parameter"><code>alpha</code></em>
|
1872
|
+
.</p>
|
1873
|
+
<p>See <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> for further details.</p>
|
1874
|
+
<p>This function is useful if you want to use an existing <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
1875
|
+
to animate <em class="parameter"><code>actor</code></em>
|
1876
|
+
.</p>
|
1877
|
+
<p>This is the vector-based variant of <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()"><code class="function">clutter_actor_animate_with_alpha()</code></a>,
|
1878
|
+
useful for language bindings.</p>
|
1879
|
+
<p>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()"><code class="function">clutter_actor_animate_with_alpha()</code></a>, this function will
|
1880
|
+
not allow you to specify "signal::" names and callbacks.</p>
|
1881
|
+
<div class="refsect3">
|
1882
|
+
<a name="id-1.10.3.11.28.11"></a><h4>Parameters</h4>
|
1883
|
+
<div class="informaltable"><table width="100%" border="0">
|
2295
1884
|
<colgroup>
|
2296
|
-
<col
|
2297
|
-
<col>
|
1885
|
+
<col width="150px" class="parameters_name">
|
1886
|
+
<col class="parameters_description">
|
1887
|
+
<col width="200px" class="parameters_annotations">
|
2298
1888
|
</colgroup>
|
2299
1889
|
<tbody>
|
2300
1890
|
<tr>
|
2301
|
-
<td
|
2302
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2303
|
-
</td>
|
2304
|
-
</tr>
|
2305
|
-
<tr>
|
2306
|
-
<td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
|
2307
|
-
<td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
2308
|
-
</td>
|
1891
|
+
<td class="parameter_name"><p>actor</p></td>
|
1892
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1893
|
+
<td class="parameter_annotations"> </td>
|
2309
1894
|
</tr>
|
2310
1895
|
<tr>
|
2311
|
-
<td
|
2312
|
-
<td>
|
1896
|
+
<td class="parameter_name"><p>alpha</p></td>
|
1897
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
1898
|
+
<td class="parameter_annotations"> </td>
|
2313
1899
|
</tr>
|
2314
1900
|
<tr>
|
2315
|
-
<td
|
2316
|
-
<td>
|
2317
|
-
|
2318
|
-
</td>
|
1901
|
+
<td class="parameter_name"><p>n_properties</p></td>
|
1902
|
+
<td class="parameter_description"><p>number of property names and values</p></td>
|
1903
|
+
<td class="parameter_annotations"> </td>
|
2319
1904
|
</tr>
|
2320
1905
|
<tr>
|
2321
|
-
<td
|
2322
|
-
<td>a vector
|
2323
|
-
property
|
2324
|
-
</td>
|
1906
|
+
<td class="parameter_name"><p>properties</p></td>
|
1907
|
+
<td class="parameter_description"><p> a vector
|
1908
|
+
containing the property names to set. </p></td>
|
1909
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
|
2325
1910
|
</tr>
|
2326
1911
|
<tr>
|
2327
|
-
<td
|
2328
|
-
<td
|
2329
|
-
|
2330
|
-
</td>
|
1912
|
+
<td class="parameter_name"><p>values</p></td>
|
1913
|
+
<td class="parameter_description"><p> a vector containing the
|
1914
|
+
property values to set. </p></td>
|
1915
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties]</span></td>
|
2331
1916
|
</tr>
|
2332
1917
|
</tbody>
|
2333
1918
|
</table></div>
|
1919
|
+
</div>
|
1920
|
+
<div class="refsect3">
|
1921
|
+
<a name="id-1.10.3.11.28.12"></a><h4>Returns</h4>
|
1922
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> object. The object is owned by the
|
1923
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> and should not be unreferenced with <code class="function">g_object_unref()</code>. </p>
|
1924
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1925
|
+
</div>
|
2334
1926
|
<p class="since">Since 1.0</p>
|
2335
1927
|
</div>
|
2336
1928
|
<hr>
|
2337
1929
|
<div class="refsect2">
|
2338
|
-
<a name="clutter-actor-get-animation"></a><h3>clutter_actor_get_animation
|
2339
|
-
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a>
|
1930
|
+
<a name="clutter-actor-get-animation"></a><h3>clutter_actor_get_animation ()</h3>
|
1931
|
+
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> *
|
1932
|
+
clutter_actor_get_animation (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
2340
1933
|
<div class="warning">
|
2341
|
-
<
|
2342
|
-
<p
|
2343
|
-
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-get-transition" title="clutter_actor_get_transition
|
1934
|
+
<p><code class="literal">clutter_actor_get_animation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1935
|
+
<p>Use the implicit transition for animatable properties
|
1936
|
+
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-get-transition" title="clutter_actor_get_transition ()"><code class="function">clutter_actor_get_transition()</code></a> to retrieve
|
2344
1937
|
the transition.</p>
|
2345
1938
|
</div>
|
2346
|
-
<p>
|
2347
|
-
|
2348
|
-
has been called on <em class="parameter"><code>actor</code></em
|
2349
|
-
|
2350
|
-
<div class="
|
1939
|
+
<p>Retrieves the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> used by <em class="parameter"><code>actor</code></em>
|
1940
|
+
, if <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>
|
1941
|
+
has been called on <em class="parameter"><code>actor</code></em>
|
1942
|
+
.</p>
|
1943
|
+
<div class="refsect3">
|
1944
|
+
<a name="id-1.10.3.11.29.7"></a><h4>Parameters</h4>
|
1945
|
+
<div class="informaltable"><table width="100%" border="0">
|
2351
1946
|
<colgroup>
|
2352
|
-
<col
|
2353
|
-
<col>
|
1947
|
+
<col width="150px" class="parameters_name">
|
1948
|
+
<col class="parameters_description">
|
1949
|
+
<col width="200px" class="parameters_annotations">
|
2354
1950
|
</colgroup>
|
2355
|
-
<tbody>
|
2356
|
-
<
|
2357
|
-
<td><p
|
2358
|
-
<td
|
2359
|
-
</
|
2360
|
-
</tr>
|
2361
|
-
<tr>
|
2362
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2363
|
-
<td>a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2364
|
-
</td>
|
2365
|
-
</tr>
|
2366
|
-
</tbody>
|
1951
|
+
<tbody><tr>
|
1952
|
+
<td class="parameter_name"><p>actor</p></td>
|
1953
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1954
|
+
<td class="parameter_annotations"> </td>
|
1955
|
+
</tr></tbody>
|
2367
1956
|
</table></div>
|
1957
|
+
</div>
|
1958
|
+
<div class="refsect3">
|
1959
|
+
<a name="id-1.10.3.11.29.8"></a><h4>Returns</h4>
|
1960
|
+
<p> a <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>, or <code class="literal">NULL</code>. </p>
|
1961
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1962
|
+
</div>
|
2368
1963
|
<p class="since">Since 1.0</p>
|
2369
1964
|
</div>
|
2370
1965
|
<hr>
|
2371
1966
|
<div class="refsect2">
|
2372
|
-
<a name="clutter-actor-detach-animation"></a><h3>clutter_actor_detach_animation
|
2373
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
1967
|
+
<a name="clutter-actor-detach-animation"></a><h3>clutter_actor_detach_animation ()</h3>
|
1968
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1969
|
+
clutter_actor_detach_animation (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
2374
1970
|
<div class="warning">
|
2375
|
-
<
|
2376
|
-
<p
|
2377
|
-
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-remove-transition" title="clutter_actor_remove_transition
|
1971
|
+
<p><code class="literal">clutter_actor_detach_animation</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1972
|
+
<p>Use the implicit transition for animatable properties
|
1973
|
+
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-remove-transition" title="clutter_actor_remove_transition ()"><code class="function">clutter_actor_remove_transition()</code></a> to
|
2378
1974
|
remove the transition.</p>
|
2379
1975
|
</div>
|
2380
|
-
<p>
|
2381
|
-
|
2382
|
-
has been called on <em class="parameter"><code>actor</code></em
|
2383
|
-
|
2384
|
-
<p>
|
2385
|
-
|
2386
|
-
|
2387
|
-
|
2388
|
-
<
|
2389
|
-
|
2390
|
-
</p>
|
2391
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1976
|
+
<p>Detaches the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> used by <em class="parameter"><code>actor</code></em>
|
1977
|
+
, if <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>
|
1978
|
+
has been called on <em class="parameter"><code>actor</code></em>
|
1979
|
+
.</p>
|
1980
|
+
<p>Once the animation has been detached, it loses a reference. If it was
|
1981
|
+
the only reference then the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> becomes invalid.</p>
|
1982
|
+
<p>The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal will not be emitted.</p>
|
1983
|
+
<div class="refsect3">
|
1984
|
+
<a name="id-1.10.3.11.30.9"></a><h4>Parameters</h4>
|
1985
|
+
<div class="informaltable"><table width="100%" border="0">
|
2392
1986
|
<colgroup>
|
2393
|
-
<col
|
2394
|
-
<col>
|
1987
|
+
<col width="150px" class="parameters_name">
|
1988
|
+
<col class="parameters_description">
|
1989
|
+
<col width="200px" class="parameters_annotations">
|
2395
1990
|
</colgroup>
|
2396
1991
|
<tbody><tr>
|
2397
|
-
<td
|
2398
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2399
|
-
</td>
|
1992
|
+
<td class="parameter_name"><p>actor</p></td>
|
1993
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
1994
|
+
<td class="parameter_annotations"> </td>
|
2400
1995
|
</tr></tbody>
|
2401
1996
|
</table></div>
|
1997
|
+
</div>
|
2402
1998
|
<p class="since">Since 1.4</p>
|
2403
1999
|
</div>
|
2404
2000
|
</div>
|
2405
2001
|
<div class="refsect1">
|
2002
|
+
<a name="clutter-Implicit-Animations.other_details"></a><h2>Types and Values</h2>
|
2003
|
+
<div class="refsect2">
|
2004
|
+
<a name="ClutterAnimation-struct"></a><h3>ClutterAnimation</h3>
|
2005
|
+
<pre class="programlisting">typedef struct _ClutterAnimation ClutterAnimation;</pre>
|
2006
|
+
<p>The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> structure contains only private data and should
|
2007
|
+
be accessed using the provided functions.</p>
|
2008
|
+
<p class="since">Since 1.0</p>
|
2009
|
+
</div>
|
2010
|
+
<hr>
|
2011
|
+
<div class="refsect2">
|
2012
|
+
<a name="ClutterAnimationClass"></a><h3>struct ClutterAnimationClass</h3>
|
2013
|
+
<pre class="programlisting">struct ClutterAnimationClass {
|
2014
|
+
void (* started) (ClutterAnimation *animation);
|
2015
|
+
void (* completed) (ClutterAnimation *animation);
|
2016
|
+
};
|
2017
|
+
</pre>
|
2018
|
+
<p>The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimationClass" title="struct ClutterAnimationClass"><span class="type">ClutterAnimationClass</span></a> structure contains only private data and
|
2019
|
+
should be accessed using the provided functions.</p>
|
2020
|
+
<div class="refsect3">
|
2021
|
+
<a name="id-1.10.3.12.3.5"></a><h4>Members</h4>
|
2022
|
+
<div class="informaltable"><table width="100%" border="0">
|
2023
|
+
<colgroup>
|
2024
|
+
<col width="300px" class="struct_members_name">
|
2025
|
+
<col class="struct_members_description">
|
2026
|
+
<col width="200px" class="struct_members_annotations">
|
2027
|
+
</colgroup>
|
2028
|
+
<tbody>
|
2029
|
+
<tr>
|
2030
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterAnimationClass.started"></a>started</code></em> ()</p></td>
|
2031
|
+
<td class="struct_member_description"><p>class handler for the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-started" title="The “started” signal"><span class="type">“started”</span></a> signal</p></td>
|
2032
|
+
<td class="struct_member_annotations"> </td>
|
2033
|
+
</tr>
|
2034
|
+
<tr>
|
2035
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterAnimationClass.completed"></a>completed</code></em> ()</p></td>
|
2036
|
+
<td class="struct_member_description"><p>class handler for the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-completed" title="The “completed” signal"><span class="type">“completed”</span></a> signal</p></td>
|
2037
|
+
<td class="struct_member_annotations"> </td>
|
2038
|
+
</tr>
|
2039
|
+
</tbody>
|
2040
|
+
</table></div>
|
2041
|
+
</div>
|
2042
|
+
<p class="since">Since 1.0</p>
|
2043
|
+
</div>
|
2044
|
+
</div>
|
2045
|
+
<div class="refsect1">
|
2406
2046
|
<a name="clutter-Implicit-Animations.property-details"></a><h2>Property Details</h2>
|
2407
2047
|
<div class="refsect2">
|
2408
|
-
<a name="ClutterAnimation--alpha"></a><h3>The <code class="literal"
|
2409
|
-
<pre class="programlisting">
|
2048
|
+
<a name="ClutterAnimation--alpha"></a><h3>The <code class="literal">“alpha”</code> property</h3>
|
2049
|
+
<pre class="programlisting"> “alpha” <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *</pre>
|
2050
|
+
<p>The <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> used by the animation.</p>
|
2410
2051
|
<div class="warning">
|
2411
|
-
<
|
2412
|
-
<p
|
2413
|
-
the <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title=
|
2052
|
+
<p><code class="literal">ClutterAnimation:alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p>
|
2053
|
+
<p>Use the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title="The “timeline” property"><span class="type">“timeline”</span></a> property and
|
2054
|
+
the <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property instead.</p>
|
2414
2055
|
</div>
|
2415
|
-
<p>
|
2416
|
-
The <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> used by the animation.
|
2417
|
-
</p>
|
2056
|
+
<p>Flags: Read / Write</p>
|
2418
2057
|
<p class="since">Since 1.0</p>
|
2419
2058
|
</div>
|
2420
2059
|
<hr>
|
2421
2060
|
<div class="refsect2">
|
2422
|
-
<a name="ClutterAnimation--duration"></a><h3>The <code class="literal"
|
2423
|
-
<pre class="programlisting">
|
2061
|
+
<a name="ClutterAnimation--duration"></a><h3>The <code class="literal">“duration”</code> property</h3>
|
2062
|
+
<pre class="programlisting"> “duration” <span class="type">guint</span></pre>
|
2063
|
+
<p>The duration of the animation, expressed in milliseconds.</p>
|
2424
2064
|
<div class="warning">
|
2425
|
-
<
|
2426
|
-
<p
|
2065
|
+
<p><code class="literal">ClutterAnimation:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2066
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2427
2067
|
</div>
|
2428
|
-
<p>
|
2429
|
-
The duration of the animation, expressed in milliseconds.
|
2430
|
-
</p>
|
2068
|
+
<p>Flags: Read / Write</p>
|
2431
2069
|
<p>Default value: 0</p>
|
2432
2070
|
<p class="since">Since 1.0</p>
|
2433
2071
|
</div>
|
2434
2072
|
<hr>
|
2435
2073
|
<div class="refsect2">
|
2436
|
-
<a name="ClutterAnimation--loop"></a><h3>The <code class="literal"
|
2437
|
-
<pre class="programlisting">
|
2074
|
+
<a name="ClutterAnimation--loop"></a><h3>The <code class="literal">“loop”</code> property</h3>
|
2075
|
+
<pre class="programlisting"> “loop” <span class="type">gboolean</span></pre>
|
2076
|
+
<p>Whether the animation should loop.</p>
|
2438
2077
|
<div class="warning">
|
2439
|
-
<
|
2440
|
-
<p
|
2078
|
+
<p><code class="literal">ClutterAnimation:loop</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2079
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2441
2080
|
</div>
|
2442
|
-
<p>
|
2443
|
-
Whether the animation should loop.
|
2444
|
-
</p>
|
2081
|
+
<p>Flags: Read / Write</p>
|
2445
2082
|
<p>Default value: FALSE</p>
|
2446
2083
|
<p class="since">Since 1.0</p>
|
2447
2084
|
</div>
|
2448
2085
|
<hr>
|
2449
2086
|
<div class="refsect2">
|
2450
|
-
<a name="ClutterAnimation--mode"></a><h3>The <code class="literal"
|
2451
|
-
<pre class="programlisting">
|
2087
|
+
<a name="ClutterAnimation--mode"></a><h3>The <code class="literal">“mode”</code> property</h3>
|
2088
|
+
<pre class="programlisting"> “mode” <span class="type">gulong</span></pre>
|
2089
|
+
<p>The animation mode, either a value from <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
|
2090
|
+
or a value returned by <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>. The
|
2091
|
+
default value is <a class="link" href="ClutterTimeline.html#CLUTTER-LINEAR:CAPS"><code class="literal">CLUTTER_LINEAR</code></a>.</p>
|
2452
2092
|
<div class="warning">
|
2453
|
-
<
|
2454
|
-
<p
|
2093
|
+
<p><code class="literal">ClutterAnimation:mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2094
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2455
2095
|
</div>
|
2456
|
-
<p>
|
2457
|
-
The animation mode, either a value from <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
|
2458
|
-
or a value returned by <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>. The
|
2459
|
-
default value is <a class="link" href="ClutterTimeline.html#CLUTTER-LINEAR:CAPS"><code class="literal">CLUTTER_LINEAR</code></a>.
|
2460
|
-
</p>
|
2096
|
+
<p>Flags: Read / Write</p>
|
2461
2097
|
<p class="since">Since 1.0</p>
|
2462
2098
|
</div>
|
2463
2099
|
<hr>
|
2464
2100
|
<div class="refsect2">
|
2465
|
-
<a name="ClutterAnimation--object"></a><h3>The <code class="literal"
|
2466
|
-
<pre class="programlisting">
|
2101
|
+
<a name="ClutterAnimation--object"></a><h3>The <code class="literal">“object”</code> property</h3>
|
2102
|
+
<pre class="programlisting"> “object” <span class="type">GObject</span> *</pre>
|
2103
|
+
<p>The <span class="type">GObject</span> to which the animation applies.</p>
|
2467
2104
|
<div class="warning">
|
2468
|
-
<
|
2469
|
-
<p
|
2105
|
+
<p><code class="literal">ClutterAnimation:object</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2106
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2470
2107
|
</div>
|
2471
|
-
<p>
|
2472
|
-
The <span class="type">GObject</span> to which the animation applies.
|
2473
|
-
</p>
|
2108
|
+
<p>Flags: Read / Write</p>
|
2474
2109
|
<p class="since">Since 1.0</p>
|
2475
2110
|
</div>
|
2476
2111
|
<hr>
|
2477
2112
|
<div class="refsect2">
|
2478
|
-
<a name="ClutterAnimation--timeline"></a><h3>The <code class="literal"
|
2479
|
-
<pre class="programlisting">
|
2113
|
+
<a name="ClutterAnimation--timeline"></a><h3>The <code class="literal">“timeline”</code> property</h3>
|
2114
|
+
<pre class="programlisting"> “timeline” <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</pre>
|
2115
|
+
<p>The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the animation.</p>
|
2480
2116
|
<div class="warning">
|
2481
|
-
<
|
2482
|
-
<p
|
2117
|
+
<p><code class="literal">ClutterAnimation:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2118
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2483
2119
|
</div>
|
2484
|
-
<p>
|
2485
|
-
The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> used by the animation.
|
2486
|
-
</p>
|
2120
|
+
<p>Flags: Read / Write</p>
|
2487
2121
|
<p class="since">Since 1.0</p>
|
2488
2122
|
</div>
|
2489
2123
|
</div>
|
2490
2124
|
<div class="refsect1">
|
2491
2125
|
<a name="clutter-Implicit-Animations.signal-details"></a><h2>Signal Details</h2>
|
2492
2126
|
<div class="refsect2">
|
2493
|
-
<a name="ClutterAnimation-completed"></a><h3>The <code class="literal"
|
2494
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
2495
|
-
|
2127
|
+
<a name="ClutterAnimation-completed"></a><h3>The <code class="literal">“completed”</code> signal</h3>
|
2128
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2129
|
+
user_function (<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation,
|
2130
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2131
|
+
<p>The ::completed signal is emitted once the animation has
|
2132
|
+
been completed.</p>
|
2133
|
+
<p>The <em class="parameter"><code>animation</code></em>
|
2134
|
+
instance is guaranteed to be valid for the entire
|
2135
|
+
duration of the signal emission chain.</p>
|
2496
2136
|
<div class="warning">
|
2497
|
-
<
|
2498
|
-
<p
|
2137
|
+
<p><code class="literal">ClutterAnimation::completed</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2138
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2499
2139
|
</div>
|
2500
|
-
<
|
2501
|
-
|
2502
|
-
|
2503
|
-
</p>
|
2504
|
-
<p>
|
2505
|
-
The <em class="parameter"><code>animation</code></em> instance is guaranteed to be valid for the entire
|
2506
|
-
duration of the signal emission chain.
|
2507
|
-
</p>
|
2508
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
2140
|
+
<div class="refsect3">
|
2141
|
+
<a name="id-1.10.3.14.2.8"></a><h4>Parameters</h4>
|
2142
|
+
<div class="informaltable"><table width="100%" border="0">
|
2509
2143
|
<colgroup>
|
2510
|
-
<col
|
2511
|
-
<col>
|
2144
|
+
<col width="150px" class="parameters_name">
|
2145
|
+
<col class="parameters_description">
|
2146
|
+
<col width="200px" class="parameters_annotations">
|
2512
2147
|
</colgroup>
|
2513
2148
|
<tbody>
|
2514
2149
|
<tr>
|
2515
|
-
<td
|
2516
|
-
<td>the animation that emitted the signal</td>
|
2150
|
+
<td class="parameter_name"><p>animation</p></td>
|
2151
|
+
<td class="parameter_description"><p>the animation that emitted the signal</p></td>
|
2152
|
+
<td class="parameter_annotations"> </td>
|
2517
2153
|
</tr>
|
2518
2154
|
<tr>
|
2519
|
-
<td
|
2520
|
-
<td>user data set when the signal handler was connected.</td>
|
2155
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2156
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2157
|
+
<td class="parameter_annotations"> </td>
|
2521
2158
|
</tr>
|
2522
2159
|
</tbody>
|
2523
2160
|
</table></div>
|
2161
|
+
</div>
|
2162
|
+
<p>Flags: Run Last</p>
|
2524
2163
|
<p class="since">Since 1.0</p>
|
2525
2164
|
</div>
|
2526
2165
|
<hr>
|
2527
2166
|
<div class="refsect2">
|
2528
|
-
<a name="ClutterAnimation-started"></a><h3>The <code class="literal"
|
2529
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
2530
|
-
|
2167
|
+
<a name="ClutterAnimation-started"></a><h3>The <code class="literal">“started”</code> signal</h3>
|
2168
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2169
|
+
user_function (<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation,
|
2170
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2171
|
+
<p>The ::started signal is emitted once the animation has been
|
2172
|
+
started</p>
|
2531
2173
|
<div class="warning">
|
2532
|
-
<
|
2533
|
-
<p
|
2174
|
+
<p><code class="literal">ClutterAnimation::started</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
2175
|
+
<p>Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2534
2176
|
</div>
|
2535
|
-
<
|
2536
|
-
|
2537
|
-
|
2538
|
-
</p>
|
2539
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
2177
|
+
<div class="refsect3">
|
2178
|
+
<a name="id-1.10.3.14.3.7"></a><h4>Parameters</h4>
|
2179
|
+
<div class="informaltable"><table width="100%" border="0">
|
2540
2180
|
<colgroup>
|
2541
|
-
<col
|
2542
|
-
<col>
|
2181
|
+
<col width="150px" class="parameters_name">
|
2182
|
+
<col class="parameters_description">
|
2183
|
+
<col width="200px" class="parameters_annotations">
|
2543
2184
|
</colgroup>
|
2544
2185
|
<tbody>
|
2545
2186
|
<tr>
|
2546
|
-
<td
|
2547
|
-
<td>the animation that emitted the signal</td>
|
2187
|
+
<td class="parameter_name"><p>animation</p></td>
|
2188
|
+
<td class="parameter_description"><p>the animation that emitted the signal</p></td>
|
2189
|
+
<td class="parameter_annotations"> </td>
|
2548
2190
|
</tr>
|
2549
2191
|
<tr>
|
2550
|
-
<td
|
2551
|
-
<td>user data set when the signal handler was connected.</td>
|
2192
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2193
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2194
|
+
<td class="parameter_annotations"> </td>
|
2552
2195
|
</tr>
|
2553
2196
|
</tbody>
|
2554
2197
|
</table></div>
|
2198
|
+
</div>
|
2199
|
+
<p>Flags: Run Last</p>
|
2555
2200
|
<p class="since">Since 1.0</p>
|
2556
2201
|
</div>
|
2557
2202
|
</div>
|
2558
2203
|
<div class="refsect1">
|
2559
2204
|
<a name="clutter-Implicit-Animations.see-also"></a><h2>See Also</h2>
|
2560
|
-
<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>,
|
2561
|
-
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
2205
|
+
<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>,
|
2206
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p>
|
2562
2207
|
</div>
|
2563
2208
|
</div>
|
2564
2209
|
<div class="footer">
|
2565
2210
|
<hr>
|
2566
|
-
Generated by GTK-Doc V1.
|
2211
|
+
Generated by GTK-Doc V1.20.1</div>
|
2567
2212
|
</body>
|
2568
2213
|
</html>
|