clutter 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +5 -5
- data/lib/clutter.rb +19 -2
- data/lib/clutter/version.rb +28 -0
- data/test/run-test.rb +10 -4
- data/test/test-clutter-version.rb +47 -0
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +11 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +25 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +15 -5
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-alpha.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animation.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animator.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +2 -1
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-rectangle.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-texture.h +9 -9
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +3 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +52 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +14 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +18 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +59 -0
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +15 -0
- data/vendor/local/include/cogl/cogl/cogl-version.h +10 -0
- data/vendor/local/include/cogl/cogl/cogl.h +3 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +4 -4
- 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/Cogl-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +3 -3
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +5 -5
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +6 -6
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-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/Clutter-1.0.gir +581 -121
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +26 -2
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +108 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +60 -14
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +18 -23
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +7 -10
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +1 -2
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +8 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +10 -11
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +2 -0
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/license.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +665 -592
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +15 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +103 -51
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +10 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +36 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +31 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +10 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +18 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +12 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +21 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +5 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +101 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +39 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +20 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +14 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +9 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +20 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +8 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +24 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +43 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +8 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +25 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +30 -37
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +35 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +26 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +11 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +173 -90
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +21 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +21 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +34 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +40 -52
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +20 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +14 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +25 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +36 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +57 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +25 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +31 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +17 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +64 -77
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +47 -56
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +77 -60
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +110 -138
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +23 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +212 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +49 -68
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +18 -5
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +109 -136
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +164 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +9 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +29 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +195 -220
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +33 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +84 -86
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +85 -65
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +18 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +23 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +34 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +29 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +61 -48
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +36 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +43 -32
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +18 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +8 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +125 -71
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +206 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +449 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +362 -0
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +77 -22
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +63 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +55 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +35 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +110 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +103 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +97 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +41 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -4
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +14 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +13 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +23 -23
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +16 -16
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +17 -17
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +7 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +5 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +29 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +13 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +67 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +39 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +29 -29
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +10 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +149 -142
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +14 -14
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +247 -240
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +150 -143
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +84 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +27 -5
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/tools.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/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +27 -12
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Reference Manual
|
5
|
+
<title>ClutterAnimatable: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch09.html" title="Base classes">
|
9
9
|
<link rel="prev" href="clutter-Value-intervals.html" title="Value intervals">
|
10
10
|
<link rel="next" href="ClutterTransition.html" title="ClutterTransition">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.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">
|
@@ -219,9 +219,8 @@ implement this function.</p>
|
|
219
219
|
<a name="id-1.6.3.4.9.2.10"></a><h4>Returns</h4>
|
220
220
|
<p> <code class="literal">TRUE</code> if the value has been validated and can
|
221
221
|
be applied to the <a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a>, and <code class="literal">FALSE</code> otherwise</p>
|
222
|
-
<p></p>
|
223
222
|
</div>
|
224
|
-
<p class="since">Since 1.0</p>
|
223
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
225
224
|
</div>
|
226
225
|
<hr>
|
227
226
|
<div class="refsect2">
|
@@ -259,7 +258,7 @@ clutter_animatable_find_property (<em class="parameter"><code><a class="link" hr
|
|
259
258
|
or <code class="literal">NULL</code>. </p>
|
260
259
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
261
260
|
</div>
|
262
|
-
<p class="since">Since 1.4</p>
|
261
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
263
262
|
</div>
|
264
263
|
<hr>
|
265
264
|
<div class="refsect2">
|
@@ -298,7 +297,7 @@ clutter_animatable_get_initial_state (<em class="parameter"><code><a class="link
|
|
298
297
|
</tbody>
|
299
298
|
</table></div>
|
300
299
|
</div>
|
301
|
-
<p class="since">Since 1.4</p>
|
300
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
302
301
|
</div>
|
303
302
|
<hr>
|
304
303
|
<div class="refsect2">
|
@@ -337,7 +336,7 @@ clutter_animatable_set_final_state (<em class="parameter"><code><a class="link"
|
|
337
336
|
</tbody>
|
338
337
|
</table></div>
|
339
338
|
</div>
|
340
|
-
<p class="since">Since 1.4</p>
|
339
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
341
340
|
</div>
|
342
341
|
<hr>
|
343
342
|
<div class="refsect2">
|
@@ -402,9 +401,8 @@ using the same type of the <em class="parameter"><code>interval</code></em>
|
|
402
401
|
<a name="id-1.6.3.4.9.6.8"></a><h4>Returns</h4>
|
403
402
|
<p> <code class="literal">TRUE</code> if the interpolation was successful,
|
404
403
|
and <code class="literal">FALSE</code> otherwise</p>
|
405
|
-
<p></p>
|
406
404
|
</div>
|
407
|
-
<p class="since">Since 1.8</p>
|
405
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
408
406
|
</div>
|
409
407
|
</div>
|
410
408
|
<div class="refsect1">
|
@@ -414,7 +412,7 @@ and <code class="literal">FALSE</code> otherwise</p>
|
|
414
412
|
<pre class="programlisting">typedef struct _ClutterAnimatable ClutterAnimatable;</pre>
|
415
413
|
<p><a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable"><span class="type">ClutterAnimatable</span></a> is an opaque structure whose members cannot be directly
|
416
414
|
accessed</p>
|
417
|
-
<p class="since">Since 1.0</p>
|
415
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
418
416
|
</div>
|
419
417
|
<hr>
|
420
418
|
<div class="refsect2">
|
@@ -486,12 +484,11 @@ of a property</p></td>
|
|
486
484
|
</tbody>
|
487
485
|
</table></div>
|
488
486
|
</div>
|
489
|
-
<p class="since">Since 1.0</p>
|
487
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
490
488
|
</div>
|
491
489
|
</div>
|
492
490
|
</div>
|
493
491
|
<div class="footer">
|
494
|
-
<hr>
|
495
|
-
Generated by GTK-Doc V1.20.1</div>
|
492
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
496
493
|
</body>
|
497
494
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Reference Manual
|
5
|
+
<title>ClutterAnimator: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="deprecated.html" title="Part IX. Deprecated Classes">
|
9
9
|
<link rel="prev" href="clutter-Implicit-Animations.html" title="Implicit Animations">
|
10
10
|
<link rel="next" href="ClutterBehaviour.html" title="ClutterBehaviour">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.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">
|
@@ -284,7 +284,9 @@ in terms of "key frames". <a class="link" href="ClutterAnimator.html" title="Clu
|
|
284
284
|
through the <a class="link" href="ClutterScript.html" title="ClutterScript"><span class="type">ClutterScript</span></a> definition format, but it comes with a
|
285
285
|
convenience C API.</p>
|
286
286
|
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> is available since Clutter 1.2</p>
|
287
|
-
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> has been deprecated in Clutter 1.12
|
287
|
+
<p><a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> has been deprecated in Clutter 1.12. If you
|
288
|
+
want to combine multiple transitions using key frames, use
|
289
|
+
<a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> and <a class="link" href="ClutterTransitionGroup.html" title="ClutterTransitionGroup"><span class="type">ClutterTransitionGroup</span></a> instead.</p>
|
288
290
|
<div class="refsect3">
|
289
291
|
<a name="id-1.10.4.8.6"></a><h4>Key Frames</h4>
|
290
292
|
<p>Every animation handled by a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> can be
|
@@ -418,9 +420,8 @@ clutter_animator_new (<em class="parameter"><code><span class="type">void</span>
|
|
418
420
|
<div class="refsect3">
|
419
421
|
<a name="id-1.10.4.9.2.7"></a><h4>Returns</h4>
|
420
422
|
<p> a new <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a>.</p>
|
421
|
-
<p></p>
|
422
423
|
</div>
|
423
|
-
<p class="since">Since 1.2</p>
|
424
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
424
425
|
</div>
|
425
426
|
<hr>
|
426
427
|
<div class="refsect2">
|
@@ -488,7 +489,7 @@ progress, value) tuples, followed by <code class="literal">NULL</code></p></td>
|
|
488
489
|
</tbody>
|
489
490
|
</table></div>
|
490
491
|
</div>
|
491
|
-
<p class="since">Since 1.2</p>
|
492
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
492
493
|
</div>
|
493
494
|
<hr>
|
494
495
|
<div class="refsect2">
|
@@ -558,7 +559,7 @@ value applies</p></td>
|
|
558
559
|
<p> The animator instance. </p>
|
559
560
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
560
561
|
</div>
|
561
|
-
<p class="since">Since 1.2</p>
|
562
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
562
563
|
</div>
|
563
564
|
<hr>
|
564
565
|
<div class="refsect2">
|
@@ -607,7 +608,7 @@ for all</p></td>
|
|
607
608
|
</tbody>
|
608
609
|
</table></div>
|
609
610
|
</div>
|
610
|
-
<p class="since">Since 1.2</p>
|
611
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
611
612
|
</div>
|
612
613
|
<hr>
|
613
614
|
<div class="refsect2">
|
@@ -665,7 +666,7 @@ by the <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span
|
|
665
666
|
using <code class="function">g_list_free()</code>. </p>
|
666
667
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Clutter.AnimatorKey]</span></p>
|
667
668
|
</div>
|
668
|
-
<p class="since">Since 1.2</p>
|
669
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
669
670
|
</div>
|
670
671
|
<hr>
|
671
672
|
<div class="refsect2">
|
@@ -700,7 +701,7 @@ the animator. The returned timeline is owned by the <a class="link" href="Clutte
|
|
700
701
|
and it should not be unreferenced. </p>
|
701
702
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
702
703
|
</div>
|
703
|
-
<p class="since">Since 1.2</p>
|
704
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
704
705
|
</div>
|
705
706
|
<hr>
|
706
707
|
<div class="refsect2">
|
@@ -760,9 +761,8 @@ on the object will be used as the starting point for computation.</p>
|
|
760
761
|
<p> <code class="literal">TRUE</code> if the computation yields has a value, otherwise (when
|
761
762
|
an error occurs or the progress is before any of the keys) <code class="literal">FALSE</code> is
|
762
763
|
returned and the <span class="type">GValue</span> is left untouched</p>
|
763
|
-
<p></p>
|
764
764
|
</div>
|
765
|
-
<p class="since">Since 1.2</p>
|
765
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
766
766
|
</div>
|
767
767
|
<hr>
|
768
768
|
<div class="refsect2">
|
@@ -797,7 +797,7 @@ clutter_animator_set_timeline (<em class="parameter"><code><a class="link" href=
|
|
797
797
|
</tbody>
|
798
798
|
</table></div>
|
799
799
|
</div>
|
800
|
-
<p class="since">Since 1.2</p>
|
800
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
801
801
|
</div>
|
802
802
|
<hr>
|
803
803
|
<div class="refsect2">
|
@@ -829,7 +829,7 @@ clutter_animator_get_timeline (<em class="parameter"><code><a class="link" href=
|
|
829
829
|
<p> the <a class="link" href="ClutterTimeline.html" title="ClutterTimeline"><span class="type">ClutterTimeline</span></a> that drives the animator. </p>
|
830
830
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
831
831
|
</div>
|
832
|
-
<p class="since">Since 1.2</p>
|
832
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
833
833
|
</div>
|
834
834
|
<hr>
|
835
835
|
<div class="refsect2">
|
@@ -865,7 +865,7 @@ as specified.</p>
|
|
865
865
|
</tbody>
|
866
866
|
</table></div>
|
867
867
|
</div>
|
868
|
-
<p class="since">Since 1.2</p>
|
868
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
869
869
|
</div>
|
870
870
|
<hr>
|
871
871
|
<div class="refsect2">
|
@@ -895,9 +895,8 @@ clutter_animator_get_duration (<em class="parameter"><code><a class="link" href=
|
|
895
895
|
<div class="refsect3">
|
896
896
|
<a name="id-1.10.4.9.12.8"></a><h4>Returns</h4>
|
897
897
|
<p> the duration of the animation, in milliseconds</p>
|
898
|
-
<p></p>
|
899
898
|
</div>
|
900
|
-
<p class="since">Since 1.2</p>
|
899
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
901
900
|
</div>
|
902
901
|
<hr>
|
903
902
|
<div class="refsect2">
|
@@ -944,7 +943,7 @@ clutter_animator_property_set_ease_in (<em class="parameter"><code><a class="lin
|
|
944
943
|
</tbody>
|
945
944
|
</table></div>
|
946
945
|
</div>
|
947
|
-
<p class="since">Since 1.2</p>
|
946
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
948
947
|
</div>
|
949
948
|
<hr>
|
950
949
|
<div class="refsect2">
|
@@ -988,9 +987,8 @@ clutter_animator_property_get_ease_in (<em class="parameter"><code><a class="lin
|
|
988
987
|
<div class="refsect3">
|
989
988
|
<a name="id-1.10.4.9.14.8"></a><h4>Returns</h4>
|
990
989
|
<p> <code class="literal">TRUE</code> if the property is eased in</p>
|
991
|
-
<p></p>
|
992
990
|
</div>
|
993
|
-
<p class="since">Since 1.2</p>
|
991
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
994
992
|
</div>
|
995
993
|
<hr>
|
996
994
|
<div class="refsect2">
|
@@ -1041,7 +1039,7 @@ the values.</p>
|
|
1041
1039
|
</tbody>
|
1042
1040
|
</table></div>
|
1043
1041
|
</div>
|
1044
|
-
<p class="since">Since 1.2</p>
|
1042
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1045
1043
|
</div>
|
1046
1044
|
<hr>
|
1047
1045
|
<div class="refsect2">
|
@@ -1087,9 +1085,8 @@ object.</p>
|
|
1087
1085
|
<div class="refsect3">
|
1088
1086
|
<a name="id-1.10.4.9.16.8"></a><h4>Returns</h4>
|
1089
1087
|
<p> a ClutterInterpolation value.</p>
|
1090
|
-
<p></p>
|
1091
1088
|
</div>
|
1092
|
-
<p class="since">Since 1.2</p>
|
1089
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1093
1090
|
</div>
|
1094
1091
|
<hr>
|
1095
1092
|
<div class="refsect2">
|
@@ -1121,7 +1118,7 @@ clutter_animator_key_get_object (<em class="parameter"><code>const <a class="lin
|
|
1121
1118
|
<p> the object an animator_key exist for. </p>
|
1122
1119
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1123
1120
|
</div>
|
1124
|
-
<p class="since">Since 1.2</p>
|
1121
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1125
1122
|
</div>
|
1126
1123
|
<hr>
|
1127
1124
|
<div class="refsect2">
|
@@ -1152,9 +1149,8 @@ clutter_animator_key_get_property_name
|
|
1152
1149
|
<div class="refsect3">
|
1153
1150
|
<a name="id-1.10.4.9.18.8"></a><h4>Returns</h4>
|
1154
1151
|
<p> the name of the property an animator_key exist for.</p>
|
1155
|
-
<p></p>
|
1156
1152
|
</div>
|
1157
|
-
<p class="since">Since 1.2</p>
|
1153
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1158
1154
|
</div>
|
1159
1155
|
<hr>
|
1160
1156
|
<div class="refsect2">
|
@@ -1187,9 +1183,8 @@ clutter_animator_key_get_property_type
|
|
1187
1183
|
<div class="refsect3">
|
1188
1184
|
<a name="id-1.10.4.9.19.9"></a><h4>Returns</h4>
|
1189
1185
|
<p> the <span class="type">GType</span> of the property</p>
|
1190
|
-
<p></p>
|
1191
1186
|
</div>
|
1192
|
-
<p class="since">Since 1.2</p>
|
1187
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1193
1188
|
</div>
|
1194
1189
|
<hr>
|
1195
1190
|
<div class="refsect2">
|
@@ -1222,9 +1217,8 @@ represents the easing mode.</p>
|
|
1222
1217
|
<div class="refsect3">
|
1223
1218
|
<a name="id-1.10.4.9.20.8"></a><h4>Returns</h4>
|
1224
1219
|
<p> the mode of a <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey" title="ClutterAnimatorKey"><span class="type">ClutterAnimatorKey</span></a></p>
|
1225
|
-
<p></p>
|
1226
1220
|
</div>
|
1227
|
-
<p class="since">Since 1.2</p>
|
1221
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1228
1222
|
</div>
|
1229
1223
|
<hr>
|
1230
1224
|
<div class="refsect2">
|
@@ -1254,9 +1248,8 @@ clutter_animator_key_get_progress (<em class="parameter"><code>const <a class="l
|
|
1254
1248
|
<div class="refsect3">
|
1255
1249
|
<a name="id-1.10.4.9.21.8"></a><h4>Returns</h4>
|
1256
1250
|
<p> the progress defined for a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> key.</p>
|
1257
|
-
<p></p>
|
1258
1251
|
</div>
|
1259
|
-
<p class="since">Since 1.2</p>
|
1252
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1260
1253
|
</div>
|
1261
1254
|
<hr>
|
1262
1255
|
<div class="refsect2">
|
@@ -1299,9 +1292,8 @@ type of the key.</p>
|
|
1299
1292
|
<a name="id-1.10.4.9.22.10"></a><h4>Returns</h4>
|
1300
1293
|
<p> <code class="literal">TRUE</code> if the passed <span class="type">GValue</span> was successfully set, and
|
1301
1294
|
<code class="literal">FALSE</code> otherwise</p>
|
1302
|
-
<p></p>
|
1303
1295
|
</div>
|
1304
|
-
<p class="since">Since 1.2</p>
|
1296
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1305
1297
|
</div>
|
1306
1298
|
</div>
|
1307
1299
|
<div class="refsect1">
|
@@ -1312,7 +1304,7 @@ type of the key.</p>
|
|
1312
1304
|
<div class="warning"><p><code class="literal">ClutterAnimator</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1313
1305
|
<p>The <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a> structure contains only private data and
|
1314
1306
|
should be accessed using the provided API</p>
|
1315
|
-
<p class="since">Since 1.2</p>
|
1307
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1316
1308
|
</div>
|
1317
1309
|
<hr>
|
1318
1310
|
<div class="refsect2">
|
@@ -1322,14 +1314,15 @@ should be accessed using the provided API</p>
|
|
1322
1314
|
</pre>
|
1323
1315
|
<div class="warning"><p><code class="literal">ClutterAnimatorClass</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1324
1316
|
<p>The <a class="link" href="ClutterAnimator.html#ClutterAnimatorClass" title="struct ClutterAnimatorClass"><span class="type">ClutterAnimatorClass</span></a> structure contains only private data</p>
|
1325
|
-
<p class="since">Since 1.2</p>
|
1317
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1326
1318
|
</div>
|
1327
1319
|
<hr>
|
1328
1320
|
<div class="refsect2">
|
1329
1321
|
<a name="ClutterInterpolation"></a><h3>enum ClutterInterpolation</h3>
|
1322
|
+
<div class="warning"><p><code class="literal">ClutterInterpolation</code> has been deprecated since version 1.22 and should not be used in newly-written code.</p></div>
|
1330
1323
|
<p>The mode of interpolation between key frames</p>
|
1331
1324
|
<div class="refsect3">
|
1332
|
-
<a name="id-1.10.4.10.4.
|
1325
|
+
<a name="id-1.10.4.10.4.6"></a><h4>Members</h4>
|
1333
1326
|
<div class="informaltable"><table width="100%" border="0">
|
1334
1327
|
<colgroup>
|
1335
1328
|
<col width="300px" class="enum_members_name">
|
@@ -1354,14 +1347,15 @@ should be accessed using the provided API</p>
|
|
1354
1347
|
</tbody>
|
1355
1348
|
</table></div>
|
1356
1349
|
</div>
|
1357
|
-
<p class="since">Since 1.2</p>
|
1350
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1358
1351
|
</div>
|
1359
1352
|
<hr>
|
1360
1353
|
<div class="refsect2">
|
1361
1354
|
<a name="ClutterAnimatorKey"></a><h3>ClutterAnimatorKey</h3>
|
1362
1355
|
<pre class="programlisting">typedef struct _ClutterAnimatorKey ClutterAnimatorKey;</pre>
|
1356
|
+
<div class="warning"><p><code class="literal">ClutterAnimatorKey</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1363
1357
|
<p>A key frame inside a <a class="link" href="ClutterAnimator.html" title="ClutterAnimator"><span class="type">ClutterAnimator</span></a></p>
|
1364
|
-
<p class="since">Since 1.2</p>
|
1358
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1365
1359
|
</div>
|
1366
1360
|
</div>
|
1367
1361
|
<div class="refsect1">
|
@@ -1377,7 +1371,7 @@ to drive the animation</p>
|
|
1377
1371
|
</div>
|
1378
1372
|
<p>Flags: Read / Write</p>
|
1379
1373
|
<p>Default value: 2000</p>
|
1380
|
-
<p class="since">Since 1.2</p>
|
1374
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1381
1375
|
</div>
|
1382
1376
|
<hr>
|
1383
1377
|
<div class="refsect2">
|
@@ -1390,7 +1384,7 @@ animation</p>
|
|
1390
1384
|
<p>Use <a class="link" href="ClutterKeyframeTransition.html" title="ClutterKeyframeTransition"><span class="type">ClutterKeyframeTransition</span></a> instead</p>
|
1391
1385
|
</div>
|
1392
1386
|
<p>Flags: Read / Write</p>
|
1393
|
-
<p class="since">Since 1.2</p>
|
1387
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1394
1388
|
</div>
|
1395
1389
|
</div>
|
1396
1390
|
<div class="refsect1">
|
@@ -1400,7 +1394,6 @@ animation</p>
|
|
1400
1394
|
</div>
|
1401
1395
|
</div>
|
1402
1396
|
<div class="footer">
|
1403
|
-
<hr>
|
1404
|
-
Generated by GTK-Doc V1.20.1</div>
|
1397
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
1405
1398
|
</body>
|
1406
1399
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Reference Manual
|
5
|
+
<title>ClutterBackend: Clutter Reference Manual</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="clutterbackends.html" title="Part VII. Clutter Backends">
|
9
9
|
<link rel="prev" href="clutterbackends.html" title="Part VII. Clutter Backends">
|
10
10
|
<link rel="next" href="clutter-X11-Specific-Support.html" title="X11 Specific Support">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.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">
|
@@ -224,7 +224,7 @@ not ref or unref the returned object. Applications should rarely
|
|
224
224
|
need to use this. </p>
|
225
225
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
226
226
|
</div>
|
227
|
-
<p class="since">Since 0.4</p>
|
227
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
228
228
|
</div>
|
229
229
|
<hr>
|
230
230
|
<div class="refsect2">
|
@@ -264,7 +264,7 @@ actually involved; the terminology is conventional).</p></td>
|
|
264
264
|
</tbody>
|
265
265
|
</table></div>
|
266
266
|
</div>
|
267
|
-
<p class="since">Since 0.4</p>
|
267
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
268
268
|
</div>
|
269
269
|
<hr>
|
270
270
|
<div class="refsect2">
|
@@ -298,9 +298,8 @@ initializing; the resolution is also stored in the
|
|
298
298
|
<a name="id-1.8.3.8.4.8"></a><h4>Returns</h4>
|
299
299
|
<p> the current resolution, or -1 if no resolution
|
300
300
|
has been set.</p>
|
301
|
-
<p></p>
|
302
301
|
</div>
|
303
|
-
<p class="since">Since 0.4</p>
|
302
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
304
303
|
</div>
|
305
304
|
<hr>
|
306
305
|
<div class="refsect2">
|
@@ -336,7 +335,7 @@ verify whether it's a double click event or not.</p>
|
|
336
335
|
</tbody>
|
337
336
|
</table></div>
|
338
337
|
</div>
|
339
|
-
<p class="since">Since 0.4</p>
|
338
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
340
339
|
</div>
|
341
340
|
<hr>
|
342
341
|
<div class="refsect2">
|
@@ -367,9 +366,8 @@ by <a class="link" href="ClutterBackend.html#clutter-backend-set-double-click-ti
|
|
367
366
|
<div class="refsect3">
|
368
367
|
<a name="id-1.8.3.8.6.8"></a><h4>Returns</h4>
|
369
368
|
<p> a time in milliseconds</p>
|
370
|
-
<p></p>
|
371
369
|
</div>
|
372
|
-
<p class="since">Since 0.4</p>
|
370
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
373
371
|
</div>
|
374
372
|
<hr>
|
375
373
|
<div class="refsect2">
|
@@ -405,7 +403,7 @@ clutter_backend_set_double_click_distance
|
|
405
403
|
</tbody>
|
406
404
|
</table></div>
|
407
405
|
</div>
|
408
|
-
<p class="since">Since 0.4</p>
|
406
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
409
407
|
</div>
|
410
408
|
<hr>
|
411
409
|
<div class="refsect2">
|
@@ -436,9 +434,8 @@ clutter_backend_get_double_click_distance
|
|
436
434
|
<div class="refsect3">
|
437
435
|
<a name="id-1.8.3.8.8.8"></a><h4>Returns</h4>
|
438
436
|
<p> a distance, in pixels.</p>
|
439
|
-
<p></p>
|
440
437
|
</div>
|
441
|
-
<p class="since">Since 0.4</p>
|
438
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
442
439
|
</div>
|
443
440
|
<hr>
|
444
441
|
<div class="refsect2">
|
@@ -478,7 +475,7 @@ using the PangoCairo API.</p>
|
|
478
475
|
</tbody>
|
479
476
|
</table></div>
|
480
477
|
</div>
|
481
|
-
<p class="since">Since 0.8</p>
|
478
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
482
479
|
</div>
|
483
480
|
<hr>
|
484
481
|
<div class="refsect2">
|
@@ -509,7 +506,7 @@ The returned <span class="type">cairo_font_options_t</span> is owned by the back
|
|
509
506
|
not be modified or freed. </p>
|
510
507
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
511
508
|
</div>
|
512
|
-
<p class="since">Since 0.8</p>
|
509
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
513
510
|
</div>
|
514
511
|
<hr>
|
515
512
|
<div class="refsect2">
|
@@ -548,7 +545,7 @@ be parsed by the <code class="function">pango_font_description_from_string()</co
|
|
548
545
|
</tbody>
|
549
546
|
</table></div>
|
550
547
|
</div>
|
551
|
-
<p class="since">Since 1.0</p>
|
548
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
552
549
|
</div>
|
553
550
|
<hr>
|
554
551
|
<div class="refsect2">
|
@@ -580,9 +577,8 @@ clutter_backend_get_font_name (<em class="parameter"><code><a class="link" href=
|
|
580
577
|
<a name="id-1.8.3.8.12.8"></a><h4>Returns</h4>
|
581
578
|
<p> the font name for the backend. The returned string is
|
582
579
|
owned by the <a class="link" href="ClutterBackend.html" title="ClutterBackend"><span class="type">ClutterBackend</span></a> and should never be modified or freed</p>
|
583
|
-
<p></p>
|
584
580
|
</div>
|
585
|
-
<p class="since">Since 1.0</p>
|
581
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
586
582
|
</div>
|
587
583
|
<hr>
|
588
584
|
<div class="refsect2">
|
@@ -619,7 +615,7 @@ explicitly create a CoglContext.</p>
|
|
619
615
|
. </p>
|
620
616
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
621
617
|
</div>
|
622
|
-
<p class="since">Since 1.8</p>
|
618
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
623
619
|
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
624
620
|
give outside developers early access to new or rapidly changing technology, or
|
625
621
|
to provide an interim solution to a problem where a more general solution is
|
@@ -706,9 +702,8 @@ windowing system; for instance:</p>
|
|
706
702
|
<a name="id-1.8.3.8.14.9"></a><h4>Returns</h4>
|
707
703
|
<p> <code class="literal">TRUE</code> if the current Clutter windowing system backend is
|
708
704
|
the one checked, and <code class="literal">FALSE</code> otherwise</p>
|
709
|
-
<p></p>
|
710
705
|
</div>
|
711
|
-
<p class="since">Since 1.10</p>
|
706
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
712
707
|
</div>
|
713
708
|
<hr>
|
714
709
|
<div class="refsect2">
|
@@ -733,7 +728,7 @@ This must be called before the first API call to clutter, including
|
|
733
728
|
</tr></tbody>
|
734
729
|
</table></div>
|
735
730
|
</div>
|
736
|
-
<p class="since">Since 1.16</p>
|
731
|
+
<p class="since">Since: <a class="link" href="ix15.html#api-index-1.16">1.16</a></p>
|
737
732
|
</div>
|
738
733
|
</div>
|
739
734
|
<div class="refsect1">
|
@@ -743,7 +738,7 @@ This must be called before the first API call to clutter, including
|
|
743
738
|
<pre class="programlisting">typedef struct _ClutterBackend ClutterBackend;</pre>
|
744
739
|
<p><a class="link" href="ClutterBackend.html" title="ClutterBackend"><span class="type">ClutterBackend</span></a> is an opaque structure whose
|
745
740
|
members cannot be directly accessed.</p>
|
746
|
-
<p class="since">Since 0.4</p>
|
741
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
747
742
|
</div>
|
748
743
|
</div>
|
749
744
|
<div class="refsect1">
|
@@ -778,7 +773,7 @@ have been changed through <a class="link" href="ClutterSettings.html" title="Clu
|
|
778
773
|
</table></div>
|
779
774
|
</div>
|
780
775
|
<p>Flags: Run First</p>
|
781
|
-
<p class="since">Since 1.0</p>
|
776
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
782
777
|
</div>
|
783
778
|
<hr>
|
784
779
|
<div class="refsect2">
|
@@ -811,7 +806,7 @@ resolutions has been changed through <a class="link" href="ClutterSettings.html"
|
|
811
806
|
</table></div>
|
812
807
|
</div>
|
813
808
|
<p>Flags: Run First</p>
|
814
|
-
<p class="since">Since 1.0</p>
|
809
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
815
810
|
</div>
|
816
811
|
<hr>
|
817
812
|
<div class="refsect2">
|
@@ -844,12 +839,11 @@ properties have been changed.</p>
|
|
844
839
|
</table></div>
|
845
840
|
</div>
|
846
841
|
<p>Flags: Run First</p>
|
847
|
-
<p class="since">Since 1.4</p>
|
842
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
848
843
|
</div>
|
849
844
|
</div>
|
850
845
|
</div>
|
851
846
|
<div class="footer">
|
852
|
-
<hr>
|
853
|
-
Generated by GTK-Doc V1.20.1</div>
|
847
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
854
848
|
</body>
|
855
849
|
</html>
|