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,30 +2,27 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>General</title>
|
5
|
+
<title>Clutter Reference Manual: General</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="ch10.html" title="General purpose API">
|
9
9
|
<link rel="prev" href="ClutterInputDevice.html" title="ClutterInputDevice">
|
10
10
|
<link rel="next" href="ClutterPath.html" title="ClutterPath">
|
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="ch10.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="ClutterPath.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="#clutter-General.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="#clutter-General.description" class="shortcut">Description</a>
|
27
|
-
</td
|
28
|
-
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="ClutterInputDevice.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="ClutterPath.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
29
26
|
<div class="refentry">
|
30
27
|
<a name="clutter-General"></a><div class="titlepage"></div>
|
31
28
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -866,7 +863,7 @@ It is safe to call this function multiple times.
|
|
866
863
|
</p>
|
867
864
|
<p>
|
868
865
|
</p>
|
869
|
-
<div class="note"
|
866
|
+
<div class="note">
|
870
867
|
<h3 class="title">Note</h3>This function will not abort in case of errors during
|
871
868
|
initialization; <a class="link" href="clutter-General.html#clutter-init" title="clutter_init ()"><code class="function">clutter_init()</code></a> will print out the error message on
|
872
869
|
stderr, and will return an error code. It is up to the application
|
@@ -1119,7 +1116,7 @@ Retrieves the depth of the Clutter mainloop.
|
|
1119
1116
|
<div class="refsect2">
|
1120
1117
|
<a name="clutter-get-debug-enabled"></a><h3>clutter_get_debug_enabled ()</h3>
|
1121
1118
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_get_debug_enabled (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1122
|
-
<div class="warning"
|
1119
|
+
<div class="warning">
|
1123
1120
|
<h3 class="title">Warning</h3>
|
1124
1121
|
<p><code class="literal">clutter_get_debug_enabled</code> has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything.</p>
|
1125
1122
|
</div>
|
@@ -1141,7 +1138,7 @@ Check if Clutter has debugging enabled.
|
|
1141
1138
|
<div class="refsect2">
|
1142
1139
|
<a name="clutter-get-show-fps"></a><h3>clutter_get_show_fps ()</h3>
|
1143
1140
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_get_show_fps (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1144
|
-
<div class="warning"
|
1141
|
+
<div class="warning">
|
1145
1142
|
<h3 class="title">Warning</h3>
|
1146
1143
|
<p><code class="literal">clutter_get_show_fps</code> has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything. Use the environment
|
1147
1144
|
variable or the configuration file to determine whether Clutter should
|
@@ -1170,7 +1167,7 @@ the <code class="literal">--clutter-show-fps</code> command line argument. *
|
|
1170
1167
|
<div class="refsect2">
|
1171
1168
|
<a name="clutter-get-timestamp"></a><h3>clutter_get_timestamp ()</h3>
|
1172
1169
|
<pre class="programlisting"><span class="returnvalue">gulong</span> clutter_get_timestamp (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1173
|
-
<div class="warning"
|
1170
|
+
<div class="warning">
|
1174
1171
|
<h3 class="title">Warning</h3>
|
1175
1172
|
<p><code class="literal">clutter_get_timestamp</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <span class="type">GTimer</span> or <code class="function">g_get_monotonic_time()</code> for a proper
|
1176
1173
|
timing source</p>
|
@@ -1206,7 +1203,7 @@ zero if Clutter was not configured with debugging code paths.</td>
|
|
1206
1203
|
<div class="refsect2">
|
1207
1204
|
<a name="clutter-get-actor-by-gid"></a><h3>clutter_get_actor_by_gid ()</h3>
|
1208
1205
|
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> * clutter_get_actor_by_gid (<em class="parameter"><code><span class="type">guint32</span> id_</code></em>);</pre>
|
1209
|
-
<div class="warning"
|
1206
|
+
<div class="warning">
|
1210
1207
|
<h3 class="title">Warning</h3>
|
1211
1208
|
<p><code class="literal">clutter_get_actor_by_gid</code> has been deprecated since version 1.8 and should not be used in newly-written code. The id is not used any longer.</p>
|
1212
1209
|
</div>
|
@@ -1237,7 +1234,7 @@ The returned actor does not have its reference count increased. <span class="ann
|
|
1237
1234
|
<div class="refsect2">
|
1238
1235
|
<a name="clutter-set-default-frame-rate"></a><h3>clutter_set_default_frame_rate ()</h3>
|
1239
1236
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_set_default_frame_rate (<em class="parameter"><code><span class="type">guint</span> frames_per_sec</code></em>);</pre>
|
1240
|
-
<div class="warning"
|
1237
|
+
<div class="warning">
|
1241
1238
|
<h3 class="title">Warning</h3>
|
1242
1239
|
<p><code class="literal">clutter_set_default_frame_rate</code> has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything any more.</p>
|
1243
1240
|
</div>
|
@@ -1282,7 +1279,7 @@ Retrieves the default frame rate. See <a class="link" href="clutter-General.html
|
|
1282
1279
|
<div class="refsect2">
|
1283
1280
|
<a name="clutter-set-motion-events-enabled"></a><h3>clutter_set_motion_events_enabled ()</h3>
|
1284
1281
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_set_motion_events_enabled (<em class="parameter"><code><span class="type">gboolean</span> enable</code></em>);</pre>
|
1285
|
-
<div class="warning"
|
1282
|
+
<div class="warning">
|
1286
1283
|
<h3 class="title">Warning</h3>
|
1287
1284
|
<p><code class="literal">clutter_set_motion_events_enabled</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterStage.html#clutter-stage-set-motion-events-enabled" title="clutter_stage_set_motion_events_enabled ()"><code class="function">clutter_stage_set_motion_events_enabled()</code></a> instead.</p>
|
1288
1285
|
</div>
|
@@ -1318,7 +1315,7 @@ If <em class="parameter"><code>enable</code></em> is <code class="literal">FALSE
|
|
1318
1315
|
<div class="refsect2">
|
1319
1316
|
<a name="clutter-get-motion-events-enabled"></a><h3>clutter_get_motion_events_enabled ()</h3>
|
1320
1317
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_get_motion_events_enabled (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1321
|
-
<div class="warning"
|
1318
|
+
<div class="warning">
|
1322
1319
|
<h3 class="title">Warning</h3>
|
1323
1320
|
<p><code class="literal">clutter_get_motion_events_enabled</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterStage.html#clutter-stage-get-motion-events-enabled" title="clutter_stage_get_motion_events_enabled ()"><code class="function">clutter_stage_get_motion_events_enabled()</code></a> instead.</p>
|
1324
1321
|
</div>
|
@@ -1342,7 +1339,7 @@ Gets whether the per-actor motion events are enabled.
|
|
1342
1339
|
<div class="refsect2">
|
1343
1340
|
<a name="clutter-clear-glyph-cache"></a><h3>clutter_clear_glyph_cache ()</h3>
|
1344
1341
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_clear_glyph_cache (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1345
|
-
<div class="warning"
|
1342
|
+
<div class="warning">
|
1346
1343
|
<h3 class="title">Warning</h3>
|
1347
1344
|
<p><code class="literal">clutter_clear_glyph_cache</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="clutter-General.html#clutter-get-font-map" title="clutter_get_font_map ()"><code class="function">clutter_get_font_map()</code></a> and
|
1348
1345
|
<code class="function">cogl_pango_font_map_clear_glyph_cache()</code> instead.</p>
|
@@ -1392,7 +1389,7 @@ Runtime flags to change the font quality. To be used with
|
|
1392
1389
|
<div class="refsect2">
|
1393
1390
|
<a name="clutter-set-font-flags"></a><h3>clutter_set_font_flags ()</h3>
|
1394
1391
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_set_font_flags (<em class="parameter"><code><a class="link" href="clutter-General.html#ClutterFontFlags" title="enum ClutterFontFlags"><span class="type">ClutterFontFlags</span></a> flags</code></em>);</pre>
|
1395
|
-
<div class="warning"
|
1392
|
+
<div class="warning">
|
1396
1393
|
<h3 class="title">Warning</h3>
|
1397
1394
|
<p><code class="literal">clutter_set_font_flags</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterBackend.html#clutter-backend-set-font-options" title="clutter_backend_set_font_options ()"><code class="function">clutter_backend_set_font_options()</code></a> and the
|
1398
1395
|
<span class="type">cairo_font_option_t</span> API.</p>
|
@@ -1425,10 +1422,10 @@ introduce some artifacts if the text is animated.
|
|
1425
1422
|
<div class="refsect2">
|
1426
1423
|
<a name="clutter-get-font-flags"></a><h3>clutter_get_font_flags ()</h3>
|
1427
1424
|
<pre class="programlisting"><a class="link" href="clutter-General.html#ClutterFontFlags" title="enum ClutterFontFlags"><span class="returnvalue">ClutterFontFlags</span></a> clutter_get_font_flags (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1428
|
-
<div class="warning"
|
1425
|
+
<div class="warning">
|
1429
1426
|
<h3 class="title">Warning</h3>
|
1430
1427
|
<p><code class="literal">clutter_get_font_flags</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterBackend.html#clutter-backend-get-font-options" title="clutter_backend_get_font_options ()"><code class="function">clutter_backend_get_font_options()</code></a> and the
|
1431
|
-
<a href="/
|
1428
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> API.</p>
|
1432
1429
|
</div>
|
1433
1430
|
<p>
|
1434
1431
|
Gets the current font flags for rendering text. See
|
@@ -1620,7 +1617,7 @@ be called multiple times.
|
|
1620
1617
|
<div class="refsect2">
|
1621
1618
|
<a name="clutter-threads-init"></a><h3>clutter_threads_init ()</h3>
|
1622
1619
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_threads_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1623
|
-
<div class="warning"
|
1620
|
+
<div class="warning">
|
1624
1621
|
<h3 class="title">Warning</h3>
|
1625
1622
|
<p><code class="literal">clutter_threads_init</code> has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything. Threading support
|
1626
1623
|
is initialized when Clutter is initialized.</p>
|
@@ -1645,7 +1642,7 @@ It is safe to call this function multiple times.
|
|
1645
1642
|
<div class="refsect2">
|
1646
1643
|
<a name="clutter-threads-enter"></a><h3>clutter_threads_enter ()</h3>
|
1647
1644
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_threads_enter (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1648
|
-
<div class="warning"
|
1645
|
+
<div class="warning">
|
1649
1646
|
<h3 class="title">Warning</h3>
|
1650
1647
|
<p><code class="literal">clutter_threads_enter</code> has been deprecated since version 1.12 and should not be used in newly-written code. This function should not be used by application
|
1651
1648
|
code; marking critical sections is not portable on various
|
@@ -1662,7 +1659,7 @@ Locks the Clutter thread lock.
|
|
1662
1659
|
<div class="refsect2">
|
1663
1660
|
<a name="clutter-threads-leave"></a><h3>clutter_threads_leave ()</h3>
|
1664
1661
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_threads_leave (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1665
|
-
<div class="warning"
|
1662
|
+
<div class="warning">
|
1666
1663
|
<h3 class="title">Warning</h3>
|
1667
1664
|
<p><code class="literal">clutter_threads_leave</code> has been deprecated since version 1.12 and should not be used in newly-written code. This function should not be used by application
|
1668
1665
|
code; marking critical sections is not portable on various
|
@@ -2018,7 +2015,7 @@ range between <span class="type">G_PRIORITY_DEFAULT</span> and <span class="type
|
|
2018
2015
|
<pre class="programlisting"><span class="returnvalue">guint</span> clutter_threads_add_frame_source (<em class="parameter"><code><span class="type">guint</span> fps</code></em>,
|
2019
2016
|
<em class="parameter"><code><span class="type">GSourceFunc</span> func</code></em>,
|
2020
2017
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
2021
|
-
<div class="warning"
|
2018
|
+
<div class="warning">
|
2022
2019
|
<h3 class="title">Warning</h3>
|
2023
2020
|
<p><code class="literal">clutter_threads_add_frame_source</code> is deprecated and should not be used in newly-written code. 1.6</p>
|
2024
2021
|
</div>
|
@@ -2060,7 +2057,7 @@ Simple wrapper around <a class="link" href="clutter-General.html#clutter-threads
|
|
2060
2057
|
<em class="parameter"><code><span class="type">GSourceFunc</span> func</code></em>,
|
2061
2058
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
2062
2059
|
<em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
|
2063
|
-
<div class="warning"
|
2060
|
+
<div class="warning">
|
2064
2061
|
<h3 class="title">Warning</h3>
|
2065
2062
|
<p><code class="literal">clutter_threads_add_frame_source_full</code> is deprecated and should not be used in newly-written code. 1.6</p>
|
2066
2063
|
</div>
|
@@ -2410,7 +2407,7 @@ that would have received the event if the pointer grab was not in effect.
|
|
2410
2407
|
</p>
|
2411
2408
|
<p>
|
2412
2409
|
</p>
|
2413
|
-
<div class="note"
|
2410
|
+
<div class="note">
|
2414
2411
|
<h3 class="title">Note</h3>
|
2415
2412
|
<p>Grabs completely override the entire event delivery chain
|
2416
2413
|
done by Clutter. Pointer grabs should only be used as a last resource;
|
@@ -2462,7 +2459,7 @@ Removes an existing grab of the pointer.
|
|
2462
2459
|
<a name="clutter-grab-pointer-for-device"></a><h3>clutter_grab_pointer_for_device ()</h3>
|
2463
2460
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_grab_pointer_for_device (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
2464
2461
|
<em class="parameter"><code><span class="type">gint</span> id_</code></em>);</pre>
|
2465
|
-
<div class="warning"
|
2462
|
+
<div class="warning">
|
2466
2463
|
<h3 class="title">Warning</h3>
|
2467
2464
|
<p><code class="literal">clutter_grab_pointer_for_device</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterInputDevice.html#clutter-input-device-grab" title="clutter_input_device_grab ()"><code class="function">clutter_input_device_grab()</code></a> instead.</p>
|
2468
2465
|
</div>
|
@@ -2495,7 +2492,7 @@ If <em class="parameter"><code>id</code></em> is -1 then this function is equiva
|
|
2495
2492
|
<div class="refsect2">
|
2496
2493
|
<a name="clutter-ungrab-pointer-for-device"></a><h3>clutter_ungrab_pointer_for_device ()</h3>
|
2497
2494
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_ungrab_pointer_for_device (<em class="parameter"><code><span class="type">gint</span> id_</code></em>);</pre>
|
2498
|
-
<div class="warning"
|
2495
|
+
<div class="warning">
|
2499
2496
|
<h3 class="title">Warning</h3>
|
2500
2497
|
<p><code class="literal">clutter_ungrab_pointer_for_device</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterInputDevice.html#clutter-input-device-ungrab" title="clutter_input_device_ungrab ()"><code class="function">clutter_input_device_ungrab()</code></a> instead.</p>
|
2501
2498
|
</div>
|
@@ -2545,6 +2542,6 @@ toolkit, and it should never be called by applications.
|
|
2545
2542
|
</div>
|
2546
2543
|
<div class="footer">
|
2547
2544
|
<hr>
|
2548
|
-
Generated by GTK-Doc V1.
|
2545
|
+
Generated by GTK-Doc V1.19.1</div>
|
2549
2546
|
</body>
|
2550
2547
|
</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>Implicit Animations</title>
|
5
|
+
<title>Clutter Reference Manual: Implicit Animations</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="ClutterAlpha.html" title="ClutterAlpha">
|
10
10
|
<link rel="next" href="ClutterAnimator.html" title="ClutterAnimator">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.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="ClutterAnimator.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="#clutter-Implicit-Animations.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="#clutter-Implicit-Animations.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,8 +25,12 @@
|
|
32
25
|
<a href="#clutter-Implicit-Animations.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#clutter-Implicit-Animations.signals" class="shortcut">Signals</a>
|
35
|
-
</td
|
36
|
-
|
28
|
+
</td>
|
29
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
+
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="ClutterAlpha.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="ClutterAnimator.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
|
+
</tr></table>
|
37
34
|
<div class="refentry">
|
38
35
|
<a name="clutter-Implicit-Animations"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -700,29 +697,29 @@ state and the specified final state.
|
|
700
697
|
|
701
698
|
<span class="normal"> </span><span class="function"><a href="ClutterCairoTexture.html#clutter-cairo-texture-clear">clutter_cairo_texture_clear</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">texture</span><span class="symbol">);</span>
|
702
699
|
|
703
|
-
<span class="normal"> </span><span class="function"><a href="/
|
700
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-Paths.html#cairo-arc">cairo_arc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2.0</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> G_PI</span><span class="symbol">);</span>
|
704
701
|
|
705
702
|
<span class="normal"> bouncer_color </span><span class="symbol">=</span><span class="normal"> CLUTTER_COLOR_DarkScarletRed</span><span class="symbol">;</span>
|
706
703
|
|
707
|
-
<span class="normal"> pattern </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/
|
704
|
+
<span class="normal"> pattern </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-create-radial">cairo_pattern_create_radial</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> radius </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
708
705
|
<span class="normal"> radius</span><span class="symbol">,</span><span class="normal"> radius</span><span class="symbol">,</span><span class="normal"> radius</span><span class="symbol">);</span>
|
709
|
-
<span class="normal"> </span><span class="function"><a href="/
|
706
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">,</span>
|
710
707
|
<span class="normal"> </span><span class="number">0</span><span class="symbol">,</span>
|
711
708
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">red </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
712
709
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">green </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
713
710
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">blue </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
714
711
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">alpha </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">);</span>
|
715
|
-
<span class="normal"> </span><span class="function"><a href="/
|
712
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">cairo_pattern_add_color_stop_rgba</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">,</span>
|
716
713
|
<span class="normal"> </span><span class="number">0.85</span><span class="symbol">,</span>
|
717
714
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">red </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
718
715
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">green </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
719
716
|
<span class="normal"> bouncer_color</span><span class="symbol">-></span><span class="normal">blue </span><span class="symbol">/</span><span class="normal"> </span><span class="number">255.0</span><span class="symbol">,</span>
|
720
717
|
<span class="normal"> </span><span class="number">0.25</span><span class="symbol">);</span>
|
721
718
|
|
722
|
-
<span class="normal"> </span><span class="function"><a href="/
|
723
|
-
<span class="normal"> </span><span class="function"><a href="/
|
719
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-source">cairo_set_source</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">,</span><span class="normal"> pattern</span><span class="symbol">);</span>
|
720
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-fill-preserve">cairo_fill_preserve</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">cr</span><span class="symbol">);</span>
|
724
721
|
|
725
|
-
<span class="normal"> </span><span class="function"><a href="/
|
722
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-destroy">cairo_pattern_destroy</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">pattern</span><span class="symbol">);</span>
|
726
723
|
|
727
724
|
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> TRUE</span><span class="symbol">;</span>
|
728
725
|
<span class="cbracket">}</span>
|
@@ -884,7 +881,7 @@ should be accessed using the provided functions.
|
|
884
881
|
<div class="refsect2">
|
885
882
|
<a name="clutter-animation-new"></a><h3>clutter_animation_new ()</h3>
|
886
883
|
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * clutter_animation_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
887
|
-
<div class="warning"
|
884
|
+
<div class="warning">
|
888
885
|
<h3 class="title">Warning</h3>
|
889
886
|
<p><code class="literal">clutter_animation_new</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
890
887
|
</div>
|
@@ -923,7 +920,7 @@ to release the associated resources</td>
|
|
923
920
|
<a name="clutter-animation-set-object"></a><h3>clutter_animation_set_object ()</h3>
|
924
921
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_object (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
925
922
|
<em class="parameter"><code><span class="type">GObject</span> *object</code></em>);</pre>
|
926
|
-
<div class="warning"
|
923
|
+
<div class="warning">
|
927
924
|
<h3 class="title">Warning</h3>
|
928
925
|
<p><code class="literal">clutter_animation_set_object</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
929
926
|
</div>
|
@@ -955,7 +952,7 @@ reference on <em class="parameter"><code>object</code></em>.
|
|
955
952
|
<div class="refsect2">
|
956
953
|
<a name="clutter-animation-get-object"></a><h3>clutter_animation_get_object ()</h3>
|
957
954
|
<pre class="programlisting"><span class="returnvalue">GObject</span> * clutter_animation_get_object (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
958
|
-
<div class="warning"
|
955
|
+
<div class="warning">
|
959
956
|
<h3 class="title">Warning</h3>
|
960
957
|
<p><code class="literal">clutter_animation_get_object</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
961
958
|
</div>
|
@@ -987,7 +984,7 @@ Retrieves the <span class="type">GObject</span> attached to <em class="parameter
|
|
987
984
|
<a name="clutter-animation-set-mode"></a><h3>clutter_animation_set_mode ()</h3>
|
988
985
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_mode (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
989
986
|
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
990
|
-
<div class="warning"
|
987
|
+
<div class="warning">
|
991
988
|
<h3 class="title">Warning</h3>
|
992
989
|
<p><code class="literal">clutter_animation_set_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
993
990
|
</div>
|
@@ -1022,7 +1019,7 @@ This function will also set <a class="link" href="clutter-Implicit-Animations.ht
|
|
1022
1019
|
<div class="refsect2">
|
1023
1020
|
<a name="clutter-animation-get-mode"></a><h3>clutter_animation_get_mode ()</h3>
|
1024
1021
|
<pre class="programlisting"><span class="returnvalue">gulong</span> clutter_animation_get_mode (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1025
|
-
<div class="warning"
|
1022
|
+
<div class="warning">
|
1026
1023
|
<h3 class="title">Warning</h3>
|
1027
1024
|
<p><code class="literal">clutter_animation_get_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1028
1025
|
</div>
|
@@ -1054,7 +1051,7 @@ Retrieves the animation mode of <em class="parameter"><code>animation</code></em
|
|
1054
1051
|
<a name="clutter-animation-set-duration"></a><h3>clutter_animation_set_duration ()</h3>
|
1055
1052
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_duration (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1056
1053
|
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);</pre>
|
1057
|
-
<div class="warning"
|
1054
|
+
<div class="warning">
|
1058
1055
|
<h3 class="title">Warning</h3>
|
1059
1056
|
<p><code class="literal">clutter_animation_set_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1060
1057
|
</div>
|
@@ -1088,7 +1085,7 @@ This function will set <a class="link" href="clutter-Implicit-Animations.html#Cl
|
|
1088
1085
|
<div class="refsect2">
|
1089
1086
|
<a name="clutter-animation-get-duration"></a><h3>clutter_animation_get_duration ()</h3>
|
1090
1087
|
<pre class="programlisting"><span class="returnvalue">guint</span> clutter_animation_get_duration (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1091
|
-
<div class="warning"
|
1088
|
+
<div class="warning">
|
1092
1089
|
<h3 class="title">Warning</h3>
|
1093
1090
|
<p><code class="literal">clutter_animation_get_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1094
1091
|
</div>
|
@@ -1119,7 +1116,7 @@ Retrieves the duration of <em class="parameter"><code>animation</code></em>, in
|
|
1119
1116
|
<a name="clutter-animation-set-loop"></a><h3>clutter_animation_set_loop ()</h3>
|
1120
1117
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_loop (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1121
1118
|
<em class="parameter"><code><span class="type">gboolean</span> loop</code></em>);</pre>
|
1122
|
-
<div class="warning"
|
1119
|
+
<div class="warning">
|
1123
1120
|
<h3 class="title">Warning</h3>
|
1124
1121
|
<p><code class="literal">clutter_animation_set_loop</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1125
1122
|
</div>
|
@@ -1158,7 +1155,7 @@ This function will set <a class="link" href="clutter-Implicit-Animations.html#Cl
|
|
1158
1155
|
<div class="refsect2">
|
1159
1156
|
<a name="clutter-animation-get-loop"></a><h3>clutter_animation_get_loop ()</h3>
|
1160
1157
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animation_get_loop (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1161
|
-
<div class="warning"
|
1158
|
+
<div class="warning">
|
1162
1159
|
<h3 class="title">Warning</h3>
|
1163
1160
|
<p><code class="literal">clutter_animation_get_loop</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1164
1161
|
</div>
|
@@ -1190,7 +1187,7 @@ Retrieves whether <em class="parameter"><code>animation</code></em> is looping.
|
|
1190
1187
|
<a name="clutter-animation-set-timeline"></a><h3>clutter_animation_set_timeline ()</h3>
|
1191
1188
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_timeline (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1192
1189
|
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>);</pre>
|
1193
|
-
<div class="warning"
|
1190
|
+
<div class="warning">
|
1194
1191
|
<h3 class="title">Warning</h3>
|
1195
1192
|
<p><code class="literal">clutter_animation_set_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1196
1193
|
</div>
|
@@ -1225,7 +1222,7 @@ current <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><spa
|
|
1225
1222
|
<div class="refsect2">
|
1226
1223
|
<a name="clutter-animation-get-timeline"></a><h3>clutter_animation_get_timeline ()</h3>
|
1227
1224
|
<pre class="programlisting"><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="returnvalue">ClutterTimeline</span></a> * clutter_animation_get_timeline (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1228
|
-
<div class="warning"
|
1225
|
+
<div class="warning">
|
1229
1226
|
<h3 class="title">Warning</h3>
|
1230
1227
|
<p><code class="literal">clutter_animation_get_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1231
1228
|
</div>
|
@@ -1257,7 +1254,7 @@ Retrieves the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline
|
|
1257
1254
|
<a name="clutter-animation-set-alpha"></a><h3>clutter_animation_set_alpha ()</h3>
|
1258
1255
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_set_alpha (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1259
1256
|
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>);</pre>
|
1260
|
-
<div class="warning"
|
1257
|
+
<div class="warning">
|
1261
1258
|
<h3 class="title">Warning</h3>
|
1262
1259
|
<p><code class="literal">clutter_animation_set_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and
|
1263
1260
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-set-progress-mode" title="clutter_timeline_set_progress_mode ()"><code class="function">clutter_timeline_set_progress_mode()</code></a> instead.</p>
|
@@ -1293,7 +1290,7 @@ of the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class
|
|
1293
1290
|
<div class="refsect2">
|
1294
1291
|
<a name="clutter-animation-get-alpha"></a><h3>clutter_animation_get_alpha ()</h3>
|
1295
1292
|
<pre class="programlisting"><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="returnvalue">ClutterAlpha</span></a> * clutter_animation_get_alpha (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1296
|
-
<div class="warning"
|
1293
|
+
<div class="warning">
|
1297
1294
|
<h3 class="title">Warning</h3>
|
1298
1295
|
<p><code class="literal">clutter_animation_get_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="clutter-Implicit-Animations.html#clutter-animation-get-timeline" title="clutter_animation_get_timeline ()"><code class="function">clutter_animation_get_timeline()</code></a> and
|
1299
1296
|
<a class="link" href="ClutterTimeline.html#clutter-timeline-get-progress-mode" title="clutter_timeline_get_progress_mode ()"><code class="function">clutter_timeline_get_progress_mode()</code></a> instead.</p>
|
@@ -1325,7 +1322,7 @@ Retrieves the <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><spa
|
|
1325
1322
|
<div class="refsect2">
|
1326
1323
|
<a name="clutter-animation-completed"></a><h3>clutter_animation_completed ()</h3>
|
1327
1324
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_completed (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>);</pre>
|
1328
|
-
<div class="warning"
|
1325
|
+
<div class="warning">
|
1329
1326
|
<h3 class="title">Warning</h3>
|
1330
1327
|
<p><code class="literal">clutter_animation_completed</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1331
1328
|
</div>
|
@@ -1359,7 +1356,7 @@ or unless a reference was taken inside a handler for the
|
|
1359
1356
|
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * clutter_animation_bind (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1360
1357
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1361
1358
|
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);</pre>
|
1362
|
-
<div class="warning"
|
1359
|
+
<div class="warning">
|
1363
1360
|
<h3 class="title">Warning</h3>
|
1364
1361
|
<p><code class="literal">clutter_animation_bind</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1365
1362
|
</div>
|
@@ -1406,7 +1403,7 @@ calls convenient in language bindings.
|
|
1406
1403
|
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * clutter_animation_bind_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1407
1404
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1408
1405
|
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);</pre>
|
1409
|
-
<div class="warning"
|
1406
|
+
<div class="warning">
|
1410
1407
|
<h3 class="title">Warning</h3>
|
1411
1408
|
<p><code class="literal">clutter_animation_bind_interval</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1412
1409
|
</div>
|
@@ -1455,7 +1452,7 @@ If you need to update the interval instance use
|
|
1455
1452
|
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * clutter_animation_update (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1456
1453
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1457
1454
|
<em class="parameter"><code>const <span class="type">GValue</span> *final</code></em>);</pre>
|
1458
|
-
<div class="warning"
|
1455
|
+
<div class="warning">
|
1459
1456
|
<h3 class="title">Warning</h3>
|
1460
1457
|
<p><code class="literal">clutter_animation_update</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1461
1458
|
</div>
|
@@ -1496,7 +1493,7 @@ Updates the <em class="parameter"><code>final</code></em> value of the interval
|
|
1496
1493
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_update_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1497
1494
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>,
|
1498
1495
|
<em class="parameter"><code><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="type">ClutterInterval</span></a> *interval</code></em>);</pre>
|
1499
|
-
<div class="warning"
|
1496
|
+
<div class="warning">
|
1500
1497
|
<h3 class="title">Warning</h3>
|
1501
1498
|
<p><code class="literal">clutter_animation_update_interval</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1502
1499
|
</div>
|
@@ -1533,7 +1530,7 @@ will take ownership of the passed <a class="link" href="clutter-Value-intervals.
|
|
1533
1530
|
<a name="clutter-animation-has-property"></a><h3>clutter_animation_has_property ()</h3>
|
1534
1531
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_animation_has_property (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1535
1532
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1536
|
-
<div class="warning"
|
1533
|
+
<div class="warning">
|
1537
1534
|
<h3 class="title">Warning</h3>
|
1538
1535
|
<p><code class="literal">clutter_animation_has_property</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1539
1536
|
</div>
|
@@ -1570,7 +1567,7 @@ Checks whether <em class="parameter"><code>animation</code></em> is controlling
|
|
1570
1567
|
<a name="clutter-animation-unbind-property"></a><h3>clutter_animation_unbind_property ()</h3>
|
1571
1568
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_animation_unbind_property (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1572
1569
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1573
|
-
<div class="warning"
|
1570
|
+
<div class="warning">
|
1574
1571
|
<h3 class="title">Warning</h3>
|
1575
1572
|
<p><code class="literal">clutter_animation_unbind_property</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1576
1573
|
</div>
|
@@ -1601,7 +1598,7 @@ Removes <em class="parameter"><code>property_name</code></em> from the list of a
|
|
1601
1598
|
<a name="clutter-animation-get-interval"></a><h3>clutter_animation_get_interval ()</h3>
|
1602
1599
|
<pre class="programlisting"><a class="link" href="clutter-Value-intervals.html#ClutterInterval"><span class="returnvalue">ClutterInterval</span></a> * clutter_animation_get_interval (<em class="parameter"><code><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation</code></em>,
|
1603
1600
|
<em class="parameter"><code>const <span class="type">gchar</span> *property_name</code></em>);</pre>
|
1604
|
-
<div class="warning"
|
1601
|
+
<div class="warning">
|
1605
1602
|
<h3 class="title">Warning</h3>
|
1606
1603
|
<p><code class="literal">clutter_animation_get_interval</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
1607
1604
|
</div>
|
@@ -1643,7 +1640,7 @@ owned by the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnima
|
|
1643
1640
|
<em class="parameter"><code><span class="type">guint</span> duration</code></em>,
|
1644
1641
|
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
1645
1642
|
<em class="parameter"><code>...</code></em>);</pre>
|
1646
|
-
<div class="warning"
|
1643
|
+
<div class="warning">
|
1647
1644
|
<h3 class="title">Warning</h3>
|
1648
1645
|
<p><code class="literal">clutter_actor_animate</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
1649
1646
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
@@ -1871,7 +1868,7 @@ is the equivalent of:
|
|
1871
1868
|
</p>
|
1872
1869
|
<p>
|
1873
1870
|
</p>
|
1874
|
-
<div class="note"
|
1871
|
+
<div class="note">
|
1875
1872
|
<h3 class="title">Note</h3>Unless the animation is looping, the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> created by
|
1876
1873
|
<a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> will become invalid as soon as it is
|
1877
1874
|
complete.</div>
|
@@ -1983,7 +1980,7 @@ owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span
|
|
1983
1980
|
<em class="parameter"><code><a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> *timeline</code></em>,
|
1984
1981
|
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
1985
1982
|
<em class="parameter"><code>...</code></em>);</pre>
|
1986
|
-
<div class="warning"
|
1983
|
+
<div class="warning">
|
1987
1984
|
<h3 class="title">Warning</h3>
|
1988
1985
|
<p><code class="literal">clutter_actor_animate_with_timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
1989
1986
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
@@ -2047,7 +2044,7 @@ owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span
|
|
2047
2044
|
<em class="parameter"><code><a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a> *alpha</code></em>,
|
2048
2045
|
<em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
|
2049
2046
|
<em class="parameter"><code>...</code></em>);</pre>
|
2050
|
-
<div class="warning"
|
2047
|
+
<div class="warning">
|
2051
2048
|
<h3 class="title">Warning</h3>
|
2052
2049
|
<p><code class="literal">clutter_actor_animate_with_alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a> instead</p>
|
2053
2050
|
</div>
|
@@ -2107,7 +2104,7 @@ property values</td>
|
|
2107
2104
|
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
2108
2105
|
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
2109
2106
|
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2110
|
-
<div class="warning"
|
2107
|
+
<div class="warning">
|
2111
2108
|
<h3 class="title">Warning</h3>
|
2112
2109
|
<p><code class="literal">clutter_actor_animatev</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
2113
2110
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
@@ -2123,7 +2120,7 @@ for language bindings.
|
|
2123
2120
|
</p>
|
2124
2121
|
<p>
|
2125
2122
|
</p>
|
2126
|
-
<div class="warning"
|
2123
|
+
<div class="warning">
|
2127
2124
|
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a>, this function will not
|
2128
2125
|
allow you to specify "signal::" names and callbacks.</div>
|
2129
2126
|
<p>
|
@@ -2184,7 +2181,7 @@ owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span
|
|
2184
2181
|
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
2185
2182
|
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
2186
2183
|
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2187
|
-
<div class="warning"
|
2184
|
+
<div class="warning">
|
2188
2185
|
<h3 class="title">Warning</h3>
|
2189
2186
|
<p><code class="literal">clutter_actor_animate_with_timelinev</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
2190
2187
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead.</p>
|
@@ -2207,7 +2204,7 @@ useful for language bindings.
|
|
2207
2204
|
</p>
|
2208
2205
|
<p>
|
2209
2206
|
</p>
|
2210
|
-
<div class="warning"
|
2207
|
+
<div class="warning">
|
2211
2208
|
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" title="clutter_actor_animate_with_timeline ()"><code class="function">clutter_actor_animate_with_timeline()</code></a>, this function
|
2212
2209
|
will not allow you to specify "signal::" names and callbacks.</div>
|
2213
2210
|
<p>
|
@@ -2267,7 +2264,7 @@ owned by the <a class="link" href="ClutterActor.html" title="ClutterActor"><span
|
|
2267
2264
|
<em class="parameter"><code><span class="type">gint</span> n_properties</code></em>,
|
2268
2265
|
<em class="parameter"><code>const <span class="type">gchar</span> * const properties[]</code></em>,
|
2269
2266
|
<em class="parameter"><code>const <span class="type">GValue</span> *values</code></em>);</pre>
|
2270
|
-
<div class="warning"
|
2267
|
+
<div class="warning">
|
2271
2268
|
<h3 class="title">Warning</h3>
|
2272
2269
|
<p><code class="literal">clutter_actor_animate_with_alphav</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-timelinev" title="clutter_actor_animate_with_timelinev ()"><code class="function">clutter_actor_animate_with_timelinev()</code></a> instead</p>
|
2273
2270
|
</div>
|
@@ -2289,7 +2286,7 @@ useful for language bindings.
|
|
2289
2286
|
</p>
|
2290
2287
|
<p>
|
2291
2288
|
</p>
|
2292
|
-
<div class="warning"
|
2289
|
+
<div class="warning">
|
2293
2290
|
<h3 class="title">Warning</h3>Unlike <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" title="clutter_actor_animate_with_alpha ()"><code class="function">clutter_actor_animate_with_alpha()</code></a>, this function will
|
2294
2291
|
not allow you to specify "signal::" names and callbacks.</div>
|
2295
2292
|
<p>
|
@@ -2340,7 +2337,7 @@ property values to set. <span class="annotation">[<acronym title="Parameter poin
|
|
2340
2337
|
<div class="refsect2">
|
2341
2338
|
<a name="clutter-actor-get-animation"></a><h3>clutter_actor_get_animation ()</h3>
|
2342
2339
|
<pre class="programlisting"><a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="returnvalue">ClutterAnimation</span></a> * clutter_actor_get_animation (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
2343
|
-
<div class="warning"
|
2340
|
+
<div class="warning">
|
2344
2341
|
<h3 class="title">Warning</h3>
|
2345
2342
|
<p><code class="literal">clutter_actor_get_animation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
2346
2343
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-get-transition" title="clutter_actor_get_transition ()"><code class="function">clutter_actor_get_transition()</code></a> to retrieve
|
@@ -2374,7 +2371,7 @@ has been called on <em class="parameter"><code>actor</code></em>.
|
|
2374
2371
|
<div class="refsect2">
|
2375
2372
|
<a name="clutter-actor-detach-animation"></a><h3>clutter_actor_detach_animation ()</h3>
|
2376
2373
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_detach_animation (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
2377
|
-
<div class="warning"
|
2374
|
+
<div class="warning">
|
2378
2375
|
<h3 class="title">Warning</h3>
|
2379
2376
|
<p><code class="literal">clutter_actor_detach_animation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the implicit transition for animatable properties
|
2380
2377
|
in <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instead, and <a class="link" href="ClutterActor.html#clutter-actor-remove-transition" title="clutter_actor_remove_transition ()"><code class="function">clutter_actor_remove_transition()</code></a> to
|
@@ -2410,7 +2407,7 @@ The <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation-comp
|
|
2410
2407
|
<div class="refsect2">
|
2411
2408
|
<a name="ClutterAnimation--alpha"></a><h3>The <code class="literal">"alpha"</code> property</h3>
|
2412
2409
|
<pre class="programlisting"> "alpha" <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="type">ClutterAlpha</span></a>* : Read / Write</pre>
|
2413
|
-
<div class="warning"
|
2410
|
+
<div class="warning">
|
2414
2411
|
<h3 class="title">Warning</h3>
|
2415
2412
|
<p><code class="literal">ClutterAnimation:alpha</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use the <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--timeline" title='The "timeline" property'><span class="type">"timeline"</span></a> property and
|
2416
2413
|
the <a class="link" href="ClutterTimeline.html#ClutterTimeline--progress-mode" title='The "progress-mode" property'><span class="type">"progress-mode"</span></a> property instead.</p>
|
@@ -2424,7 +2421,7 @@ The <a class="link" href="ClutterAlpha.html" title="ClutterAlpha"><span class="t
|
|
2424
2421
|
<div class="refsect2">
|
2425
2422
|
<a name="ClutterAnimation--duration"></a><h3>The <code class="literal">"duration"</code> property</h3>
|
2426
2423
|
<pre class="programlisting"> "duration" <span class="type">guint</span> : Read / Write</pre>
|
2427
|
-
<div class="warning"
|
2424
|
+
<div class="warning">
|
2428
2425
|
<h3 class="title">Warning</h3>
|
2429
2426
|
<p><code class="literal">ClutterAnimation:duration</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2430
2427
|
</div>
|
@@ -2438,7 +2435,7 @@ The duration of the animation, expressed in milliseconds.
|
|
2438
2435
|
<div class="refsect2">
|
2439
2436
|
<a name="ClutterAnimation--loop"></a><h3>The <code class="literal">"loop"</code> property</h3>
|
2440
2437
|
<pre class="programlisting"> "loop" <span class="type">gboolean</span> : Read / Write</pre>
|
2441
|
-
<div class="warning"
|
2438
|
+
<div class="warning">
|
2442
2439
|
<h3 class="title">Warning</h3>
|
2443
2440
|
<p><code class="literal">ClutterAnimation:loop</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2444
2441
|
</div>
|
@@ -2452,7 +2449,7 @@ Whether the animation should loop.
|
|
2452
2449
|
<div class="refsect2">
|
2453
2450
|
<a name="ClutterAnimation--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
|
2454
2451
|
<pre class="programlisting"> "mode" <span class="type">gulong</span> : Read / Write</pre>
|
2455
|
-
<div class="warning"
|
2452
|
+
<div class="warning">
|
2456
2453
|
<h3 class="title">Warning</h3>
|
2457
2454
|
<p><code class="literal">ClutterAnimation:mode</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2458
2455
|
</div>
|
@@ -2467,7 +2464,7 @@ default value is <a class="link" href="ClutterTimeline.html#CLUTTER-LINEAR:CAPS"
|
|
2467
2464
|
<div class="refsect2">
|
2468
2465
|
<a name="ClutterAnimation--object"></a><h3>The <code class="literal">"object"</code> property</h3>
|
2469
2466
|
<pre class="programlisting"> "object" <span class="type">GObject</span>* : Read / Write</pre>
|
2470
|
-
<div class="warning"
|
2467
|
+
<div class="warning">
|
2471
2468
|
<h3 class="title">Warning</h3>
|
2472
2469
|
<p><code class="literal">ClutterAnimation:object</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2473
2470
|
</div>
|
@@ -2480,7 +2477,7 @@ The <span class="type">GObject</span> to which the animation applies.
|
|
2480
2477
|
<div class="refsect2">
|
2481
2478
|
<a name="ClutterAnimation--timeline"></a><h3>The <code class="literal">"timeline"</code> property</h3>
|
2482
2479
|
<pre class="programlisting"> "timeline" <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a>* : Read / Write</pre>
|
2483
|
-
<div class="warning"
|
2480
|
+
<div class="warning">
|
2484
2481
|
<h3 class="title">Warning</h3>
|
2485
2482
|
<p><code class="literal">ClutterAnimation:timeline</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2486
2483
|
</div>
|
@@ -2496,7 +2493,7 @@ The <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span cl
|
|
2496
2493
|
<a name="ClutterAnimation-completed"></a><h3>The <code class="literal">"completed"</code> signal</h3>
|
2497
2494
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation,
|
2498
2495
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
2499
|
-
<div class="warning"
|
2496
|
+
<div class="warning">
|
2500
2497
|
<h3 class="title">Warning</h3>
|
2501
2498
|
<p><code class="literal">ClutterAnimation::completed</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2502
2499
|
</div>
|
@@ -2531,7 +2528,7 @@ duration of the signal emission chain.
|
|
2531
2528
|
<a name="ClutterAnimation-started"></a><h3>The <code class="literal">"started"</code> signal</h3>
|
2532
2529
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation"><span class="type">ClutterAnimation</span></a> *animation,
|
2533
2530
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
2534
|
-
<div class="warning"
|
2531
|
+
<div class="warning">
|
2535
2532
|
<h3 class="title">Warning</h3>
|
2536
2533
|
<p><code class="literal">ClutterAnimation::started</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterPropertyTransition.html" title="ClutterPropertyTransition"><span class="type">ClutterPropertyTransition</span></a> instead</p>
|
2537
2534
|
</div>
|
@@ -2566,6 +2563,6 @@ started
|
|
2566
2563
|
</div>
|
2567
2564
|
<div class="footer">
|
2568
2565
|
<hr>
|
2569
|
-
Generated by GTK-Doc V1.
|
2566
|
+
Generated by GTK-Doc V1.19.1</div>
|
2570
2567
|
</body>
|
2571
2568
|
</html>
|