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,21 +8,17 @@
|
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="deprecated.html" title="Part IX. Deprecated Classes">
|
10
10
|
<link rel="next" href="clutter-Implicit-Animations.html" title="Implicit Animations">
|
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="#ClutterAlpha.
|
20
|
-
|
21
|
-
<a href="#ClutterAlpha.
|
22
|
-
|
|
23
|
-
<a href="#ClutterAlpha.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
24
|
-
|
|
25
|
-
<a href="#ClutterAlpha.properties" class="shortcut">Properties</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#ClutterAlpha.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterAlpha.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterAlpha.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
21
|
+
<a href="#ClutterAlpha.properties" class="shortcut">Properties</a></span>
|
26
22
|
</td>
|
27
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
24
|
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -36,47 +32,175 @@
|
|
36
32
|
<h2><span class="refentrytitle"><a name="ClutterAlpha.top_of_page"></a>ClutterAlpha</span></h2>
|
37
33
|
<p>ClutterAlpha — A class for calculating a value as a function of time</p>
|
38
34
|
</td>
|
39
|
-
<td valign="top" align="right"></td>
|
35
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
40
36
|
</tr></table></div>
|
41
|
-
<div class="
|
42
|
-
<a name="ClutterAlpha.
|
43
|
-
<
|
44
|
-
|
45
|
-
<
|
46
|
-
|
47
|
-
|
48
|
-
<
|
49
|
-
|
50
|
-
<
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
<span class="
|
55
|
-
|
56
|
-
|
57
|
-
<
|
58
|
-
|
59
|
-
<
|
60
|
-
|
61
|
-
|
62
|
-
<
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
<
|
67
|
-
|
68
|
-
|
69
|
-
<
|
70
|
-
<
|
71
|
-
|
72
|
-
</
|
37
|
+
<div class="refsect1">
|
38
|
+
<a name="ClutterAlpha.functions"></a><h2>Functions</h2>
|
39
|
+
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<colgroup>
|
41
|
+
<col width="150px" class="functions_return">
|
42
|
+
<col class="functions_name">
|
43
|
+
</colgroup>
|
44
|
+
<tbody>
|
45
|
+
<tr>
|
46
|
+
<td class="function_type">
|
47
|
+
<span class="returnvalue">gdouble</span>
|
48
|
+
</td>
|
49
|
+
<td class="function_name">
|
50
|
+
<span class="c_punctuation">(</span><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()">*ClutterAlphaFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
51
|
+
</td>
|
52
|
+
</tr>
|
53
|
+
<tr>
|
54
|
+
<td class="function_type">
|
55
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
56
|
+
</td>
|
57
|
+
<td class="function_name">
|
58
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-new" title="clutter_alpha_new ()">clutter_alpha_new</a> <span class="c_punctuation">()</span>
|
59
|
+
</td>
|
60
|
+
</tr>
|
61
|
+
<tr>
|
62
|
+
<td class="function_type">
|
63
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
64
|
+
</td>
|
65
|
+
<td class="function_name">
|
66
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-new-full" title="clutter_alpha_new_full ()">clutter_alpha_new_full</a> <span class="c_punctuation">()</span>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td class="function_type">
|
71
|
+
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
72
|
+
</td>
|
73
|
+
<td class="function_name">
|
74
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-new-with-func" title="clutter_alpha_new_with_func ()">clutter_alpha_new_with_func</a> <span class="c_punctuation">()</span>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="function_type">
|
79
|
+
<span class="returnvalue">void</span>
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()">clutter_alpha_set_timeline</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">
|
87
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-get-timeline" title="clutter_alpha_get_timeline ()">clutter_alpha_get_timeline</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td class="function_type">
|
95
|
+
<span class="returnvalue">void</span>
|
96
|
+
</td>
|
97
|
+
<td class="function_name">
|
98
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()">clutter_alpha_set_mode</a> <span class="c_punctuation">()</span>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
<tr>
|
102
|
+
<td class="function_type">
|
103
|
+
<span class="returnvalue">gulong</span>
|
104
|
+
</td>
|
105
|
+
<td class="function_name">
|
106
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-get-mode" title="clutter_alpha_get_mode ()">clutter_alpha_get_mode</a> <span class="c_punctuation">()</span>
|
107
|
+
</td>
|
108
|
+
</tr>
|
109
|
+
<tr>
|
110
|
+
<td class="function_type">
|
111
|
+
<span class="returnvalue">gdouble</span>
|
112
|
+
</td>
|
113
|
+
<td class="function_name">
|
114
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-get-alpha" title="clutter_alpha_get_alpha ()">clutter_alpha_get_alpha</a> <span class="c_punctuation">()</span>
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
<tr>
|
118
|
+
<td class="function_type">
|
119
|
+
<span class="returnvalue">void</span>
|
120
|
+
</td>
|
121
|
+
<td class="function_name">
|
122
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()">clutter_alpha_set_func</a> <span class="c_punctuation">()</span>
|
123
|
+
</td>
|
124
|
+
</tr>
|
125
|
+
<tr>
|
126
|
+
<td class="function_type">
|
127
|
+
<span class="returnvalue">void</span>
|
128
|
+
</td>
|
129
|
+
<td class="function_name">
|
130
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()">clutter_alpha_set_closure</a> <span class="c_punctuation">()</span>
|
131
|
+
</td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td class="function_type">
|
135
|
+
<span class="returnvalue">gulong</span>
|
136
|
+
</td>
|
137
|
+
<td class="function_name">
|
138
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-closure" title="clutter_alpha_register_closure ()">clutter_alpha_register_closure</a> <span class="c_punctuation">()</span>
|
139
|
+
</td>
|
140
|
+
</tr>
|
141
|
+
<tr>
|
142
|
+
<td class="function_type">
|
143
|
+
<span class="returnvalue">gulong</span>
|
144
|
+
</td>
|
145
|
+
<td class="function_name">
|
146
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()">clutter_alpha_register_func</a> <span class="c_punctuation">()</span>
|
147
|
+
</td>
|
148
|
+
</tr>
|
149
|
+
</tbody>
|
150
|
+
</table></div>
|
151
|
+
</div>
|
152
|
+
<div class="refsect1">
|
153
|
+
<a name="ClutterAlpha.properties"></a><h2>Properties</h2>
|
154
|
+
<div class="informaltable"><table border="0">
|
155
|
+
<colgroup>
|
156
|
+
<col width="150px" class="properties_type">
|
157
|
+
<col width="300px" class="properties_name">
|
158
|
+
<col width="200px" class="properties_flags">
|
159
|
+
</colgroup>
|
160
|
+
<tbody>
|
161
|
+
<tr>
|
162
|
+
<td class="property_type"><span class="type">gdouble</span></td>
|
163
|
+
<td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--alpha" title="The “alpha” property">alpha</a></td>
|
164
|
+
<td class="property_flags">Read</td>
|
165
|
+
</tr>
|
166
|
+
<tr>
|
167
|
+
<td class="property_type"><span class="type">gulong</span></td>
|
168
|
+
<td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--mode" title="The “mode” property">mode</a></td>
|
169
|
+
<td class="property_flags">Read / Write / Construct</td>
|
170
|
+
</tr>
|
171
|
+
<tr>
|
172
|
+
<td class="property_type">
|
173
|
+
<a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</td>
|
174
|
+
<td class="property_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha--timeline" title="The “timeline” property">timeline</a></td>
|
175
|
+
<td class="property_flags">Read / Write</td>
|
176
|
+
</tr>
|
177
|
+
</tbody>
|
178
|
+
</table></div>
|
179
|
+
</div>
|
180
|
+
<div class="refsect1">
|
181
|
+
<a name="ClutterAlpha.other"></a><h2>Types and Values</h2>
|
182
|
+
<div class="informaltable"><table width="100%" border="0">
|
183
|
+
<colgroup>
|
184
|
+
<col width="150px" class="name">
|
185
|
+
<col class="description">
|
186
|
+
</colgroup>
|
187
|
+
<tbody>
|
188
|
+
<tr>
|
189
|
+
<td class="datatype_keyword"> </td>
|
190
|
+
<td class="function_name"><a class="link" href="ClutterAlpha.html#ClutterAlpha-struct" title="ClutterAlpha">ClutterAlpha</a></td>
|
191
|
+
</tr>
|
192
|
+
<tr>
|
193
|
+
<td class="datatype_keyword">struct</td>
|
194
|
+
<td class="function_name"><a class="link" href="ClutterAlpha.html#ClutterAlphaClass" title="struct ClutterAlphaClass">ClutterAlphaClass</a></td>
|
195
|
+
</tr>
|
196
|
+
</tbody>
|
197
|
+
</table></div>
|
73
198
|
</div>
|
74
199
|
<div class="refsect1">
|
75
200
|
<a name="ClutterAlpha.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
76
|
-
<pre class="
|
77
|
-
|
78
|
-
|
79
|
-
+----ClutterAlpha
|
201
|
+
<pre class="screen"> GObject
|
202
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
203
|
+
<span class="lineart">╰──</span> ClutterAlpha
|
80
204
|
</pre>
|
81
205
|
</div>
|
82
206
|
<div class="refsect1">
|
@@ -86,659 +210,607 @@ ClutterAlpha implements
|
|
86
210
|
<a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>.</p>
|
87
211
|
</div>
|
88
212
|
<div class="refsect1">
|
89
|
-
<a name="ClutterAlpha.properties"></a><h2>Properties</h2>
|
90
|
-
<pre class="synopsis">
|
91
|
-
"<a class="link" href="ClutterAlpha.html#ClutterAlpha--alpha" title='The "alpha" property'>alpha</a>" <span class="type">gdouble</span> : Read
|
92
|
-
"<a class="link" href="ClutterAlpha.html#ClutterAlpha--mode" title='The "mode" property'>mode</a>" <span class="type">gulong</span> : Read / Write / Construct
|
93
|
-
"<a class="link" href="ClutterAlpha.html#ClutterAlpha--timeline" title='The "timeline" property'>timeline</a>" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write
|
94
|
-
</pre>
|
95
|
-
</div>
|
96
|
-
<div class="refsect1">
|
97
213
|
<a name="ClutterAlpha.description"></a><h2>Description</h2>
|
98
|
-
<p>
|
99
|
-
<a class="link" href="
|
100
|
-
|
101
|
-
</
|
102
|
-
<
|
103
|
-
</p>
|
104
|
-
<div class="warning">
|
105
|
-
<h3 class="title">Warning</h3>For newly written code, it is recommended to use the
|
106
|
-
<a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title='The "progress-mode" property'><span class="type">"progress-mode"</span></a> property of <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or the
|
107
|
-
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a> function instead of <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>.
|
214
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is a class for calculating an floating point value
|
215
|
+
dependent only on the position of a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>.</p>
|
216
|
+
<p>For newly written code, it is recommended to use the
|
217
|
+
<a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property of <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>, or the
|
218
|
+
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-func" title="clutter_timeline_set_progress_func ()"><code class="function">clutter_timeline_set_progress_func()</code></a> function instead of <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>.
|
108
219
|
The <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> class will be deprecated in the future, and will not
|
109
|
-
be available any more in the next major version of Clutter.</
|
110
|
-
<p>
|
111
|
-
</p>
|
112
|
-
<p>
|
113
|
-
A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> binds a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> to a progress function which
|
220
|
+
be available any more in the next major version of Clutter.</p>
|
221
|
+
<p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> binds a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> to a progress function which
|
114
222
|
translates the time T into an adimensional factor alpha. The factor can
|
115
223
|
then be used to drive a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>, which will translate the
|
116
|
-
alpha value into something meaningful for a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a
|
117
|
-
|
118
|
-
<
|
119
|
-
You should provide a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and bind it to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
120
|
-
instance using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>. You should also set an
|
224
|
+
alpha value into something meaningful for a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>.</p>
|
225
|
+
<p>You should provide a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and bind it to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
226
|
+
instance using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>. You should also set an
|
121
227
|
"animation mode", either by using the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> values that
|
122
228
|
Clutter itself provides or by registering custom functions using
|
123
|
-
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func
|
124
|
-
|
125
|
-
<p>
|
126
|
-
Instead of a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> you may provide a function returning
|
229
|
+
<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>
|
230
|
+
<p>Instead of a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> you may provide a function returning
|
127
231
|
the alpha value depending on the progress of the timeline, using
|
128
|
-
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func
|
232
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a>. The alpha
|
129
233
|
function will be executed each time a new frame in the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
130
|
-
is reached
|
131
|
-
|
132
|
-
<p>
|
133
|
-
Since the alpha function is controlled by the timeline instance, you can
|
234
|
+
is reached.</p>
|
235
|
+
<p>Since the alpha function is controlled by the timeline instance, you can
|
134
236
|
pause, stop or resume the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> from calling the alpha function by
|
135
|
-
using the appropriate functions of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object
|
136
|
-
|
137
|
-
<p>
|
138
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is
|
139
|
-
is
|
140
|
-
|
141
|
-
<
|
142
|
-
</
|
143
|
-
|
144
|
-
<
|
145
|
-
</
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
specified function name. No user data or <span class="type">GDestroyNotify</span> is
|
151
|
-
available to be passed.</p>
|
152
|
-
<div class="example">
|
153
|
-
<a name="ClutterAlpha-script-example"></a><p class="title"><b>Example 20. Defining a ClutterAlpha in ClutterScript</b></p>
|
154
|
-
<div class="example-contents">
|
237
|
+
using the appropriate functions of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object.</p>
|
238
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is used to "drive" a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> instance, and it
|
239
|
+
is internally used by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> API.</p>
|
240
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is available since Clutter 0.2.</p>
|
241
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is deprecated since Clutter 1.12; use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and the
|
242
|
+
<a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title="The “progress-mode” property"><span class="type">“progress-mode”</span></a> property.</p>
|
243
|
+
<div class="refsect3">
|
244
|
+
<a name="id-1.10.2.8.11"></a><h4>ClutterAlpha custom properties for <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a>
|
245
|
+
</h4>
|
246
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> defines a custom <code class="literal">function</code> property for
|
247
|
+
<a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> which allows to reference a custom alpha function
|
248
|
+
available in the source code. Setting the <code class="literal">function</code> property
|
249
|
+
is equivalent to calling <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> with the
|
250
|
+
specified function name. No user data or <span class="type">GDestroyNotify</span> is
|
251
|
+
available to be passed.</p>
|
155
252
|
<p>The following JSON fragment defines a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
<
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
</
|
173
|
-
<
|
174
|
-
|
175
|
-
|
253
|
+
using a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> with id "sine-timeline" and an alpha
|
254
|
+
function called <code class="literal">my_sine_alpha</code>. The defined <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
255
|
+
instance can be reused in multiple <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a>
|
256
|
+
definitions or for <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> definitions.</p>
|
257
|
+
<div class="informalexample">
|
258
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
259
|
+
<tbody>
|
260
|
+
<tr>
|
261
|
+
<td class="listing_lines" align="right"><pre>1
|
262
|
+
2
|
263
|
+
3
|
264
|
+
4
|
265
|
+
5
|
266
|
+
6
|
267
|
+
7
|
268
|
+
8
|
269
|
+
9</pre></td>
|
270
|
+
<td class="listing_code"><pre class="programlisting"><span class="cbracket">{</span>
|
271
|
+
<span class="normal"> </span><span class="string">"id"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"sine-alpha"</span><span class="symbol">,</span>
|
272
|
+
<span class="normal"> </span><span class="string">"timeline"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="cbracket">{</span>
|
273
|
+
<span class="normal"> </span><span class="string">"id"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"sine-timeline"</span><span class="symbol">,</span>
|
274
|
+
<span class="normal"> </span><span class="string">"duration"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="number">500</span><span class="symbol">,</span>
|
275
|
+
<span class="normal"> </span><span class="string">"loop"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> true</span>
|
276
|
+
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">,</span>
|
277
|
+
<span class="normal"> </span><span class="string">"function"</span><span class="normal"> </span><span class="symbol">:</span><span class="normal"> </span><span class="string">"my_sine_alpha"</span>
|
278
|
+
<span class="cbracket">}</span></pre></td>
|
279
|
+
</tr>
|
280
|
+
</tbody>
|
281
|
+
</table>
|
176
282
|
</div>
|
177
|
-
|
178
|
-
|
179
|
-
<p>
|
180
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is available since Clutter 0.2.
|
181
|
-
</p>
|
182
|
-
<p>
|
183
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> is deprecated since Clutter 1.12; use <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and the
|
184
|
-
<a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title='The "progress-mode" property'><span class="type">"progress-mode"</span></a> property.
|
185
|
-
</p>
|
283
|
+
|
284
|
+
<p></p>
|
186
285
|
</div>
|
187
|
-
<div class="refsect1">
|
188
|
-
<a name="ClutterAlpha.details"></a><h2>Details</h2>
|
189
|
-
<div class="refsect2">
|
190
|
-
<a name="ClutterAlpha-struct"></a><h3>ClutterAlpha</h3>
|
191
|
-
<pre class="programlisting">typedef struct _ClutterAlpha ClutterAlpha;</pre>
|
192
|
-
<p>
|
193
|
-
<a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> combines a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and a function.
|
194
|
-
The contents of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> structure are private and should
|
195
|
-
only be accessed using the provided API.
|
196
|
-
</p>
|
197
|
-
<p class="since">Since 0.2</p>
|
198
286
|
</div>
|
199
|
-
<
|
200
|
-
<
|
201
|
-
<a name="ClutterAlphaClass"></a><h3>struct ClutterAlphaClass</h3>
|
202
|
-
<pre class="programlisting">struct ClutterAlphaClass {
|
203
|
-
};
|
204
|
-
</pre>
|
205
|
-
<p>
|
206
|
-
Base class for <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
207
|
-
</p>
|
208
|
-
<p class="since">Since 0.2</p>
|
209
|
-
</div>
|
210
|
-
<hr>
|
287
|
+
<div class="refsect1">
|
288
|
+
<a name="ClutterAlpha.functions_details"></a><h2>Functions</h2>
|
211
289
|
<div class="refsect2">
|
212
|
-
<a name="ClutterAlphaFunc"></a><h3>ClutterAlphaFunc
|
213
|
-
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
214
|
-
|
215
|
-
<
|
216
|
-
A function returning a value depending on the position of
|
217
|
-
the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em
|
218
|
-
|
219
|
-
<div class="
|
290
|
+
<a name="ClutterAlphaFunc"></a><h3>ClutterAlphaFunc ()</h3>
|
291
|
+
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
292
|
+
<span class="c_punctuation">(</span>*ClutterAlphaFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
293
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
294
|
+
<p>A function returning a value depending on the position of
|
295
|
+
the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
|
296
|
+
.</p>
|
297
|
+
<div class="refsect3">
|
298
|
+
<a name="id-1.10.2.9.2.5"></a><h4>Parameters</h4>
|
299
|
+
<div class="informaltable"><table width="100%" border="0">
|
220
300
|
<colgroup>
|
221
|
-
<col
|
222
|
-
<col>
|
301
|
+
<col width="150px" class="parameters_name">
|
302
|
+
<col class="parameters_description">
|
303
|
+
<col width="200px" class="parameters_annotations">
|
223
304
|
</colgroup>
|
224
305
|
<tbody>
|
225
306
|
<tr>
|
226
|
-
<td
|
227
|
-
<td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
228
|
-
</td>
|
229
|
-
</tr>
|
230
|
-
<tr>
|
231
|
-
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
232
|
-
<td>user data passed to the function</td>
|
307
|
+
<td class="parameter_name"><p>alpha</p></td>
|
308
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
309
|
+
<td class="parameter_annotations"> </td>
|
233
310
|
</tr>
|
234
311
|
<tr>
|
235
|
-
<td
|
236
|
-
<td>
|
312
|
+
<td class="parameter_name"><p>user_data</p></td>
|
313
|
+
<td class="parameter_description"><p>user data passed to the function</p></td>
|
314
|
+
<td class="parameter_annotations"> </td>
|
237
315
|
</tr>
|
238
316
|
</tbody>
|
239
317
|
</table></div>
|
318
|
+
</div>
|
319
|
+
<div class="refsect3">
|
320
|
+
<a name="id-1.10.2.9.2.6"></a><h4>Returns</h4>
|
321
|
+
<p> a floating point value</p>
|
322
|
+
<p></p>
|
323
|
+
</div>
|
240
324
|
<p class="since">Since 0.2</p>
|
241
325
|
</div>
|
242
326
|
<hr>
|
243
327
|
<div class="refsect2">
|
244
|
-
<a name="clutter-alpha-new"></a><h3>clutter_alpha_new
|
245
|
-
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a>
|
246
|
-
<
|
247
|
-
<
|
248
|
-
<p><
|
249
|
-
</
|
250
|
-
<p>
|
251
|
-
Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance. You must set a function
|
252
|
-
to compute the alpha value using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> and
|
328
|
+
<a name="clutter-alpha-new"></a><h3>clutter_alpha_new ()</h3>
|
329
|
+
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
330
|
+
clutter_alpha_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
331
|
+
<div class="warning"><p><code class="literal">clutter_alpha_new</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
332
|
+
<p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance. You must set a function
|
333
|
+
to compute the alpha value using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a> and
|
253
334
|
bind a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> object to the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance
|
254
|
-
using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline
|
255
|
-
|
256
|
-
<p>
|
257
|
-
|
258
|
-
|
259
|
-
</p>
|
260
|
-
<
|
261
|
-
|
262
|
-
<col align="left" valign="top">
|
263
|
-
<col>
|
264
|
-
</colgroup>
|
265
|
-
<tbody><tr>
|
266
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
267
|
-
<td>the newly created empty <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance.</td>
|
268
|
-
</tr></tbody>
|
269
|
-
</table></div>
|
335
|
+
using <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a>.</p>
|
336
|
+
<p>You should use the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance inside
|
337
|
+
a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span class="type">ClutterBehaviour</span></a> object.</p>
|
338
|
+
<div class="refsect3">
|
339
|
+
<a name="id-1.10.2.9.3.8"></a><h4>Returns</h4>
|
340
|
+
<p> the newly created empty <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance.</p>
|
341
|
+
<p></p>
|
342
|
+
</div>
|
270
343
|
<p class="since">Since 0.2</p>
|
271
344
|
</div>
|
272
345
|
<hr>
|
273
346
|
<div class="refsect2">
|
274
|
-
<a name="clutter-alpha-new-full"></a><h3>clutter_alpha_new_full
|
275
|
-
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a>
|
276
|
-
|
277
|
-
<
|
278
|
-
<
|
279
|
-
<p><
|
280
|
-
|
281
|
-
<p>
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
<p>
|
286
|
-
See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a>.
|
287
|
-
</p>
|
288
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
347
|
+
<a name="clutter-alpha-new-full"></a><h3>clutter_alpha_new_full ()</h3>
|
348
|
+
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
349
|
+
clutter_alpha_new_full (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
350
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
351
|
+
<div class="warning"><p><code class="literal">clutter_alpha_new_full</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
352
|
+
<p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instance and sets the timeline
|
353
|
+
and animation mode.</p>
|
354
|
+
<p>See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a>.</p>
|
355
|
+
<div class="refsect3">
|
356
|
+
<a name="id-1.10.2.9.4.8"></a><h4>Parameters</h4>
|
357
|
+
<div class="informaltable"><table width="100%" border="0">
|
289
358
|
<colgroup>
|
290
|
-
<col
|
291
|
-
<col>
|
359
|
+
<col width="150px" class="parameters_name">
|
360
|
+
<col class="parameters_description">
|
361
|
+
<col width="200px" class="parameters_annotations">
|
292
362
|
</colgroup>
|
293
363
|
<tbody>
|
294
364
|
<tr>
|
295
|
-
<td
|
296
|
-
<td>
|
297
|
-
<
|
298
|
-
</tr>
|
299
|
-
<tr>
|
300
|
-
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
301
|
-
<td>animation mode</td>
|
365
|
+
<td class="parameter_name"><p>timeline</p></td>
|
366
|
+
<td class="parameter_description"><p><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> timeline</p></td>
|
367
|
+
<td class="parameter_annotations"> </td>
|
302
368
|
</tr>
|
303
369
|
<tr>
|
304
|
-
<td
|
305
|
-
<td
|
306
|
-
</td>
|
370
|
+
<td class="parameter_name"><p>mode</p></td>
|
371
|
+
<td class="parameter_description"><p>animation mode</p></td>
|
372
|
+
<td class="parameter_annotations"> </td>
|
307
373
|
</tr>
|
308
374
|
</tbody>
|
309
375
|
</table></div>
|
376
|
+
</div>
|
377
|
+
<div class="refsect3">
|
378
|
+
<a name="id-1.10.2.9.4.9"></a><h4>Returns</h4>
|
379
|
+
<p> the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
|
380
|
+
<p></p>
|
381
|
+
</div>
|
310
382
|
<p class="since">Since 1.0</p>
|
311
383
|
</div>
|
312
384
|
<hr>
|
313
385
|
<div class="refsect2">
|
314
|
-
<a name="clutter-alpha-new-with-func"></a><h3>clutter_alpha_new_with_func
|
315
|
-
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a>
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
<
|
320
|
-
<
|
321
|
-
<p><
|
322
|
-
|
323
|
-
<p>
|
324
|
-
|
325
|
-
and
|
326
|
-
|
327
|
-
<
|
328
|
-
|
329
|
-
</p>
|
330
|
-
<p>
|
331
|
-
See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>.
|
332
|
-
</p>
|
333
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
386
|
+
<a name="clutter-alpha-new-with-func"></a><h3>clutter_alpha_new_with_func ()</h3>
|
387
|
+
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> *
|
388
|
+
clutter_alpha_new_with_func (<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
389
|
+
<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
|
390
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
391
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
|
392
|
+
<div class="warning"><p><code class="literal">clutter_alpha_new_with_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
393
|
+
<p>Creates a new <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> instances and sets the timeline
|
394
|
+
and the alpha function.</p>
|
395
|
+
<p>This function will not register <em class="parameter"><code>func</code></em>
|
396
|
+
as a global alpha function.</p>
|
397
|
+
<p>See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" title="clutter_alpha_set_timeline ()"><code class="function">clutter_alpha_set_timeline()</code></a> and <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>.</p>
|
398
|
+
<div class="refsect3">
|
399
|
+
<a name="id-1.10.2.9.5.9"></a><h4>Parameters</h4>
|
400
|
+
<div class="informaltable"><table width="100%" border="0">
|
334
401
|
<colgroup>
|
335
|
-
<col
|
336
|
-
<col>
|
402
|
+
<col width="150px" class="parameters_name">
|
403
|
+
<col class="parameters_description">
|
404
|
+
<col width="200px" class="parameters_annotations">
|
337
405
|
</colgroup>
|
338
406
|
<tbody>
|
339
407
|
<tr>
|
340
|
-
<td
|
341
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
342
|
-
</td>
|
343
|
-
</tr>
|
344
|
-
<tr>
|
345
|
-
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
346
|
-
<td>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a>
|
347
|
-
</td>
|
408
|
+
<td class="parameter_name"><p>timeline</p></td>
|
409
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
410
|
+
<td class="parameter_annotations"> </td>
|
348
411
|
</tr>
|
349
412
|
<tr>
|
350
|
-
<td
|
351
|
-
<td>
|
352
|
-
</td>
|
413
|
+
<td class="parameter_name"><p>func</p></td>
|
414
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
|
415
|
+
<td class="parameter_annotations"> </td>
|
353
416
|
</tr>
|
354
417
|
<tr>
|
355
|
-
<td
|
356
|
-
<td>
|
357
|
-
</td>
|
418
|
+
<td class="parameter_name"><p>data</p></td>
|
419
|
+
<td class="parameter_description"><p>data to pass to the function, or <code class="literal">NULL</code></p></td>
|
420
|
+
<td class="parameter_annotations"> </td>
|
358
421
|
</tr>
|
359
422
|
<tr>
|
360
|
-
<td
|
361
|
-
<td
|
362
|
-
</td>
|
423
|
+
<td class="parameter_name"><p>destroy</p></td>
|
424
|
+
<td class="parameter_description"><p>function to call when removing the alpha function, or <code class="literal">NULL</code></p></td>
|
425
|
+
<td class="parameter_annotations"> </td>
|
363
426
|
</tr>
|
364
427
|
</tbody>
|
365
428
|
</table></div>
|
429
|
+
</div>
|
430
|
+
<div class="refsect3">
|
431
|
+
<a name="id-1.10.2.9.5.10"></a><h4>Returns</h4>
|
432
|
+
<p> the newly created <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
|
433
|
+
<p></p>
|
434
|
+
</div>
|
366
435
|
<p class="since">Since 1.0</p>
|
367
436
|
</div>
|
368
437
|
<hr>
|
369
438
|
<div class="refsect2">
|
370
|
-
<a name="clutter-alpha-set-timeline"></a><h3>clutter_alpha_set_timeline
|
371
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
372
|
-
|
373
|
-
<
|
374
|
-
<
|
375
|
-
<p
|
376
|
-
</
|
377
|
-
|
378
|
-
|
379
|
-
</
|
380
|
-
<div class="
|
439
|
+
<a name="clutter-alpha-set-timeline"></a><h3>clutter_alpha_set_timeline ()</h3>
|
440
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
441
|
+
clutter_alpha_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
442
|
+
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
443
|
+
<div class="warning"><p><code class="literal">clutter_alpha_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
444
|
+
<p>Binds <em class="parameter"><code>alpha</code></em>
|
445
|
+
to <em class="parameter"><code>timeline</code></em>
|
446
|
+
.</p>
|
447
|
+
<div class="refsect3">
|
448
|
+
<a name="id-1.10.2.9.6.7"></a><h4>Parameters</h4>
|
449
|
+
<div class="informaltable"><table width="100%" border="0">
|
381
450
|
<colgroup>
|
382
|
-
<col
|
383
|
-
<col>
|
451
|
+
<col width="150px" class="parameters_name">
|
452
|
+
<col class="parameters_description">
|
453
|
+
<col width="200px" class="parameters_annotations">
|
384
454
|
</colgroup>
|
385
455
|
<tbody>
|
386
456
|
<tr>
|
387
|
-
<td
|
388
|
-
<td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
389
|
-
</td>
|
457
|
+
<td class="parameter_name"><p>alpha</p></td>
|
458
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
459
|
+
<td class="parameter_annotations"> </td>
|
390
460
|
</tr>
|
391
461
|
<tr>
|
392
|
-
<td
|
393
|
-
<td>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
394
|
-
</td>
|
462
|
+
<td class="parameter_name"><p>timeline</p></td>
|
463
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a></p></td>
|
464
|
+
<td class="parameter_annotations"> </td>
|
395
465
|
</tr>
|
396
466
|
</tbody>
|
397
467
|
</table></div>
|
468
|
+
</div>
|
398
469
|
<p class="since">Since 0.2</p>
|
399
470
|
</div>
|
400
471
|
<hr>
|
401
472
|
<div class="refsect2">
|
402
|
-
<a name="clutter-alpha-get-timeline"></a><h3>clutter_alpha_get_timeline
|
403
|
-
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a>
|
404
|
-
<
|
405
|
-
<
|
406
|
-
<p><
|
407
|
-
|
408
|
-
<
|
409
|
-
|
410
|
-
|
411
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
473
|
+
<a name="clutter-alpha-get-timeline"></a><h3>clutter_alpha_get_timeline ()</h3>
|
474
|
+
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> *
|
475
|
+
clutter_alpha_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
|
476
|
+
<div class="warning"><p><code class="literal">clutter_alpha_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
477
|
+
<p>Gets the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
|
478
|
+
.</p>
|
479
|
+
<div class="refsect3">
|
480
|
+
<a name="id-1.10.2.9.7.7"></a><h4>Parameters</h4>
|
481
|
+
<div class="informaltable"><table width="100%" border="0">
|
412
482
|
<colgroup>
|
413
|
-
<col
|
414
|
-
<col>
|
483
|
+
<col width="150px" class="parameters_name">
|
484
|
+
<col class="parameters_description">
|
485
|
+
<col width="200px" class="parameters_annotations">
|
415
486
|
</colgroup>
|
416
|
-
<tbody>
|
417
|
-
<
|
418
|
-
<td><p
|
419
|
-
<td
|
420
|
-
</
|
421
|
-
</tr>
|
422
|
-
<tr>
|
423
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
424
|
-
<td>a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
425
|
-
</td>
|
426
|
-
</tr>
|
427
|
-
</tbody>
|
487
|
+
<tbody><tr>
|
488
|
+
<td class="parameter_name"><p>alpha</p></td>
|
489
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
490
|
+
<td class="parameter_annotations"> </td>
|
491
|
+
</tr></tbody>
|
428
492
|
</table></div>
|
493
|
+
</div>
|
494
|
+
<div class="refsect3">
|
495
|
+
<a name="id-1.10.2.9.7.8"></a><h4>Returns</h4>
|
496
|
+
<p> a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance. </p>
|
497
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
498
|
+
</div>
|
429
499
|
<p class="since">Since 0.2</p>
|
430
500
|
</div>
|
431
501
|
<hr>
|
432
502
|
<div class="refsect2">
|
433
|
-
<a name="clutter-alpha-set-mode"></a><h3>clutter_alpha_set_mode
|
434
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
435
|
-
|
436
|
-
<
|
437
|
-
<
|
438
|
-
<p
|
439
|
-
|
440
|
-
<
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
</
|
445
|
-
<div class="
|
503
|
+
<a name="clutter-alpha-set-mode"></a><h3>clutter_alpha_set_mode ()</h3>
|
504
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
505
|
+
clutter_alpha_set_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
506
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
507
|
+
<div class="warning"><p><code class="literal">clutter_alpha_set_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
508
|
+
<p>Sets the progress function of <em class="parameter"><code>alpha</code></em>
|
509
|
+
using the symbolic value
|
510
|
+
of <em class="parameter"><code>mode</code></em>
|
511
|
+
, as taken by the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration or
|
512
|
+
using the 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>.</p>
|
513
|
+
<div class="refsect3">
|
514
|
+
<a name="id-1.10.2.9.8.7"></a><h4>Parameters</h4>
|
515
|
+
<div class="informaltable"><table width="100%" border="0">
|
446
516
|
<colgroup>
|
447
|
-
<col
|
448
|
-
<col>
|
517
|
+
<col width="150px" class="parameters_name">
|
518
|
+
<col class="parameters_description">
|
519
|
+
<col width="200px" class="parameters_annotations">
|
449
520
|
</colgroup>
|
450
521
|
<tbody>
|
451
522
|
<tr>
|
452
|
-
<td
|
453
|
-
<td>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
454
|
-
</td>
|
523
|
+
<td class="parameter_name"><p>alpha</p></td>
|
524
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
525
|
+
<td class="parameter_annotations"> </td>
|
455
526
|
</tr>
|
456
527
|
<tr>
|
457
|
-
<td
|
458
|
-
<td>a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a>
|
459
|
-
</td>
|
528
|
+
<td class="parameter_name"><p>mode</p></td>
|
529
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a></p></td>
|
530
|
+
<td class="parameter_annotations"> </td>
|
460
531
|
</tr>
|
461
532
|
</tbody>
|
462
533
|
</table></div>
|
534
|
+
</div>
|
463
535
|
<p class="since">Since 1.0</p>
|
464
536
|
</div>
|
465
537
|
<hr>
|
466
538
|
<div class="refsect2">
|
467
|
-
<a name="clutter-alpha-get-mode"></a><h3>clutter_alpha_get_mode
|
468
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
469
|
-
<
|
470
|
-
<
|
471
|
-
<p><
|
472
|
-
|
473
|
-
<
|
474
|
-
|
475
|
-
|
476
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
539
|
+
<a name="clutter-alpha-get-mode"></a><h3>clutter_alpha_get_mode ()</h3>
|
540
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
541
|
+
clutter_alpha_get_mode (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
|
542
|
+
<div class="warning"><p><code class="literal">clutter_alpha_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
543
|
+
<p>Retrieves the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> used by <em class="parameter"><code>alpha</code></em>
|
544
|
+
.</p>
|
545
|
+
<div class="refsect3">
|
546
|
+
<a name="id-1.10.2.9.9.7"></a><h4>Parameters</h4>
|
547
|
+
<div class="informaltable"><table width="100%" border="0">
|
477
548
|
<colgroup>
|
478
|
-
<col
|
479
|
-
<col>
|
549
|
+
<col width="150px" class="parameters_name">
|
550
|
+
<col class="parameters_description">
|
551
|
+
<col width="200px" class="parameters_annotations">
|
480
552
|
</colgroup>
|
481
|
-
<tbody>
|
482
|
-
<
|
483
|
-
<td><p
|
484
|
-
<td
|
485
|
-
</
|
486
|
-
</tr>
|
487
|
-
<tr>
|
488
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
489
|
-
<td>the animation mode</td>
|
490
|
-
</tr>
|
491
|
-
</tbody>
|
553
|
+
<tbody><tr>
|
554
|
+
<td class="parameter_name"><p>alpha</p></td>
|
555
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
556
|
+
<td class="parameter_annotations"> </td>
|
557
|
+
</tr></tbody>
|
492
558
|
</table></div>
|
559
|
+
</div>
|
560
|
+
<div class="refsect3">
|
561
|
+
<a name="id-1.10.2.9.9.8"></a><h4>Returns</h4>
|
562
|
+
<p> the animation mode</p>
|
563
|
+
<p></p>
|
564
|
+
</div>
|
493
565
|
<p class="since">Since 1.0</p>
|
494
566
|
</div>
|
495
567
|
<hr>
|
496
568
|
<div class="refsect2">
|
497
|
-
<a name="clutter-alpha-get-alpha"></a><h3>clutter_alpha_get_alpha
|
498
|
-
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
499
|
-
<
|
500
|
-
<
|
501
|
-
<p
|
502
|
-
|
503
|
-
<
|
504
|
-
|
505
|
-
</p>
|
506
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
569
|
+
<a name="clutter-alpha-get-alpha"></a><h3>clutter_alpha_get_alpha ()</h3>
|
570
|
+
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
571
|
+
clutter_alpha_get_alpha (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
|
572
|
+
<div class="warning"><p><code class="literal">clutter_alpha_get_alpha</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
573
|
+
<p>Query the current alpha value.</p>
|
574
|
+
<div class="refsect3">
|
575
|
+
<a name="id-1.10.2.9.10.7"></a><h4>Parameters</h4>
|
576
|
+
<div class="informaltable"><table width="100%" border="0">
|
507
577
|
<colgroup>
|
508
|
-
<col
|
509
|
-
<col>
|
578
|
+
<col width="150px" class="parameters_name">
|
579
|
+
<col class="parameters_description">
|
580
|
+
<col width="200px" class="parameters_annotations">
|
510
581
|
</colgroup>
|
511
|
-
<tbody>
|
512
|
-
<
|
513
|
-
<td><p
|
514
|
-
<td
|
515
|
-
</
|
516
|
-
</tr>
|
517
|
-
<tr>
|
518
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
519
|
-
<td>The current alpha value for the alpha</td>
|
520
|
-
</tr>
|
521
|
-
</tbody>
|
582
|
+
<tbody><tr>
|
583
|
+
<td class="parameter_name"><p>alpha</p></td>
|
584
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
585
|
+
<td class="parameter_annotations"> </td>
|
586
|
+
</tr></tbody>
|
522
587
|
</table></div>
|
588
|
+
</div>
|
589
|
+
<div class="refsect3">
|
590
|
+
<a name="id-1.10.2.9.10.8"></a><h4>Returns</h4>
|
591
|
+
<p> The current alpha value for the alpha</p>
|
592
|
+
<p></p>
|
593
|
+
</div>
|
523
594
|
<p class="since">Since 0.2</p>
|
524
595
|
</div>
|
525
596
|
<hr>
|
526
597
|
<div class="refsect2">
|
527
|
-
<a name="clutter-alpha-set-func"></a><h3>clutter_alpha_set_func
|
528
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
<
|
533
|
-
<
|
534
|
-
<p><
|
535
|
-
</div>
|
536
|
-
<p>
|
537
|
-
Sets the <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> function used to compute
|
598
|
+
<a name="clutter-alpha-set-func"></a><h3>clutter_alpha_set_func ()</h3>
|
599
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
600
|
+
clutter_alpha_set_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
601
|
+
<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
|
602
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
603
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
|
604
|
+
<div class="warning"><p><code class="literal">clutter_alpha_set_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
605
|
+
<p>Sets the <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> function used to compute
|
538
606
|
the alpha value at each frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>
|
539
|
-
bound to <em class="parameter"><code>alpha</code></em
|
540
|
-
|
541
|
-
<p>
|
542
|
-
|
543
|
-
|
544
|
-
<
|
607
|
+
bound to <em class="parameter"><code>alpha</code></em>
|
608
|
+
.</p>
|
609
|
+
<p>This function will not register <em class="parameter"><code>func</code></em>
|
610
|
+
as a global alpha function.</p>
|
611
|
+
<div class="refsect3">
|
612
|
+
<a name="id-1.10.2.9.11.8"></a><h4>Parameters</h4>
|
613
|
+
<div class="informaltable"><table width="100%" border="0">
|
545
614
|
<colgroup>
|
546
|
-
<col
|
547
|
-
<col>
|
615
|
+
<col width="150px" class="parameters_name">
|
616
|
+
<col class="parameters_description">
|
617
|
+
<col width="200px" class="parameters_annotations">
|
548
618
|
</colgroup>
|
549
619
|
<tbody>
|
550
620
|
<tr>
|
551
|
-
<td
|
552
|
-
<td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
553
|
-
</td>
|
621
|
+
<td class="parameter_name"><p>alpha</p></td>
|
622
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
623
|
+
<td class="parameter_annotations"> </td>
|
554
624
|
</tr>
|
555
625
|
<tr>
|
556
|
-
<td
|
557
|
-
<td>A <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc
|
558
|
-
</td>
|
626
|
+
<td class="parameter_name"><p>func</p></td>
|
627
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
|
628
|
+
<td class="parameter_annotations"> </td>
|
559
629
|
</tr>
|
560
630
|
<tr>
|
561
|
-
<td
|
562
|
-
<td>user data to be passed to the alpha function, or <code class="literal">NULL</code>
|
563
|
-
</td>
|
631
|
+
<td class="parameter_name"><p>data</p></td>
|
632
|
+
<td class="parameter_description"><p>user data to be passed to the alpha function, or <code class="literal">NULL</code></p></td>
|
633
|
+
<td class="parameter_annotations"> </td>
|
564
634
|
</tr>
|
565
635
|
<tr>
|
566
|
-
<td
|
567
|
-
<td>notify function used when disposing the alpha function</td>
|
636
|
+
<td class="parameter_name"><p>destroy</p></td>
|
637
|
+
<td class="parameter_description"><p>notify function used when disposing the alpha function</p></td>
|
638
|
+
<td class="parameter_annotations"> </td>
|
568
639
|
</tr>
|
569
640
|
</tbody>
|
570
641
|
</table></div>
|
642
|
+
</div>
|
571
643
|
<p class="since">Since 0.2</p>
|
572
644
|
</div>
|
573
645
|
<hr>
|
574
646
|
<div class="refsect2">
|
575
|
-
<a name="clutter-alpha-set-closure"></a><h3>clutter_alpha_set_closure
|
576
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
577
|
-
|
578
|
-
<
|
579
|
-
<
|
580
|
-
<p
|
581
|
-
</
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
647
|
+
<a name="clutter-alpha-set-closure"></a><h3>clutter_alpha_set_closure ()</h3>
|
648
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
649
|
+
clutter_alpha_set_closure (<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
650
|
+
<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
|
651
|
+
<div class="warning"><p><code class="literal">clutter_alpha_set_closure</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
652
|
+
<p>Sets the <span class="type">GClosure</span> used to compute the alpha value at each
|
653
|
+
frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> bound to <em class="parameter"><code>alpha</code></em>
|
654
|
+
.</p>
|
655
|
+
<div class="refsect3">
|
656
|
+
<a name="id-1.10.2.9.12.7"></a><h4>Parameters</h4>
|
657
|
+
<div class="informaltable"><table width="100%" border="0">
|
587
658
|
<colgroup>
|
588
|
-
<col
|
589
|
-
<col>
|
659
|
+
<col width="150px" class="parameters_name">
|
660
|
+
<col class="parameters_description">
|
661
|
+
<col width="200px" class="parameters_annotations">
|
590
662
|
</colgroup>
|
591
663
|
<tbody>
|
592
664
|
<tr>
|
593
|
-
<td
|
594
|
-
<td>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>
|
595
|
-
</td>
|
665
|
+
<td class="parameter_name"><p>alpha</p></td>
|
666
|
+
<td class="parameter_description"><p>A <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p></td>
|
667
|
+
<td class="parameter_annotations"> </td>
|
596
668
|
</tr>
|
597
669
|
<tr>
|
598
|
-
<td
|
599
|
-
<td>A <span class="type">GClosure</span>
|
600
|
-
</td>
|
670
|
+
<td class="parameter_name"><p>closure</p></td>
|
671
|
+
<td class="parameter_description"><p>A <span class="type">GClosure</span></p></td>
|
672
|
+
<td class="parameter_annotations"> </td>
|
601
673
|
</tr>
|
602
674
|
</tbody>
|
603
675
|
</table></div>
|
676
|
+
</div>
|
604
677
|
<p class="since">Since 0.8</p>
|
605
678
|
</div>
|
606
679
|
<hr>
|
607
680
|
<div class="refsect2">
|
608
|
-
<a name="clutter-alpha-register-closure"></a><h3>clutter_alpha_register_closure
|
609
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
610
|
-
<
|
611
|
-
<
|
612
|
-
<p><
|
613
|
-
|
614
|
-
<p>
|
615
|
-
<
|
616
|
-
</p>
|
617
|
-
<
|
618
|
-
|
619
|
-
|
620
|
-
</p>
|
621
|
-
<p>
|
622
|
-
The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.
|
623
|
-
</p>
|
624
|
-
<p>
|
625
|
-
Rename to: clutter_alpha_register_func
|
626
|
-
</p>
|
627
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
681
|
+
<a name="clutter-alpha-register-closure"></a><h3>clutter_alpha_register_closure ()</h3>
|
682
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
683
|
+
clutter_alpha_register_closure (<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
|
684
|
+
<div class="warning"><p><code class="literal">clutter_alpha_register_closure</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
685
|
+
<p><span class="type">GClosure</span> variant 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>
|
686
|
+
<p>Registers a global alpha function and returns its logical id
|
687
|
+
to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.</p>
|
688
|
+
<p>The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
|
689
|
+
<p>Rename to: clutter_alpha_register_func</p>
|
690
|
+
<div class="refsect3">
|
691
|
+
<a name="id-1.10.2.9.13.10"></a><h4>Parameters</h4>
|
692
|
+
<div class="informaltable"><table width="100%" border="0">
|
628
693
|
<colgroup>
|
629
|
-
<col
|
630
|
-
<col>
|
694
|
+
<col width="150px" class="parameters_name">
|
695
|
+
<col class="parameters_description">
|
696
|
+
<col width="200px" class="parameters_annotations">
|
631
697
|
</colgroup>
|
632
|
-
<tbody>
|
633
|
-
<
|
634
|
-
<td
|
635
|
-
<td
|
636
|
-
</
|
637
|
-
</tr>
|
638
|
-
<tr>
|
639
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
640
|
-
<td>the logical id of the alpha function</td>
|
641
|
-
</tr>
|
642
|
-
</tbody>
|
698
|
+
<tbody><tr>
|
699
|
+
<td class="parameter_name"><p>closure</p></td>
|
700
|
+
<td class="parameter_description"><p>a <span class="type">GClosure</span></p></td>
|
701
|
+
<td class="parameter_annotations"> </td>
|
702
|
+
</tr></tbody>
|
643
703
|
</table></div>
|
704
|
+
</div>
|
705
|
+
<div class="refsect3">
|
706
|
+
<a name="id-1.10.2.9.13.11"></a><h4>Returns</h4>
|
707
|
+
<p> the logical id of the alpha function</p>
|
708
|
+
<p></p>
|
709
|
+
</div>
|
644
710
|
<p class="since">Since 1.0</p>
|
645
711
|
</div>
|
646
712
|
<hr>
|
647
713
|
<div class="refsect2">
|
648
|
-
<a name="clutter-alpha-register-func"></a><h3>clutter_alpha_register_func
|
649
|
-
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
650
|
-
|
651
|
-
<
|
652
|
-
<
|
653
|
-
<p
|
654
|
-
</
|
655
|
-
<p>
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
<p>
|
660
|
-
The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.
|
661
|
-
</p>
|
662
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
714
|
+
<a name="clutter-alpha-register-func"></a><h3>clutter_alpha_register_func ()</h3>
|
715
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
716
|
+
clutter_alpha_register_func (<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
|
717
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
718
|
+
<div class="warning"><p><code class="literal">clutter_alpha_register_func</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
719
|
+
<p>Registers a global alpha function and returns its logical id
|
720
|
+
to be used by <a class="link" href="ClutterAlpha.html#clutter-alpha-set-mode" title="clutter_alpha_set_mode ()"><code class="function">clutter_alpha_set_mode()</code></a> or by <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a>.</p>
|
721
|
+
<p>The logical id is always greater than <a class="link" href="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"><code class="literal">CLUTTER_ANIMATION_LAST</code></a>.</p>
|
722
|
+
<div class="refsect3">
|
723
|
+
<a name="id-1.10.2.9.14.8"></a><h4>Parameters</h4>
|
724
|
+
<div class="informaltable"><table width="100%" border="0">
|
663
725
|
<colgroup>
|
664
|
-
<col
|
665
|
-
<col>
|
726
|
+
<col width="150px" class="parameters_name">
|
727
|
+
<col class="parameters_description">
|
728
|
+
<col width="200px" class="parameters_annotations">
|
666
729
|
</colgroup>
|
667
730
|
<tbody>
|
668
731
|
<tr>
|
669
|
-
<td
|
670
|
-
<td>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc
|
671
|
-
</td>
|
732
|
+
<td class="parameter_name"><p>func</p></td>
|
733
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a></p></td>
|
734
|
+
<td class="parameter_annotations"> </td>
|
672
735
|
</tr>
|
673
736
|
<tr>
|
674
|
-
<td
|
675
|
-
<td>user data to pass to <em class="parameter"><code>func</code></em
|
676
|
-
</td>
|
677
|
-
</
|
678
|
-
<tr>
|
679
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
680
|
-
<td>the logical id of the alpha function</td>
|
737
|
+
<td class="parameter_name"><p>data</p></td>
|
738
|
+
<td class="parameter_description"><p>user data to pass to <em class="parameter"><code>func</code></em>
|
739
|
+
, or <code class="literal">NULL</code></p></td>
|
740
|
+
<td class="parameter_annotations"> </td>
|
681
741
|
</tr>
|
682
742
|
</tbody>
|
683
743
|
</table></div>
|
744
|
+
</div>
|
745
|
+
<div class="refsect3">
|
746
|
+
<a name="id-1.10.2.9.14.9"></a><h4>Returns</h4>
|
747
|
+
<p> the logical id of the alpha function</p>
|
748
|
+
<p></p>
|
749
|
+
</div>
|
684
750
|
<p class="since">Since 1.0</p>
|
685
751
|
</div>
|
686
752
|
</div>
|
687
753
|
<div class="refsect1">
|
688
|
-
<a name="ClutterAlpha.
|
754
|
+
<a name="ClutterAlpha.other_details"></a><h2>Types and Values</h2>
|
689
755
|
<div class="refsect2">
|
690
|
-
<a name="ClutterAlpha
|
691
|
-
<pre class="programlisting">
|
692
|
-
<
|
693
|
-
<
|
694
|
-
|
756
|
+
<a name="ClutterAlpha-struct"></a><h3>ClutterAlpha</h3>
|
757
|
+
<pre class="programlisting">typedef struct _ClutterAlpha ClutterAlpha;</pre>
|
758
|
+
<p><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> combines a <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> and a function.
|
759
|
+
The contents of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> structure are private and should
|
760
|
+
only be accessed using the provided API.</p>
|
761
|
+
<p class="since">Since 0.2</p>
|
695
762
|
</div>
|
696
|
-
<
|
697
|
-
|
763
|
+
<hr>
|
764
|
+
<div class="refsect2">
|
765
|
+
<a name="ClutterAlphaClass"></a><h3>struct ClutterAlphaClass</h3>
|
766
|
+
<pre class="programlisting">struct ClutterAlphaClass {
|
767
|
+
};
|
768
|
+
</pre>
|
769
|
+
<p>Base class for <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a></p>
|
770
|
+
<p class="since">Since 0.2</p>
|
771
|
+
</div>
|
772
|
+
</div>
|
773
|
+
<div class="refsect1">
|
774
|
+
<a name="ClutterAlpha.property-details"></a><h2>Property Details</h2>
|
775
|
+
<div class="refsect2">
|
776
|
+
<a name="ClutterAlpha--alpha"></a><h3>The <code class="literal">“alpha”</code> property</h3>
|
777
|
+
<pre class="programlisting"> “alpha” <span class="type">gdouble</span></pre>
|
778
|
+
<p>The alpha value as computed by the alpha function. The linear
|
698
779
|
interval is 0.0 to 1.0, but the Alpha allows overshooting by
|
699
|
-
one unit in each direction, so the valid interval is -1.0 to 2.0
|
700
|
-
</p>
|
780
|
+
one unit in each direction, so the valid interval is -1.0 to 2.0.</p>
|
781
|
+
<div class="warning"><p><code class="literal">ClutterAlpha:alpha</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
782
|
+
<p>Flags: Read</p>
|
701
783
|
<p>Allowed values: [-1,2]</p>
|
702
784
|
<p>Default value: 0</p>
|
703
785
|
<p class="since">Since 0.2</p>
|
704
786
|
</div>
|
705
787
|
<hr>
|
706
788
|
<div class="refsect2">
|
707
|
-
<a name="ClutterAlpha--mode"></a><h3>The <code class="literal"
|
708
|
-
<pre class="programlisting">
|
709
|
-
<
|
710
|
-
<h3 class="title">Warning</h3>
|
711
|
-
<p><code class="literal">ClutterAlpha:mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
712
|
-
</div>
|
713
|
-
<p>
|
714
|
-
The progress function logical id - either a value from the
|
789
|
+
<a name="ClutterAlpha--mode"></a><h3>The <code class="literal">“mode”</code> property</h3>
|
790
|
+
<pre class="programlisting"> “mode” <span class="type">gulong</span></pre>
|
791
|
+
<p>The progress function logical id - either a value from the
|
715
792
|
<a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration or a value returned by
|
716
|
-
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func
|
717
|
-
|
718
|
-
<
|
719
|
-
|
720
|
-
<
|
721
|
-
|
722
|
-
</p>
|
793
|
+
<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>
|
794
|
+
<p>If <a class="link" href="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"><code class="literal">CLUTTER_CUSTOM_MODE</code></a> is used then the function set using
|
795
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-set-closure" title="clutter_alpha_set_closure ()"><code class="function">clutter_alpha_set_closure()</code></a> or <a class="link" href="ClutterAlpha.html#clutter-alpha-set-func" title="clutter_alpha_set_func ()"><code class="function">clutter_alpha_set_func()</code></a>
|
796
|
+
will be used.</p>
|
797
|
+
<div class="warning"><p><code class="literal">ClutterAlpha:mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
798
|
+
<p>Flags: Read / Write / Construct</p>
|
723
799
|
<p class="since">Since 1.0</p>
|
724
800
|
</div>
|
725
801
|
<hr>
|
726
802
|
<div class="refsect2">
|
727
|
-
<a name="ClutterAlpha--timeline"></a><h3>The <code class="literal"
|
728
|
-
<pre class="programlisting">
|
729
|
-
<
|
730
|
-
<
|
731
|
-
<p
|
732
|
-
</div>
|
733
|
-
<p>
|
734
|
-
A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance used to drive the alpha function.
|
735
|
-
</p>
|
803
|
+
<a name="ClutterAlpha--timeline"></a><h3>The <code class="literal">“timeline”</code> property</h3>
|
804
|
+
<pre class="programlisting"> “timeline” <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *</pre>
|
805
|
+
<p>A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> instance used to drive the alpha function.</p>
|
806
|
+
<div class="warning"><p><code class="literal">ClutterAlpha:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
807
|
+
<p>Flags: Read / Write</p>
|
736
808
|
<p class="since">Since 0.2</p>
|
737
809
|
</div>
|
738
810
|
</div>
|
739
811
|
</div>
|
740
812
|
<div class="footer">
|
741
813
|
<hr>
|
742
|
-
Generated by GTK-Doc V1.
|
814
|
+
Generated by GTK-Doc V1.20.1</div>
|
743
815
|
</body>
|
744
816
|
</html>
|