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>ClutterOffscreenEffect: 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="ch06.html" title="Effects">
|
9
9
|
<link rel="prev" href="ch06.html" title="Effects">
|
10
10
|
<link rel="next" href="ClutterShaderEffect.html" title="ClutterShaderEffect">
|
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">
|
@@ -188,7 +188,7 @@ returned material is owned by Clutter and it should not be
|
|
188
188
|
modified or freed. </p>
|
189
189
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
190
190
|
</div>
|
191
|
-
<p class="since">Since 1.4</p>
|
191
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
192
192
|
</div>
|
193
193
|
<hr>
|
194
194
|
<div class="refsect2">
|
@@ -226,7 +226,7 @@ returned texture is owned by Clutter and it should not be
|
|
226
226
|
modified or freed. </p>
|
227
227
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
228
228
|
</div>
|
229
|
-
<p class="since">Since 1.10</p>
|
229
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
230
230
|
</div>
|
231
231
|
<hr>
|
232
232
|
<div class="refsect2">
|
@@ -272,7 +272,7 @@ clutter_offscreen_effect_create_texture
|
|
272
272
|
count increased. </p>
|
273
273
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
274
274
|
</div>
|
275
|
-
<p class="since">Since 1.4</p>
|
275
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
276
276
|
</div>
|
277
277
|
<hr>
|
278
278
|
<div class="refsect2">
|
@@ -296,7 +296,7 @@ clutter_offscreen_effect_paint_target (<em class="parameter"><code><a class="lin
|
|
296
296
|
</tr></tbody>
|
297
297
|
</table></div>
|
298
298
|
</div>
|
299
|
-
<p class="since">Since 1.4</p>
|
299
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
300
300
|
</div>
|
301
301
|
<hr>
|
302
302
|
<div class="refsect2">
|
@@ -347,9 +347,8 @@ virtual function.</p>
|
|
347
347
|
<a name="id-1.5.7.2.7.6.9"></a><h4>Returns</h4>
|
348
348
|
<p> <code class="literal">TRUE</code> if the offscreen buffer has a valid size,
|
349
349
|
and <code class="literal">FALSE</code> otherwise</p>
|
350
|
-
<p></p>
|
351
350
|
</div>
|
352
|
-
<p class="since">Since 1.8</p>
|
351
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
353
352
|
</div>
|
354
353
|
<hr>
|
355
354
|
<div class="refsect2">
|
@@ -390,9 +389,8 @@ virtual function.</p>
|
|
390
389
|
<a name="id-1.5.7.2.7.7.7"></a><h4>Returns</h4>
|
391
390
|
<p> <code class="literal">TRUE</code> if the offscreen buffer has a valid rectangle,
|
392
391
|
and <code class="literal">FALSE</code> otherwise</p>
|
393
|
-
<p></p>
|
394
392
|
</div>
|
395
|
-
<p class="since">Since 1.14</p>
|
393
|
+
<p class="since">Since: <a class="link" href="ix14.html#api-index-1.14">1.14</a></p>
|
396
394
|
</div>
|
397
395
|
</div>
|
398
396
|
<div class="refsect1">
|
@@ -402,7 +400,7 @@ and <code class="literal">FALSE</code> otherwise</p>
|
|
402
400
|
<pre class="programlisting">struct ClutterOffscreenEffect;</pre>
|
403
401
|
<p>The <a class="link" href="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect"><span class="type">ClutterOffscreenEffect</span></a> structure contains only private data
|
404
402
|
and should be accessed using the provided API</p>
|
405
|
-
<p class="since">Since 1.4</p>
|
403
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
406
404
|
</div>
|
407
405
|
<hr>
|
408
406
|
<div class="refsect2">
|
@@ -437,7 +435,7 @@ and should be accessed using the provided API</p>
|
|
437
435
|
</tbody>
|
438
436
|
</table></div>
|
439
437
|
</div>
|
440
|
-
<p class="since">Since 1.4</p>
|
438
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
441
439
|
</div>
|
442
440
|
</div>
|
443
441
|
<div class="refsect1">
|
@@ -446,7 +444,6 @@ and should be accessed using the provided API</p>
|
|
446
444
|
</div>
|
447
445
|
</div>
|
448
446
|
<div class="footer">
|
449
|
-
<hr>
|
450
|
-
Generated by GTK-Doc V1.20.1</div>
|
447
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
451
448
|
</body>
|
452
449
|
</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>ClutterPageTurnEffect: 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="ch06.html" title="Effects">
|
9
9
|
<link rel="prev" href="ClutterDesaturateEffect.html" title="ClutterDesaturateEffect">
|
10
10
|
<link rel="next" href="ch07.html" title="Content">
|
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">
|
@@ -195,9 +195,8 @@ clutter_page_turn_effect_new (<em class="parameter"><code><span class="type">gdo
|
|
195
195
|
<div class="refsect3">
|
196
196
|
<a name="id-1.5.7.9.8.2.6"></a><h4>Returns</h4>
|
197
197
|
<p> the newly created <a class="link" href="ClutterPageTurnEffect.html" title="ClutterPageTurnEffect"><span class="type">ClutterPageTurnEffect</span></a></p>
|
198
|
-
<p></p>
|
199
198
|
</div>
|
200
|
-
<p class="since">Since 1.4</p>
|
199
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
201
200
|
</div>
|
202
201
|
<hr>
|
203
202
|
<div class="refsect2">
|
@@ -229,7 +228,7 @@ and 1.0 (fully curled)</p>
|
|
229
228
|
</tbody>
|
230
229
|
</table></div>
|
231
230
|
</div>
|
232
|
-
<p class="since">Since 1.4</p>
|
231
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
233
232
|
</div>
|
234
233
|
<hr>
|
235
234
|
<div class="refsect2">
|
@@ -255,9 +254,8 @@ clutter_page_turn_effect_get_period (<em class="parameter"><code><a class="link"
|
|
255
254
|
<div class="refsect3">
|
256
255
|
<a name="id-1.5.7.9.8.4.6"></a><h4>Returns</h4>
|
257
256
|
<p> the period of the page curling</p>
|
258
|
-
<p></p>
|
259
257
|
</div>
|
260
|
-
<p class="since">Since 1.4</p>
|
258
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
261
259
|
</div>
|
262
260
|
<hr>
|
263
261
|
<div class="refsect2">
|
@@ -288,7 +286,7 @@ clutter_page_turn_effect_set_angle (<em class="parameter"><code><a class="link"
|
|
288
286
|
</tbody>
|
289
287
|
</table></div>
|
290
288
|
</div>
|
291
|
-
<p class="since">Since 1.4</p>
|
289
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
292
290
|
</div>
|
293
291
|
<hr>
|
294
292
|
<div class="refsect2">
|
@@ -314,9 +312,8 @@ clutter_page_turn_effect_get_angle (<em class="parameter"><code><a class="link"
|
|
314
312
|
<div class="refsect3">
|
315
313
|
<a name="id-1.5.7.9.8.6.6"></a><h4>Returns</h4>
|
316
314
|
<p> the angle of the page curling</p>
|
317
|
-
<p></p>
|
318
315
|
</div>
|
319
|
-
<p class="since">Since 1.4</p>
|
316
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
320
317
|
</div>
|
321
318
|
<hr>
|
322
319
|
<div class="refsect2">
|
@@ -347,7 +344,7 @@ clutter_page_turn_effect_set_radius (<em class="parameter"><code><a class="link"
|
|
347
344
|
</tbody>
|
348
345
|
</table></div>
|
349
346
|
</div>
|
350
|
-
<p class="since">Since 1.4</p>
|
347
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
351
348
|
</div>
|
352
349
|
<hr>
|
353
350
|
<div class="refsect2">
|
@@ -373,9 +370,8 @@ clutter_page_turn_effect_get_radius (<em class="parameter"><code><a class="link"
|
|
373
370
|
<div class="refsect3">
|
374
371
|
<a name="id-1.5.7.9.8.8.6"></a><h4>Returns</h4>
|
375
372
|
<p> the radius of the page curling</p>
|
376
|
-
<p></p>
|
377
373
|
</div>
|
378
|
-
<p class="since">Since 1.4</p>
|
374
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
379
375
|
</div>
|
380
376
|
</div>
|
381
377
|
<div class="refsect1">
|
@@ -385,7 +381,7 @@ clutter_page_turn_effect_get_radius (<em class="parameter"><code><a class="link"
|
|
385
381
|
<pre class="programlisting">typedef struct _ClutterPageTurnEffect ClutterPageTurnEffect;</pre>
|
386
382
|
<p><a class="link" href="ClutterPageTurnEffect.html" title="ClutterPageTurnEffect"><span class="type">ClutterPageTurnEffect</span></a> is an opaque structure
|
387
383
|
whose members can only be accessed using the provided API</p>
|
388
|
-
<p class="since">Since 1.4</p>
|
384
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
389
385
|
</div>
|
390
386
|
</div>
|
391
387
|
<div class="refsect1">
|
@@ -397,7 +393,7 @@ whose members can only be accessed using the provided API</p>
|
|
397
393
|
<p>Flags: Read / Write</p>
|
398
394
|
<p>Allowed values: [0,360]</p>
|
399
395
|
<p>Default value: 0</p>
|
400
|
-
<p class="since">Since 1.4</p>
|
396
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
401
397
|
</div>
|
402
398
|
<hr>
|
403
399
|
<div class="refsect2">
|
@@ -408,7 +404,7 @@ whose members can only be accessed using the provided API</p>
|
|
408
404
|
<p>Flags: Read / Write</p>
|
409
405
|
<p>Allowed values: [0,1]</p>
|
410
406
|
<p>Default value: 0</p>
|
411
|
-
<p class="since">Since 1.4</p>
|
407
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
412
408
|
</div>
|
413
409
|
<hr>
|
414
410
|
<div class="refsect2">
|
@@ -417,12 +413,11 @@ whose members can only be accessed using the provided API</p>
|
|
417
413
|
<p>The radius of the page curl, in pixels</p>
|
418
414
|
<p>Flags: Read / Write</p>
|
419
415
|
<p>Default value: 24</p>
|
420
|
-
<p class="since">Since 1.4</p>
|
416
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
421
417
|
</div>
|
422
418
|
</div>
|
423
419
|
</div>
|
424
420
|
<div class="footer">
|
425
|
-
<hr>
|
426
|
-
Generated by GTK-Doc V1.20.1</div>
|
421
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
427
422
|
</body>
|
428
423
|
</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>ClutterPaintNode: 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="ch08.html" title="Paint Objects">
|
9
9
|
<link rel="prev" href="ch08.html" title="Paint Objects">
|
10
10
|
<link rel="next" href="clutter-Paint-Nodes.html" title="Paint Nodes">
|
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">
|
@@ -209,7 +209,7 @@ clutter_paint_node_ref (<em class="parameter"><code><a class="link" href="Clutte
|
|
209
209
|
<p> the <a class="link" href="ClutterPaintNode.html" title="ClutterPaintNode"><span class="type">ClutterPaintNode</span></a>. </p>
|
210
210
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
211
211
|
</div>
|
212
|
-
<p class="since">Since 1.10</p>
|
212
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
213
213
|
</div>
|
214
214
|
<hr>
|
215
215
|
<div class="refsect2">
|
@@ -233,7 +233,7 @@ clutter_paint_node_unref (<em class="parameter"><code><a class="link" href="Clut
|
|
233
233
|
</tr></tbody>
|
234
234
|
</table></div>
|
235
235
|
</div>
|
236
|
-
<p class="since">Since 1.10</p>
|
236
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
237
237
|
</div>
|
238
238
|
<hr>
|
239
239
|
<div class="refsect2">
|
@@ -271,7 +271,7 @@ clutter_paint_node_set_name (<em class="parameter"><code><a class="link" href="C
|
|
271
271
|
</tbody>
|
272
272
|
</table></div>
|
273
273
|
</div>
|
274
|
-
<p class="since">Since 1.10</p>
|
274
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
275
275
|
</div>
|
276
276
|
<hr>
|
277
277
|
<div class="refsect2">
|
@@ -306,7 +306,7 @@ clutter_paint_node_add_child (<em class="parameter"><code><a class="link" href="
|
|
306
306
|
</tbody>
|
307
307
|
</table></div>
|
308
308
|
</div>
|
309
|
-
<p class="since">Since 1.10</p>
|
309
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
310
310
|
</div>
|
311
311
|
<hr>
|
312
312
|
<div class="refsect2">
|
@@ -340,7 +340,7 @@ passed <em class="parameter"><code>rect</code></em>
|
|
340
340
|
</tbody>
|
341
341
|
</table></div>
|
342
342
|
</div>
|
343
|
-
<p class="since">Since 1.10</p>
|
343
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
344
344
|
</div>
|
345
345
|
<hr>
|
346
346
|
<div class="refsect2">
|
@@ -397,7 +397,7 @@ clutter_paint_node_add_texture_rectangle
|
|
397
397
|
</tbody>
|
398
398
|
</table></div>
|
399
399
|
</div>
|
400
|
-
<p class="since">Since 1.10</p>
|
400
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
401
401
|
</div>
|
402
402
|
<hr>
|
403
403
|
<div class="refsect2">
|
@@ -432,7 +432,7 @@ is safe to call <code class="function">cogl_object_unref()</code> when it return
|
|
432
432
|
</tbody>
|
433
433
|
</table></div>
|
434
434
|
</div>
|
435
|
-
<p class="since">Since 1.10</p>
|
435
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
436
436
|
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
437
437
|
give outside developers early access to new or rapidly changing technology, or
|
438
438
|
to provide an interim solution to a problem where a more general solution is
|
@@ -481,7 +481,7 @@ to call <code class="function">cogl_object_unref()</code> when it returns.</p>
|
|
481
481
|
</tbody>
|
482
482
|
</table></div>
|
483
483
|
</div>
|
484
|
-
<p class="since">Since 1.10</p>
|
484
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
485
485
|
</div>
|
486
486
|
<hr>
|
487
487
|
<div class="refsect2">
|
@@ -506,7 +506,7 @@ a <a class="link" href="ClutterPaintNode.html" title="ClutterPaintNode"><span cl
|
|
506
506
|
</tr></tbody>
|
507
507
|
</table></div>
|
508
508
|
</div>
|
509
|
-
<p class="since">Since 1.10</p>
|
509
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
510
510
|
</div>
|
511
511
|
<hr>
|
512
512
|
<div class="refsect2">
|
@@ -541,7 +541,7 @@ instead. The reference count will be released by <code class="function">g_value_
|
|
541
541
|
</tbody>
|
542
542
|
</table></div>
|
543
543
|
</div>
|
544
|
-
<p class="since">Since 1.10</p>
|
544
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
545
545
|
</div>
|
546
546
|
<hr>
|
547
547
|
<div class="refsect2">
|
@@ -576,7 +576,7 @@ current reference count.</p>
|
|
576
576
|
</tbody>
|
577
577
|
</table></div>
|
578
578
|
</div>
|
579
|
-
<p class="since">Since 1.10</p>
|
579
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
580
580
|
</div>
|
581
581
|
<hr>
|
582
582
|
<div class="refsect2">
|
@@ -606,7 +606,7 @@ the passed <span class="type">GValue</span>.</p>
|
|
606
606
|
a <a class="link" href="ClutterPaintNode.html" title="ClutterPaintNode"><span class="type">ClutterPaintNode</span></a>, or <code class="literal">NULL</code>. </p>
|
607
607
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Clutter.PaintNode]</span></p>
|
608
608
|
</div>
|
609
|
-
<p class="since">Since 1.10</p>
|
609
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
610
610
|
</div>
|
611
611
|
<hr>
|
612
612
|
<div class="refsect2">
|
@@ -638,7 +638,7 @@ to the <a class="link" href="ClutterPaintNode.html" title="ClutterPaintNode"><sp
|
|
638
638
|
or <code class="literal">NULL</code>. </p>
|
639
639
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Clutter.PaintNode]</span></p>
|
640
640
|
</div>
|
641
|
-
<p class="since">Since 1.10</p>
|
641
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
642
642
|
</div>
|
643
643
|
</div>
|
644
644
|
<div class="refsect1">
|
@@ -646,26 +646,20 @@ or <code class="literal">NULL</code>. </p>
|
|
646
646
|
<div class="refsect2">
|
647
647
|
<a name="ClutterPaintNode-struct"></a><h3>ClutterPaintNode</h3>
|
648
648
|
<pre class="programlisting">typedef struct _ClutterPaintNode ClutterPaintNode;</pre>
|
649
|
-
<p>The
|
650
|
-
|
651
|
-
<p>
|
652
|
-
Unref Func: clutter_paint_node_unref
|
653
|
-
Set Value Func: clutter_value_set_paint_node
|
654
|
-
Get Value Func: clutter_value_get_paint_node</p>
|
655
|
-
<p class="since">Since 1.10</p>
|
649
|
+
<p>The <code class="literal">ClutterPaintNode</code> structure contains only private data
|
650
|
+
and it should be accessed using the provided API.</p>
|
651
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
656
652
|
</div>
|
657
653
|
<hr>
|
658
654
|
<div class="refsect2">
|
659
655
|
<a name="ClutterPaintNodeClass"></a><h3>ClutterPaintNodeClass</h3>
|
660
656
|
<pre class="programlisting">typedef struct _ClutterPaintNodeClass ClutterPaintNodeClass;</pre>
|
661
|
-
<p>The
|
662
|
-
|
663
|
-
<p class="since">Since 1.10</p>
|
657
|
+
<p>The <code class="literal">ClutterPaintNodeClass</code> structure contains only private data.</p>
|
658
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
664
659
|
</div>
|
665
660
|
</div>
|
666
661
|
</div>
|
667
662
|
<div class="footer">
|
668
|
-
<hr>
|
669
|
-
Generated by GTK-Doc V1.20.1</div>
|
663
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
670
664
|
</body>
|
671
665
|
</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>ClutterPanAction: 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="ch04.html" title="Actions">
|
9
9
|
<link rel="prev" href="ClutterGestureAction.html" title="ClutterGestureAction">
|
10
10
|
<link rel="next" href="ClutterSwipeAction.html" title="ClutterSwipeAction">
|
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">
|
@@ -270,9 +270,8 @@ clutter_pan_action_new (<em class="parameter"><code><span class="type">void</spa
|
|
270
270
|
<div class="refsect3">
|
271
271
|
<a name="id-1.5.5.6.9.2.5"></a><h4>Returns</h4>
|
272
272
|
<p> the newly created <a class="link" href="ClutterPanAction.html" title="ClutterPanAction"><span class="type">ClutterPanAction</span></a></p>
|
273
|
-
<p></p>
|
274
273
|
</div>
|
275
|
-
<p class="since">Since 1.12</p>
|
274
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
276
275
|
</div>
|
277
276
|
<hr>
|
278
277
|
<div class="refsect2">
|
@@ -303,7 +302,7 @@ clutter_pan_action_set_pan_axis (<em class="parameter"><code><a class="link" hre
|
|
303
302
|
</tbody>
|
304
303
|
</table></div>
|
305
304
|
</div>
|
306
|
-
<p class="since">Since 1.12</p>
|
305
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
307
306
|
</div>
|
308
307
|
<hr>
|
309
308
|
<div class="refsect2">
|
@@ -329,9 +328,8 @@ clutter_pan_action_get_pan_axis (<em class="parameter"><code><a class="link" hre
|
|
329
328
|
<div class="refsect3">
|
330
329
|
<a name="id-1.5.5.6.9.4.6"></a><h4>Returns</h4>
|
331
330
|
<p> the axis constraint</p>
|
332
|
-
<p></p>
|
333
331
|
</div>
|
334
|
-
<p class="since">Since 1.12</p>
|
332
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
335
333
|
</div>
|
336
334
|
<hr>
|
337
335
|
<div class="refsect2">
|
@@ -363,7 +361,7 @@ after the drag has ended, to emulate the gesture kinetic inertia.</p>
|
|
363
361
|
</tbody>
|
364
362
|
</table></div>
|
365
363
|
</div>
|
366
|
-
<p class="since">Since 1.12</p>
|
364
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
367
365
|
</div>
|
368
366
|
<hr>
|
369
367
|
<div class="refsect2">
|
@@ -391,9 +389,8 @@ kinetic inertia.</p>
|
|
391
389
|
<div class="refsect3">
|
392
390
|
<a name="id-1.5.5.6.9.6.6"></a><h4>Returns</h4>
|
393
391
|
<p> <code class="literal">TRUE</code> if interpolated events emission is active.</p>
|
394
|
-
<p></p>
|
395
392
|
</div>
|
396
|
-
<p class="since">Since 1.12</p>
|
393
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
397
394
|
</div>
|
398
395
|
<hr>
|
399
396
|
<div class="refsect2">
|
@@ -426,7 +423,7 @@ at the time of releasing the pointer is divided by every 60th of a second.</p>
|
|
426
423
|
</tbody>
|
427
424
|
</table></div>
|
428
425
|
</div>
|
429
|
-
<p class="since">Since 1.12</p>
|
426
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
430
427
|
</div>
|
431
428
|
<hr>
|
432
429
|
<div class="refsect2">
|
@@ -452,9 +449,8 @@ clutter_pan_action_get_deceleration (<em class="parameter"><code><a class="link"
|
|
452
449
|
<div class="refsect3">
|
453
450
|
<a name="id-1.5.5.6.9.8.6"></a><h4>Returns</h4>
|
454
451
|
<p> The deceleration rate of the interpolated events.</p>
|
455
|
-
<p></p>
|
456
452
|
</div>
|
457
|
-
<p class="since">Since 1.12</p>
|
453
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
458
454
|
</div>
|
459
455
|
<hr>
|
460
456
|
<div class="refsect2">
|
@@ -487,7 +483,7 @@ pointer when generating interpolated ::pan events.</p>
|
|
487
483
|
</tbody>
|
488
484
|
</table></div>
|
489
485
|
</div>
|
490
|
-
<p class="since">Since 1.12</p>
|
486
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
491
487
|
</div>
|
492
488
|
<hr>
|
493
489
|
<div class="refsect2">
|
@@ -514,9 +510,8 @@ clutter_pan_action_get_acceleration_factor
|
|
514
510
|
<div class="refsect3">
|
515
511
|
<a name="id-1.5.5.6.9.10.6"></a><h4>Returns</h4>
|
516
512
|
<p> The initial acceleration factor for interpolated events.</p>
|
517
|
-
<p></p>
|
518
513
|
</div>
|
519
|
-
<p class="since">Since 1.12</p>
|
514
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
520
515
|
</div>
|
521
516
|
<hr>
|
522
517
|
<div class="refsect2">
|
@@ -557,7 +552,7 @@ interpolated event's Y coordinate. </p></td>
|
|
557
552
|
</tbody>
|
558
553
|
</table></div>
|
559
554
|
</div>
|
560
|
-
<p class="since">Since 1.12</p>
|
555
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
561
556
|
</div>
|
562
557
|
<hr>
|
563
558
|
<div class="refsect2">
|
@@ -601,9 +596,8 @@ the latest interpolated event. </p></td>
|
|
601
596
|
<div class="refsect3">
|
602
597
|
<a name="id-1.5.5.6.9.12.6"></a><h4>Returns</h4>
|
603
598
|
<p> the distance since the latest interpolated event</p>
|
604
|
-
<p></p>
|
605
599
|
</div>
|
606
|
-
<p class="since">Since 1.12</p>
|
600
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
607
601
|
</div>
|
608
602
|
<hr>
|
609
603
|
<div class="refsect2">
|
@@ -654,7 +648,7 @@ point received by the action</p></td>
|
|
654
648
|
</tbody>
|
655
649
|
</table></div>
|
656
650
|
</div>
|
657
|
-
<p class="since">Since 1.14</p>
|
651
|
+
<p class="since">Since: <a class="link" href="ix14.html#api-index-1.14">1.14</a></p>
|
658
652
|
</div>
|
659
653
|
<hr>
|
660
654
|
<div class="refsect2">
|
@@ -705,7 +699,7 @@ point received by the action</p></td>
|
|
705
699
|
</tbody>
|
706
700
|
</table></div>
|
707
701
|
</div>
|
708
|
-
<p class="since">Since 1.14</p>
|
702
|
+
<p class="since">Since: <a class="link" href="ix14.html#api-index-1.14">1.14</a></p>
|
709
703
|
</div>
|
710
704
|
</div>
|
711
705
|
<div class="refsect1">
|
@@ -715,7 +709,7 @@ point received by the action</p></td>
|
|
715
709
|
<pre class="programlisting">struct ClutterPanAction;</pre>
|
716
710
|
<p>The <a class="link" href="ClutterPanAction.html" title="ClutterPanAction"><span class="type">ClutterPanAction</span></a> structure contains
|
717
711
|
only private data and should be accessed using the provided API</p>
|
718
|
-
<p class="since">Since 1.12</p>
|
712
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
719
713
|
</div>
|
720
714
|
<hr>
|
721
715
|
<div class="refsect2">
|
@@ -752,7 +746,7 @@ only private data.</p>
|
|
752
746
|
</tbody>
|
753
747
|
</table></div>
|
754
748
|
</div>
|
755
|
-
<p class="since">Since 1.12</p>
|
749
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
756
750
|
</div>
|
757
751
|
<hr>
|
758
752
|
<div class="refsect2">
|
@@ -792,7 +786,7 @@ panning action</p>
|
|
792
786
|
</tbody>
|
793
787
|
</table></div>
|
794
788
|
</div>
|
795
|
-
<p class="since">Since 1.12</p>
|
789
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
796
790
|
</div>
|
797
791
|
</div>
|
798
792
|
<div class="refsect1">
|
@@ -807,7 +801,7 @@ to generate interpolated ::pan events.</p>
|
|
807
801
|
<p>Flags: Read / Write</p>
|
808
802
|
<p>Allowed values: >= 1</p>
|
809
803
|
<p>Default value: 1</p>
|
810
|
-
<p class="since">Since 1.12</p>
|
804
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
811
805
|
</div>
|
812
806
|
<hr>
|
813
807
|
<div class="refsect2">
|
@@ -819,7 +813,7 @@ scroll deltas, using the rate specified by this property.</p>
|
|
819
813
|
<p>Flags: Read / Write</p>
|
820
814
|
<p>Allowed values: [1e-15,1]</p>
|
821
815
|
<p>Default value: 0.95</p>
|
822
|
-
<p class="since">Since 1.12</p>
|
816
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
823
817
|
</div>
|
824
818
|
<hr>
|
825
819
|
<div class="refsect2">
|
@@ -828,7 +822,7 @@ scroll deltas, using the rate specified by this property.</p>
|
|
828
822
|
<p>Whether interpolated events emission is enabled.</p>
|
829
823
|
<p>Flags: Read / Write</p>
|
830
824
|
<p>Default value: FALSE</p>
|
831
|
-
<p class="since">Since 1.12</p>
|
825
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
832
826
|
</div>
|
833
827
|
<hr>
|
834
828
|
<div class="refsect2">
|
@@ -837,7 +831,7 @@ scroll deltas, using the rate specified by this property.</p>
|
|
837
831
|
<p>Constraints the panning action to the specified axis</p>
|
838
832
|
<p>Flags: Read / Write</p>
|
839
833
|
<p>Default value: CLUTTER_PAN_AXIS_NONE</p>
|
840
|
-
<p class="since">Since 1.12</p>
|
834
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
841
835
|
</div>
|
842
836
|
</div>
|
843
837
|
<div class="refsect1">
|
@@ -892,10 +886,9 @@ the motion velocity at the end of the drag</p></td>
|
|
892
886
|
<a name="id-1.5.5.6.12.2.6"></a><h4>Returns</h4>
|
893
887
|
<p> <code class="literal">TRUE</code> if the pan should continue, and <code class="literal">FALSE</code> if
|
894
888
|
the pan should be cancelled.</p>
|
895
|
-
<p></p>
|
896
889
|
</div>
|
897
890
|
<p>Flags: Run Last</p>
|
898
|
-
<p class="since">Since 1.12</p>
|
891
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
899
892
|
</div>
|
900
893
|
<hr>
|
901
894
|
<div class="refsect2">
|
@@ -935,12 +928,11 @@ phase of the pan action, only when :interpolate is set to <code class="literal">
|
|
935
928
|
</table></div>
|
936
929
|
</div>
|
937
930
|
<p>Flags: Run Last</p>
|
938
|
-
<p class="since">Since 1.12</p>
|
931
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
939
932
|
</div>
|
940
933
|
</div>
|
941
934
|
</div>
|
942
935
|
<div class="footer">
|
943
|
-
<hr>
|
944
|
-
Generated by GTK-Doc V1.20.1</div>
|
936
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
945
937
|
</body>
|
946
938
|
</html>
|