clutter 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +4 -4
- data/lib/clutter.rb +1 -1
- data/sample/easing-modes.rb +1 -3
- data/test/clutter-test-utils.rb +6 -1
- data/test/run-test.rb +2 -0
- data/test/test-clutter-color.rb +8 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-15.dll +0 -0
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +16 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +5 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +19 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +1 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +9 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +14 -4
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +38 -4
- data/vendor/local/include/cogl/cogl-path/cogl-path-enum-types.h +20 -0
- data/vendor/local/include/cogl/{cogl/cogl-path.h → cogl-path/cogl-path-types.h} +6 -27
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +58 -0
- data/vendor/local/include/cogl/{cogl/cogl-path-functions.h → cogl-path/cogl1-path-functions.h} +30 -0
- data/vendor/local/include/cogl/{cogl/cogl2-path.h → cogl-path/cogl2-path-functions.h} +87 -70
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +230 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +4 -3
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +40 -34
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +14 -12
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +4 -2
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +0 -13
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-color.h +48 -7
- data/vendor/local/include/cogl/cogl/cogl-context.h +28 -4
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -2
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-display.h +26 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +0 -4
- data/vendor/local/include/cogl/cogl/cogl-error.h +4 -0
- data/vendor/local/include/cogl/cogl/cogl-fence.h +136 -0
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +32 -84
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +34 -3
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +253 -0
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +114 -6
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +8 -4
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +8 -8
- data/vendor/local/include/cogl/cogl/cogl-object.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +41 -6
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +265 -45
- data/vendor/local/include/cogl/cogl/cogl-output.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +57 -8
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +6 -5
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-poll.h +44 -24
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +86 -29
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +7 -7
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +7 -2
- data/vendor/local/include/cogl/cogl/cogl-shader.h +72 -29
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +76 -11
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +5 -5
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +167 -1
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +36 -9
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +6 -6
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +13 -12
- data/vendor/local/include/cogl/cogl/cogl-texture.h +18 -21
- data/vendor/local/include/cogl/cogl/cogl-types.h +2 -1
- data/vendor/local/include/cogl/cogl/cogl-version.h +150 -3
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +44 -9
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +19 -0
- data/vendor/local/include/cogl/cogl/cogl.h +13 -9
- data/vendor/local/include/cogl/cogl/cogl1-context.h +174 -67
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- 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/CoglPango-1.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 +5 -5
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +6 -6
- 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 +2 -2
- 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 +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +74 -74
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +6548 -6241
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1906 -1405
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +69 -46
- data/vendor/local/share/gir-1.0/Json-1.0.gir +694 -694
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +12 -12
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +10 -13
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +196 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +51 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +51 -54
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +59 -62
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +49 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +24 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +13 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +107 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +33 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +26 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +44 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +60 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +731 -686
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +27 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +95 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +47 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +20 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +33 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +34 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +18 -21
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +96 -37
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +60 -63
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +23 -26
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +20 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +31 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +259 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +48 -25
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +12 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +55 -26
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +155 -70
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +89 -45
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +39 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +40 -43
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +35 -38
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +56 -47
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +49 -52
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +36 -24
- data/vendor/local/share/gtk-doc/html/clutter/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/clutter/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +3 -3
- 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/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/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/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/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
- metadata +39 -51
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libglut-0.dll +0 -0
- data/vendor/local/include/GL/freeglut.h +0 -22
- data/vendor/local/include/GL/freeglut_ext.h +0 -239
- data/vendor/local/include/GL/freeglut_std.h +0 -636
- data/vendor/local/include/GL/glut.h +0 -21
- data/vendor/local/include/cogl/cogl/cogl2-compatibility.h +0 -55
- data/vendor/local/lib/libglut.a +0 -0
- data/vendor/local/lib/libglut.dll.a +0 -0
- data/vendor/local/lib/libglut.la +0 -41
- data/vendor/local/share/license/freeglut/AUTHORS +0 -39
- data/vendor/local/share/license/freeglut/COPYING +0 -27
- data/vendor/local/share/locale/tg/LC_MESSAGES/clutter-1.0.mo +0 -0
@@ -2,34 +2,31 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterActorMeta</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterActorMeta</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ClutterLayoutMeta.html" title="ClutterLayoutMeta">
|
10
10
|
<link rel="next" href="ClutterAction.html" title="ClutterAction">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterAction.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterActorMeta.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterActorMeta.description" class="shortcut">Description</a>
|
27
20
|
|
|
28
21
|
<a href="#ClutterActorMeta.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
22
|
|
|
30
23
|
<a href="#ClutterActorMeta.properties" class="shortcut">Properties</a>
|
31
|
-
</td
|
32
|
-
|
24
|
+
</td>
|
25
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
|
+
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
27
|
+
<td><a accesskey="p" href="ClutterLayoutMeta.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="n" href="ClutterAction.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
|
+
</tr></table>
|
33
30
|
<div class="refentry">
|
34
31
|
<a name="ClutterActorMeta"></a><div class="titlepage"></div>
|
35
32
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -317,6 +314,6 @@ The unique name to access the <a class="link" href="ClutterActorMeta.html" title
|
|
317
314
|
</div>
|
318
315
|
<div class="footer">
|
319
316
|
<hr>
|
320
|
-
Generated by GTK-Doc V1.
|
317
|
+
Generated by GTK-Doc V1.19.1</div>
|
321
318
|
</body>
|
322
319
|
</html>
|
@@ -2,34 +2,31 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterAlignConstraint</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterAlignConstraint</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch05.html" title="Constraints">
|
9
9
|
<link rel="prev" href="ch05.html" title="Constraints">
|
10
10
|
<link rel="next" href="ClutterBindConstraint.html" title="ClutterBindConstraint">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterBindConstraint.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterAlignConstraint.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterAlignConstraint.description" class="shortcut">Description</a>
|
27
20
|
|
|
28
21
|
<a href="#ClutterAlignConstraint.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
22
|
|
|
30
23
|
<a href="#ClutterAlignConstraint.properties" class="shortcut">Properties</a>
|
31
|
-
</td
|
32
|
-
|
24
|
+
</td>
|
25
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
|
+
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
27
|
+
<td><a accesskey="p" href="ch05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="n" href="ClutterBindConstraint.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
|
+
</tr></table>
|
33
30
|
<div class="refentry">
|
34
31
|
<a name="ClutterAlignConstraint"></a><div class="titlepage"></div>
|
35
32
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -399,6 +396,6 @@ using the constraint.
|
|
399
396
|
</div>
|
400
397
|
<div class="footer">
|
401
398
|
<hr>
|
402
|
-
Generated by GTK-Doc V1.
|
399
|
+
Generated by GTK-Doc V1.19.1</div>
|
403
400
|
</body>
|
404
401
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterAlpha</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterAlpha</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
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.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="clutter-Implicit-Animations.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterAlpha.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterAlpha.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#ClutterAlpha.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
24
|
|
|
32
25
|
<a href="#ClutterAlpha.properties" class="shortcut">Properties</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="clutter-Implicit-Animations.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="ClutterAlpha"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -104,7 +101,7 @@ dependent only on the position of a <a class="link" href="ClutterTimeline.html"
|
|
104
101
|
</p>
|
105
102
|
<p>
|
106
103
|
</p>
|
107
|
-
<div class="warning"
|
104
|
+
<div class="warning">
|
108
105
|
<h3 class="title">Warning</h3>For newly written code, it is recommended to use the
|
109
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
|
110
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>.
|
@@ -246,7 +243,7 @@ the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span cl
|
|
246
243
|
<div class="refsect2">
|
247
244
|
<a name="clutter-alpha-new"></a><h3>clutter_alpha_new ()</h3>
|
248
245
|
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * clutter_alpha_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
249
|
-
<div class="warning"
|
246
|
+
<div class="warning">
|
250
247
|
<h3 class="title">Warning</h3>
|
251
248
|
<p><code class="literal">clutter_alpha_new</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
252
249
|
</div>
|
@@ -277,7 +274,7 @@ a <a class="link" href="ClutterBehaviour.html" title="ClutterBehaviour"><span cl
|
|
277
274
|
<a name="clutter-alpha-new-full"></a><h3>clutter_alpha_new_full ()</h3>
|
278
275
|
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * 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>,
|
279
276
|
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
280
|
-
<div class="warning"
|
277
|
+
<div class="warning">
|
281
278
|
<h3 class="title">Warning</h3>
|
282
279
|
<p><code class="literal">clutter_alpha_new_full</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
283
280
|
</div>
|
@@ -319,7 +316,7 @@ See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" tit
|
|
319
316
|
<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
|
320
317
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
321
318
|
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
|
322
|
-
<div class="warning"
|
319
|
+
<div class="warning">
|
323
320
|
<h3 class="title">Warning</h3>
|
324
321
|
<p><code class="literal">clutter_alpha_new_with_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
325
322
|
</div>
|
@@ -373,7 +370,7 @@ See also <a class="link" href="ClutterAlpha.html#clutter-alpha-set-timeline" tit
|
|
373
370
|
<a name="clutter-alpha-set-timeline"></a><h3>clutter_alpha_set_timeline ()</h3>
|
374
371
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
375
372
|
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
376
|
-
<div class="warning"
|
373
|
+
<div class="warning">
|
377
374
|
<h3 class="title">Warning</h3>
|
378
375
|
<p><code class="literal">clutter_alpha_set_timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
379
376
|
</div>
|
@@ -404,7 +401,7 @@ Binds <em class="parameter"><code>alpha</code></em> to <em class="parameter"><co
|
|
404
401
|
<div class="refsect2">
|
405
402
|
<a name="clutter-alpha-get-timeline"></a><h3>clutter_alpha_get_timeline ()</h3>
|
406
403
|
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * 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>
|
407
|
-
<div class="warning"
|
404
|
+
<div class="warning">
|
408
405
|
<h3 class="title">Warning</h3>
|
409
406
|
<p><code class="literal">clutter_alpha_get_timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
410
407
|
</div>
|
@@ -436,7 +433,7 @@ Gets the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><sp
|
|
436
433
|
<a name="clutter-alpha-set-mode"></a><h3>clutter_alpha_set_mode ()</h3>
|
437
434
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
438
435
|
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
439
|
-
<div class="warning"
|
436
|
+
<div class="warning">
|
440
437
|
<h3 class="title">Warning</h3>
|
441
438
|
<p><code class="literal">clutter_alpha_set_mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
442
439
|
</div>
|
@@ -469,7 +466,7 @@ using the value returned by <a class="link" href="ClutterAlpha.html#clutter-alph
|
|
469
466
|
<div class="refsect2">
|
470
467
|
<a name="clutter-alpha-get-mode"></a><h3>clutter_alpha_get_mode ()</h3>
|
471
468
|
<pre class="programlisting"><span class="returnvalue">gulong</span> 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>
|
472
|
-
<div class="warning"
|
469
|
+
<div class="warning">
|
473
470
|
<h3 class="title">Warning</h3>
|
474
471
|
<p><code class="literal">clutter_alpha_get_mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
475
472
|
</div>
|
@@ -499,7 +496,7 @@ Retrieves the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" t
|
|
499
496
|
<div class="refsect2">
|
500
497
|
<a name="clutter-alpha-get-alpha"></a><h3>clutter_alpha_get_alpha ()</h3>
|
501
498
|
<pre class="programlisting"><span class="returnvalue">gdouble</span> 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>
|
502
|
-
<div class="warning"
|
499
|
+
<div class="warning">
|
503
500
|
<h3 class="title">Warning</h3>
|
504
501
|
<p><code class="literal">clutter_alpha_get_alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
505
502
|
</div>
|
@@ -532,7 +529,7 @@ Query the current alpha value.
|
|
532
529
|
<em class="parameter"><code><a class="link" href="ClutterAlpha.html#ClutterAlphaFunc" title="ClutterAlphaFunc ()"><span class="type">ClutterAlphaFunc</span></a> func</code></em>,
|
533
530
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
534
531
|
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy</code></em>);</pre>
|
535
|
-
<div class="warning"
|
532
|
+
<div class="warning">
|
536
533
|
<h3 class="title">Warning</h3>
|
537
534
|
<p><code class="literal">clutter_alpha_set_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
538
535
|
</div>
|
@@ -578,7 +575,7 @@ This function will not register <em class="parameter"><code>func</code></em> as
|
|
578
575
|
<a name="clutter-alpha-set-closure"></a><h3>clutter_alpha_set_closure ()</h3>
|
579
576
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
580
577
|
<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
|
581
|
-
<div class="warning"
|
578
|
+
<div class="warning">
|
582
579
|
<h3 class="title">Warning</h3>
|
583
580
|
<p><code class="literal">clutter_alpha_set_closure</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
584
581
|
</div>
|
@@ -610,7 +607,7 @@ frame of the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"
|
|
610
607
|
<div class="refsect2">
|
611
608
|
<a name="clutter-alpha-register-closure"></a><h3>clutter_alpha_register_closure ()</h3>
|
612
609
|
<pre class="programlisting"><span class="returnvalue">gulong</span> clutter_alpha_register_closure (<em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
|
613
|
-
<div class="warning"
|
610
|
+
<div class="warning">
|
614
611
|
<h3 class="title">Warning</h3>
|
615
612
|
<p><code class="literal">clutter_alpha_register_closure</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
616
613
|
</div>
|
@@ -651,7 +648,7 @@ Rename to: clutter_alpha_register_func
|
|
651
648
|
<a name="clutter-alpha-register-func"></a><h3>clutter_alpha_register_func ()</h3>
|
652
649
|
<pre class="programlisting"><span class="returnvalue">gulong</span> 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>,
|
653
650
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
654
|
-
<div class="warning"
|
651
|
+
<div class="warning">
|
655
652
|
<h3 class="title">Warning</h3>
|
656
653
|
<p><code class="literal">clutter_alpha_register_func</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
657
654
|
</div>
|
@@ -692,7 +689,7 @@ The logical id is always greater than <a class="link" href="ClutterTimeline.html
|
|
692
689
|
<div class="refsect2">
|
693
690
|
<a name="ClutterAlpha--alpha"></a><h3>The <code class="literal">"alpha"</code> property</h3>
|
694
691
|
<pre class="programlisting"> "alpha" <span class="type">gdouble</span> : Read</pre>
|
695
|
-
<div class="warning"
|
692
|
+
<div class="warning">
|
696
693
|
<h3 class="title">Warning</h3>
|
697
694
|
<p><code class="literal">ClutterAlpha:alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
698
695
|
</div>
|
@@ -709,7 +706,7 @@ one unit in each direction, so the valid interval is -1.0 to 2.0.
|
|
709
706
|
<div class="refsect2">
|
710
707
|
<a name="ClutterAlpha--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
|
711
708
|
<pre class="programlisting"> "mode" <span class="type">gulong</span> : Read / Write / Construct</pre>
|
712
|
-
<div class="warning"
|
709
|
+
<div class="warning">
|
713
710
|
<h3 class="title">Warning</h3>
|
714
711
|
<p><code class="literal">ClutterAlpha:mode</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
715
712
|
</div>
|
@@ -729,7 +726,7 @@ will be used.
|
|
729
726
|
<div class="refsect2">
|
730
727
|
<a name="ClutterAlpha--timeline"></a><h3>The <code class="literal">"timeline"</code> property</h3>
|
731
728
|
<pre class="programlisting"> "timeline" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write</pre>
|
732
|
-
<div class="warning"
|
729
|
+
<div class="warning">
|
733
730
|
<h3 class="title">Warning</h3>
|
734
731
|
<p><code class="literal">ClutterAlpha:timeline</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
735
732
|
</div>
|
@@ -742,6 +739,6 @@ A <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span clas
|
|
742
739
|
</div>
|
743
740
|
<div class="footer">
|
744
741
|
<hr>
|
745
|
-
Generated by GTK-Doc V1.
|
742
|
+
Generated by GTK-Doc V1.19.1</div>
|
746
743
|
</body>
|
747
744
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterAnimatable</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterAnimatable</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch09.html" title="Base classes">
|
9
9
|
<link rel="prev" href="clutter-Value-intervals.html" title="Value intervals">
|
10
10
|
<link rel="next" href="ClutterTransition.html" title="ClutterTransition">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ch09.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterTransition.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterAnimatable.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterAnimatable.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#ClutterAnimatable.prerequisites" class="shortcut">Prerequisites</a>
|
31
24
|
|
|
32
25
|
<a href="#ClutterAnimatable.implementations" class="shortcut">Known Implementations</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="clutter-Value-intervals.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="ClutterTransition.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="ClutterAnimatable"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -199,7 +196,7 @@ of a property</td>
|
|
199
196
|
<em class="parameter"><code>const <span class="type">GValue</span> *final_value</code></em>,
|
200
197
|
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
|
201
198
|
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
202
|
-
<div class="warning"
|
199
|
+
<div class="warning">
|
203
200
|
<h3 class="title">Warning</h3>
|
204
201
|
<p><code class="literal">clutter_animatable_animate_property</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterAnimatable.html#clutter-animatable-interpolate-value" title="clutter_animatable_interpolate_value ()"><code class="function">clutter_animatable_interpolate_value()</code></a>
|
205
202
|
instead</p>
|
@@ -427,6 +424,6 @@ and <code class="literal">FALSE</code> otherwise</td>
|
|
427
424
|
</div>
|
428
425
|
<div class="footer">
|
429
426
|
<hr>
|
430
|
-
Generated by GTK-Doc V1.
|
427
|
+
Generated by GTK-Doc V1.19.1</div>
|
431
428
|
</body>
|
432
429
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterAnimator</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterAnimator</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="clutter-Implicit-Animations.html" title="Implicit Animations">
|
10
10
|
<link rel="next" href="ClutterBehaviour.html" title="ClutterBehaviour">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterBehaviour.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterAnimator.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterAnimator.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#ClutterAnimator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
24
|
|
|
32
25
|
<a href="#ClutterAnimator.properties" class="shortcut">Properties</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="clutter-Implicit-Animations.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="ClutterBehaviour.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="ClutterAnimator"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -264,7 +261,7 @@ convenience C API.
|
|
264
261
|
<div class="refsect2">
|
265
262
|
<a name="ClutterAnimator-struct"></a><h3>ClutterAnimator</h3>
|
266
263
|
<pre class="programlisting">typedef struct _ClutterAnimator ClutterAnimator;</pre>
|
267
|
-
<div class="warning"
|
264
|
+
<div class="warning">
|
268
265
|
<h3 class="title">Warning</h3>
|
269
266
|
<p><code class="literal">ClutterAnimator</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
270
267
|
</div>
|
@@ -280,7 +277,7 @@ should be accessed using the provided API
|
|
280
277
|
<pre class="programlisting">struct ClutterAnimatorClass {
|
281
278
|
};
|
282
279
|
</pre>
|
283
|
-
<div class="warning"
|
280
|
+
<div class="warning">
|
284
281
|
<h3 class="title">Warning</h3>
|
285
282
|
<p><code class="literal">ClutterAnimatorClass</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
286
283
|
</div>
|
@@ -293,7 +290,7 @@ The <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="stru
|
|
293
290
|
<div class="refsect2">
|
294
291
|
<a name="clutter-animator-new"></a><h3>clutter_animator_new ()</h3>
|
295
292
|
<pre class="programlisting"><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="returnvalue">ClutterAnimator</span></a> * clutter_animator_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
296
|
-
<div class="warning"
|
293
|
+
<div class="warning">
|
297
294
|
<h3 class="title">Warning</h3>
|
298
295
|
<p><code class="literal">clutter_animator_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
299
296
|
</div>
|
@@ -321,7 +318,7 @@ Creates a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator
|
|
321
318
|
<em class="parameter"><code><span class="type">guint</span> first_mode</code></em>,
|
322
319
|
<em class="parameter"><code><span class="type">gdouble</span> first_progress</code></em>,
|
323
320
|
<em class="parameter"><code>...</code></em>);</pre>
|
324
|
-
<div class="warning"
|
321
|
+
<div class="warning">
|
325
322
|
<h3 class="title">Warning</h3>
|
326
323
|
<p><code class="literal">clutter_animator_set</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
327
324
|
</div>
|
@@ -384,7 +381,7 @@ progress, value) tuples, followed by <code class="literal">NULL</code>
|
|
384
381
|
<em class="parameter"><code><span class="type">guint</span> mode</code></em>,
|
385
382
|
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
|
386
383
|
<em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
|
387
|
-
<div class="warning"
|
384
|
+
<div class="warning">
|
388
385
|
<h3 class="title">Warning</h3>
|
389
386
|
<p><code class="literal">clutter_animator_set_key</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
390
387
|
</div>
|
@@ -444,7 +441,7 @@ value applies</td>
|
|
444
441
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
445
442
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
446
443
|
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
|
447
|
-
<div class="warning"
|
444
|
+
<div class="warning">
|
448
445
|
<h3 class="title">Warning</h3>
|
449
446
|
<p><code class="literal">clutter_animator_remove_key</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
450
447
|
</div>
|
@@ -489,7 +486,7 @@ for all</td>
|
|
489
486
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
490
487
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
491
488
|
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>);</pre>
|
492
|
-
<div class="warning"
|
489
|
+
<div class="warning">
|
493
490
|
<h3 class="title">Warning</h3>
|
494
491
|
<p><code class="literal">clutter_animator_get_keys</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
495
492
|
</div>
|
@@ -539,7 +536,7 @@ using <code class="function">g_list_free()</code>. <span class="annotation">[<ac
|
|
539
536
|
<div class="refsect2">
|
540
537
|
<a name="clutter-animator-start"></a><h3>clutter_animator_start ()</h3>
|
541
538
|
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_animator_start (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
542
|
-
<div class="warning"
|
539
|
+
<div class="warning">
|
543
540
|
<h3 class="title">Warning</h3>
|
544
541
|
<p><code class="literal">clutter_animator_start</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
545
542
|
</div>
|
@@ -577,7 +574,7 @@ and it should not be unreferenced. <span class="annotation">[<acronym title="Don
|
|
577
574
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
578
575
|
<em class="parameter"><code><span class="type">gdouble</span> progress</code></em>,
|
579
576
|
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
580
|
-
<div class="warning"
|
577
|
+
<div class="warning">
|
581
578
|
<h3 class="title">Warning</h3>
|
582
579
|
<p><code class="literal">clutter_animator_compute_value</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
583
580
|
</div>
|
@@ -632,7 +629,7 @@ returned and the <span class="type">GValue</span> is left untouched</td>
|
|
632
629
|
<a name="clutter-animator-set-timeline"></a><h3>clutter_animator_set_timeline ()</h3>
|
633
630
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_set_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
634
631
|
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
635
|
-
<div class="warning"
|
632
|
+
<div class="warning">
|
636
633
|
<h3 class="title">Warning</h3>
|
637
634
|
<p><code class="literal">clutter_animator_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
638
635
|
</div>
|
@@ -663,7 +660,7 @@ Sets an external timeline that will be used for driving the animation
|
|
663
660
|
<div class="refsect2">
|
664
661
|
<a name="clutter-animator-get-timeline"></a><h3>clutter_animator_get_timeline ()</h3>
|
665
662
|
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_animator_get_timeline (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
666
|
-
<div class="warning"
|
663
|
+
<div class="warning">
|
667
664
|
<h3 class="title">Warning</h3>
|
668
665
|
<p><code class="literal">clutter_animator_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
669
666
|
</div>
|
@@ -695,7 +692,7 @@ Get the timeline hooked up for driving the <a class="link" href="ClutterAnimator
|
|
695
692
|
<a name="clutter-animator-set-duration"></a><h3>clutter_animator_set_duration ()</h3>
|
696
693
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animator_set_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
697
694
|
<em class="parameter"><code><span class="type">guint</span> duration</code></em>);</pre>
|
698
|
-
<div class="warning"
|
695
|
+
<div class="warning">
|
699
696
|
<h3 class="title">Warning</h3>
|
700
697
|
<p><code class="literal">clutter_animator_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
701
698
|
</div>
|
@@ -726,7 +723,7 @@ as specified.
|
|
726
723
|
<div class="refsect2">
|
727
724
|
<a name="clutter-animator-get-duration"></a><h3>clutter_animator_get_duration ()</h3>
|
728
725
|
<pre class="programlisting"><span class="returnvalue">guint</span> clutter_animator_get_duration (<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>);</pre>
|
729
|
-
<div class="warning"
|
726
|
+
<div class="warning">
|
730
727
|
<h3 class="title">Warning</h3>
|
731
728
|
<p><code class="literal">clutter_animator_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
732
729
|
</div>
|
@@ -760,7 +757,7 @@ Retrieves the current duration of an animator
|
|
760
757
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
761
758
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
762
759
|
<em class="parameter"><code><span class="type">gboolean</span> ease_in</code></em>);</pre>
|
763
|
-
<div class="warning"
|
760
|
+
<div class="warning">
|
764
761
|
<h3 class="title">Warning</h3>
|
765
762
|
<p><code class="literal">clutter_animator_property_set_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
766
763
|
</div>
|
@@ -802,7 +799,7 @@ Sets whether a property value is to be eased into the animation.
|
|
802
799
|
(<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
803
800
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
804
801
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
805
|
-
<div class="warning"
|
802
|
+
<div class="warning">
|
806
803
|
<h3 class="title">Warning</h3>
|
807
804
|
<p><code class="literal">clutter_animator_property_get_ease_in</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
808
805
|
</div>
|
@@ -877,7 +874,7 @@ The mode of interpolation between key frames
|
|
877
874
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
878
875
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
879
876
|
<em class="parameter"><code><a class="link" href="ClutterAnimator.html#ClutterInterpolation" title="enum ClutterInterpolation"><span class="type">ClutterInterpolation</span></a> interpolation</code></em>);</pre>
|
880
|
-
<div class="warning"
|
877
|
+
<div class="warning">
|
881
878
|
<h3 class="title">Warning</h3>
|
882
879
|
<p><code class="literal">clutter_animator_property_set_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
883
880
|
</div>
|
@@ -922,7 +919,7 @@ the values.
|
|
922
919
|
(<em class="parameter"><code><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> *animator</code></em>,
|
923
920
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
|
924
921
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
925
|
-
<div class="warning"
|
922
|
+
<div class="warning">
|
926
923
|
<h3 class="title">Warning</h3>
|
927
924
|
<p><code class="literal">clutter_animator_property_get_interpolation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
928
925
|
</div>
|
@@ -971,7 +968,7 @@ A key frame inside a <a class="link" href="ClutterAnimator.html" title="ClutterA
|
|
971
968
|
<div class="refsect2">
|
972
969
|
<a name="clutter-animator-key-get-object"></a><h3>clutter_animator_key_get_object ()</h3>
|
973
970
|
<pre class="programlisting"><span class="returnvalue">GObject</span> * clutter_animator_key_get_object (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
974
|
-
<div class="warning"
|
971
|
+
<div class="warning">
|
975
972
|
<h3 class="title">Warning</h3>
|
976
973
|
<p><code class="literal">clutter_animator_key_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
977
974
|
</div>
|
@@ -1003,7 +1000,7 @@ Retrieves the object a key applies to.
|
|
1003
1000
|
<a name="clutter-animator-key-get-property-name"></a><h3>clutter_animator_key_get_property_name ()</h3>
|
1004
1001
|
<pre class="programlisting">const <span class="returnvalue">gchar</span> * clutter_animator_key_get_property_name
|
1005
1002
|
(<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1006
|
-
<div class="warning"
|
1003
|
+
<div class="warning">
|
1007
1004
|
<h3 class="title">Warning</h3>
|
1008
1005
|
<p><code class="literal">clutter_animator_key_get_property_name</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1009
1006
|
</div>
|
@@ -1034,7 +1031,7 @@ Retrieves the name of the property a key applies to.
|
|
1034
1031
|
<a name="clutter-animator-key-get-property-type"></a><h3>clutter_animator_key_get_property_type ()</h3>
|
1035
1032
|
<pre class="programlisting"><span class="returnvalue">GType</span> clutter_animator_key_get_property_type
|
1036
1033
|
(<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1037
|
-
<div class="warning"
|
1034
|
+
<div class="warning">
|
1038
1035
|
<h3 class="title">Warning</h3>
|
1039
1036
|
<p><code class="literal">clutter_animator_key_get_property_type</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1040
1037
|
</div>
|
@@ -1068,7 +1065,7 @@ You can use this type to initialize the <span class="type">GValue</span> to pass
|
|
1068
1065
|
<div class="refsect2">
|
1069
1066
|
<a name="clutter-animator-key-get-mode"></a><h3>clutter_animator_key_get_mode ()</h3>
|
1070
1067
|
<pre class="programlisting"><span class="returnvalue">gulong</span> clutter_animator_key_get_mode (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1071
|
-
<div class="warning"
|
1068
|
+
<div class="warning">
|
1072
1069
|
<h3 class="title">Warning</h3>
|
1073
1070
|
<p><code class="literal">clutter_animator_key_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1074
1071
|
</div>
|
@@ -1102,7 +1099,7 @@ represents the easing mode.
|
|
1102
1099
|
<div class="refsect2">
|
1103
1100
|
<a name="clutter-animator-key-get-progress"></a><h3>clutter_animator_key_get_progress ()</h3>
|
1104
1101
|
<pre class="programlisting"><span class="returnvalue">gdouble</span> clutter_animator_key_get_progress (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>);</pre>
|
1105
|
-
<div class="warning"
|
1102
|
+
<div class="warning">
|
1106
1103
|
<h3 class="title">Warning</h3>
|
1107
1104
|
<p><code class="literal">clutter_animator_key_get_progress</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1108
1105
|
</div>
|
@@ -1133,7 +1130,7 @@ Retrieves the progress of an clutter_animator_key
|
|
1133
1130
|
<a name="clutter-animator-key-get-value"></a><h3>clutter_animator_key_get_value ()</h3>
|
1134
1131
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animator_key_get_value (<em class="parameter"><code>const <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a> *key</code></em>,
|
1135
1132
|
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
1136
|
-
<div class="warning"
|
1133
|
+
<div class="warning">
|
1137
1134
|
<h3 class="title">Warning</h3>
|
1138
1135
|
<p><code class="literal">clutter_animator_key_get_value</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1139
1136
|
</div>
|
@@ -1179,7 +1176,7 @@ Use <code class="function">g_value_unset()</code> when done.
|
|
1179
1176
|
<div class="refsect2">
|
1180
1177
|
<a name="ClutterAnimator--duration"></a><h3>The <code class="literal">"duration"</code> property</h3>
|
1181
1178
|
<pre class="programlisting"> "duration" <span class="type">guint</span> : Read / Write</pre>
|
1182
|
-
<div class="warning"
|
1179
|
+
<div class="warning">
|
1183
1180
|
<h3 class="title">Warning</h3>
|
1184
1181
|
<p><code class="literal">ClutterAnimator:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1185
1182
|
</div>
|
@@ -1194,7 +1191,7 @@ to drive the animation
|
|
1194
1191
|
<div class="refsect2">
|
1195
1192
|
<a name="ClutterAnimator--timeline"></a><h3>The <code class="literal">"timeline"</code> property</h3>
|
1196
1193
|
<pre class="programlisting"> "timeline" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write</pre>
|
1197
|
-
<div class="warning"
|
1194
|
+
<div class="warning">
|
1198
1195
|
<h3 class="title">Warning</h3>
|
1199
1196
|
<p><code class="literal">ClutterAnimator:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1200
1197
|
</div>
|
@@ -1213,6 +1210,6 @@ animation
|
|
1213
1210
|
</div>
|
1214
1211
|
<div class="footer">
|
1215
1212
|
<hr>
|
1216
|
-
Generated by GTK-Doc V1.
|
1213
|
+
Generated by GTK-Doc V1.19.1</div>
|
1217
1214
|
</body>
|
1218
1215
|
</html>
|