clutter 2.2.5-x86-mingw32 → 3.0.0-x86-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>ClutterContent: 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="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ClutterEffect.html" title="ClutterEffect">
|
10
10
|
<link rel="next" href="ch02.html" title="Base actors">
|
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">
|
@@ -173,9 +173,8 @@ for instance the size of an image data.</p>
|
|
173
173
|
<a name="id-1.5.2.12.10.2.7"></a><h4>Returns</h4>
|
174
174
|
<p> <code class="literal">TRUE</code> if the content has a preferred size, and <code class="literal">FALSE</code>
|
175
175
|
otherwise</p>
|
176
|
-
<p></p>
|
177
176
|
</div>
|
178
|
-
<p class="since">Since 1.10</p>
|
177
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
179
178
|
</div>
|
180
179
|
<hr>
|
181
180
|
<div class="refsect2">
|
@@ -201,7 +200,7 @@ actor state.</p>
|
|
201
200
|
</tr></tbody>
|
202
201
|
</table></div>
|
203
202
|
</div>
|
204
|
-
<p class="since">Since 1.10</p>
|
203
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
205
204
|
</div>
|
206
205
|
</div>
|
207
206
|
<div class="refsect1">
|
@@ -211,7 +210,7 @@ actor state.</p>
|
|
211
210
|
<pre class="programlisting">typedef struct _ClutterContent ClutterContent;</pre>
|
212
211
|
<p>The <a class="link" href="ClutterContent.html" title="ClutterContent"><span class="type">ClutterContent</span></a> structure is an opaque type
|
213
212
|
whose members cannot be acccessed directly.</p>
|
214
|
-
<p class="since">Since 1.10</p>
|
213
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
215
214
|
</div>
|
216
215
|
<hr>
|
217
216
|
<div class="refsect2">
|
@@ -276,7 +275,7 @@ is changed.</p></td>
|
|
276
275
|
</tbody>
|
277
276
|
</table></div>
|
278
277
|
</div>
|
279
|
-
<p class="since">Since 1.10</p>
|
278
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
280
279
|
</div>
|
281
280
|
</div>
|
282
281
|
<div class="refsect1">
|
@@ -317,7 +316,7 @@ assigned to a <a class="link" href="ClutterActor.html" title="ClutterActor"><spa
|
|
317
316
|
</table></div>
|
318
317
|
</div>
|
319
318
|
<p>Flags: Run First</p>
|
320
|
-
<p class="since">Since 1.10</p>
|
319
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
321
320
|
</div>
|
322
321
|
<hr>
|
323
322
|
<div class="refsect2">
|
@@ -356,12 +355,11 @@ removed from a <a class="link" href="ClutterActor.html" title="ClutterActor"><sp
|
|
356
355
|
</table></div>
|
357
356
|
</div>
|
358
357
|
<p>Flags: Run First</p>
|
359
|
-
<p class="since">Since 1.10</p>
|
358
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
360
359
|
</div>
|
361
360
|
</div>
|
362
361
|
</div>
|
363
362
|
<div class="footer">
|
364
|
-
<hr>
|
365
|
-
Generated by GTK-Doc V1.20.1</div>
|
363
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
366
364
|
</body>
|
367
365
|
</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>ClutterDeformEffect: 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="ClutterShaderEffect.html" title="ClutterShaderEffect">
|
10
10
|
<link rel="next" href="ClutterBlurEffect.html" title="ClutterBlurEffect">
|
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">
|
@@ -196,7 +196,7 @@ handle</p>
|
|
196
196
|
</tbody>
|
197
197
|
</table></div>
|
198
198
|
</div>
|
199
|
-
<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>
|
200
200
|
</div>
|
201
201
|
<hr>
|
202
202
|
<div class="refsect2">
|
@@ -228,7 +228,7 @@ The returned material is owned by the <a class="link" href="ClutterDeformEffect.
|
|
228
228
|
should not be freed directly. </p>
|
229
229
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
230
230
|
</div>
|
231
|
-
<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>
|
232
232
|
</div>
|
233
233
|
<hr>
|
234
234
|
<div class="refsect2">
|
@@ -268,7 +268,7 @@ of computation</p>
|
|
268
268
|
</tbody>
|
269
269
|
</table></div>
|
270
270
|
</div>
|
271
|
-
<p class="since">Since 1.4</p>
|
271
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
272
272
|
</div>
|
273
273
|
<hr>
|
274
274
|
<div class="refsect2">
|
@@ -308,7 +308,7 @@ or <code class="literal">NULL</code>. </p></td>
|
|
308
308
|
</tbody>
|
309
309
|
</table></div>
|
310
310
|
</div>
|
311
|
-
<p class="since">Since 1.4</p>
|
311
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
312
312
|
</div>
|
313
313
|
<hr>
|
314
314
|
<div class="refsect2">
|
@@ -333,7 +333,7 @@ to an actor, it will queue a redraw</p>
|
|
333
333
|
</tr></tbody>
|
334
334
|
</table></div>
|
335
335
|
</div>
|
336
|
-
<p class="since">Since 1.4</p>
|
336
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
337
337
|
</div>
|
338
338
|
</div>
|
339
339
|
<div class="refsect1">
|
@@ -343,7 +343,7 @@ to an actor, it will queue a redraw</p>
|
|
343
343
|
<pre class="programlisting">struct ClutterDeformEffect;</pre>
|
344
344
|
<p>The <a class="link" href="ClutterDeformEffect.html" title="ClutterDeformEffect"><span class="type">ClutterDeformEffect</span></a> structure contains
|
345
345
|
only private data and should be accessed using the provided API</p>
|
346
|
-
<p class="since">Since 1.4</p>
|
346
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
347
347
|
</div>
|
348
348
|
<hr>
|
349
349
|
<div class="refsect2">
|
@@ -373,7 +373,7 @@ function to compute the deformation of each vertex</p></td>
|
|
373
373
|
</tr></tbody>
|
374
374
|
</table></div>
|
375
375
|
</div>
|
376
|
-
<p class="since">Since 1.4</p>
|
376
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
377
377
|
</div>
|
378
378
|
</div>
|
379
379
|
<div class="refsect1">
|
@@ -385,7 +385,7 @@ function to compute the deformation of each vertex</p></td>
|
|
385
385
|
to which this effect has been applied</p>
|
386
386
|
<p>By default, no material will be used</p>
|
387
387
|
<p>Flags: Read / Write</p>
|
388
|
-
<p class="since">Since 1.4</p>
|
388
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
389
389
|
</div>
|
390
390
|
<hr>
|
391
391
|
<div class="refsect2">
|
@@ -396,7 +396,7 @@ smaller the tiles</p>
|
|
396
396
|
<p>Flags: Read / Write</p>
|
397
397
|
<p>Allowed values: >= 1</p>
|
398
398
|
<p>Default value: 32</p>
|
399
|
-
<p class="since">Since 1.4</p>
|
399
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
400
400
|
</div>
|
401
401
|
<hr>
|
402
402
|
<div class="refsect2">
|
@@ -407,12 +407,11 @@ smaller the tiles</p>
|
|
407
407
|
<p>Flags: Read / Write</p>
|
408
408
|
<p>Allowed values: >= 1</p>
|
409
409
|
<p>Default value: 32</p>
|
410
|
-
<p class="since">Since 1.4</p>
|
410
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
411
411
|
</div>
|
412
412
|
</div>
|
413
413
|
</div>
|
414
414
|
<div class="footer">
|
415
|
-
<hr>
|
416
|
-
Generated by GTK-Doc V1.20.1</div>
|
415
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
417
416
|
</body>
|
418
417
|
</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>ClutterDesaturateEffect: 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="ClutterColorizeEffect.html" title="ClutterColorizeEffect">
|
10
10
|
<link rel="next" href="ClutterPageTurnEffect.html" title="ClutterPageTurnEffect">
|
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">
|
@@ -140,9 +140,8 @@ clutter_desaturate_effect_new (<em class="parameter"><code><span class="type">gd
|
|
140
140
|
<div class="refsect3">
|
141
141
|
<a name="id-1.5.7.8.8.2.6"></a><h4>Returns</h4>
|
142
142
|
<p> the newly created <a class="link" href="ClutterDesaturateEffect.html" title="ClutterDesaturateEffect"><span class="type">ClutterDesaturateEffect</span></a> or <code class="literal">NULL</code></p>
|
143
|
-
<p></p>
|
144
143
|
</div>
|
145
|
-
<p class="since">Since 1.4</p>
|
144
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
146
145
|
</div>
|
147
146
|
<hr>
|
148
147
|
<div class="refsect2">
|
@@ -175,7 +174,7 @@ and 1.0 being "fully desaturate"</p>
|
|
175
174
|
</tbody>
|
176
175
|
</table></div>
|
177
176
|
</div>
|
178
|
-
<p class="since">Since 1.4</p>
|
177
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
179
178
|
</div>
|
180
179
|
<hr>
|
181
180
|
<div class="refsect2">
|
@@ -202,9 +201,8 @@ clutter_desaturate_effect_get_factor (<em class="parameter"><code><a class="link
|
|
202
201
|
<div class="refsect3">
|
203
202
|
<a name="id-1.5.7.8.8.4.6"></a><h4>Returns</h4>
|
204
203
|
<p> the desaturation factor</p>
|
205
|
-
<p></p>
|
206
204
|
</div>
|
207
|
-
<p class="since">Since 1.4</p>
|
205
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
208
206
|
</div>
|
209
207
|
</div>
|
210
208
|
<div class="refsect1">
|
@@ -214,7 +212,7 @@ clutter_desaturate_effect_get_factor (<em class="parameter"><code><a class="link
|
|
214
212
|
<pre class="programlisting">typedef struct _ClutterDesaturateEffect ClutterDesaturateEffect;</pre>
|
215
213
|
<p><a class="link" href="ClutterDesaturateEffect.html" title="ClutterDesaturateEffect"><span class="type">ClutterDesaturateEffect</span></a> is an opaque structure
|
216
214
|
whose members cannot be directly accessed</p>
|
217
|
-
<p class="since">Since 1.4</p>
|
215
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
218
216
|
</div>
|
219
217
|
</div>
|
220
218
|
<div class="refsect1">
|
@@ -227,7 +225,7 @@ desaturation).</p>
|
|
227
225
|
<p>Flags: Read / Write</p>
|
228
226
|
<p>Allowed values: [0,1]</p>
|
229
227
|
<p>Default value: 1</p>
|
230
|
-
<p class="since">Since 1.4</p>
|
228
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
231
229
|
</div>
|
232
230
|
</div>
|
233
231
|
<div class="refsect1">
|
@@ -236,7 +234,6 @@ desaturation).</p>
|
|
236
234
|
</div>
|
237
235
|
</div>
|
238
236
|
<div class="footer">
|
239
|
-
<hr>
|
240
|
-
Generated by GTK-Doc V1.20.1</div>
|
237
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
241
238
|
</body>
|
242
239
|
</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>ClutterDeviceManager: 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="ch10.html" title="General purpose API">
|
9
9
|
<link rel="prev" href="clutter-Key-Bindings.html" title="Key Bindings">
|
10
10
|
<link rel="next" href="clutter-Events.html" title="Events">
|
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">
|
@@ -179,7 +179,7 @@ The returned instance is owned by Clutter and it should not be
|
|
179
179
|
modified or freed. </p>
|
180
180
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
181
181
|
</div>
|
182
|
-
<p class="since">Since 1.2</p>
|
182
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
183
183
|
</div>
|
184
184
|
<hr>
|
185
185
|
<div class="refsect2">
|
@@ -208,7 +208,7 @@ clutter_device_manager_list_devices (<em class="parameter"><code><a class="link"
|
|
208
208
|
<code class="function">g_slist_free()</code> to deallocate it when done. </p>
|
209
209
|
<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.InputDevice]</span></p>
|
210
210
|
</div>
|
211
|
-
<p class="since">Since 1.2</p>
|
211
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
212
212
|
</div>
|
213
213
|
<hr>
|
214
214
|
<div class="refsect2">
|
@@ -238,7 +238,7 @@ returned list is owned by the <a class="link" href="ClutterDeviceManager.html" t
|
|
238
238
|
be modified or freed. </p>
|
239
239
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Clutter.InputDevice]</span></p>
|
240
240
|
</div>
|
241
|
-
<p class="since">Since 1.2</p>
|
241
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
242
242
|
</div>
|
243
243
|
<hr>
|
244
244
|
<div class="refsect2">
|
@@ -277,7 +277,7 @@ returned device is owned by the <a class="link" href="ClutterDeviceManager.html"
|
|
277
277
|
never be modified or freed. </p>
|
278
278
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
279
279
|
</div>
|
280
|
-
<p class="since">Since 1.2</p>
|
280
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
281
281
|
</div>
|
282
282
|
<hr>
|
283
283
|
<div class="refsect2">
|
@@ -319,7 +319,7 @@ returned device is owned by the <a class="link" href="ClutterDeviceManager.html"
|
|
319
319
|
not be modified or freed. </p>
|
320
320
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
321
321
|
</div>
|
322
|
-
<p class="since">Since 1.2</p>
|
322
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
323
323
|
</div>
|
324
324
|
<hr>
|
325
325
|
<div class="refsect2">
|
@@ -374,7 +374,7 @@ equivalent to:</p>
|
|
374
374
|
<p> a <a class="link" href="ClutterInputDevice.html" title="ClutterInputDevice"><span class="type">ClutterInputDevice</span></a>, or <code class="literal">NULL</code>. </p>
|
375
375
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
376
376
|
</div>
|
377
|
-
<p class="since">Since 0.8</p>
|
377
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
378
378
|
</div>
|
379
379
|
</div>
|
380
380
|
<div class="refsect1">
|
@@ -383,7 +383,7 @@ equivalent to:</p>
|
|
383
383
|
<a name="ClutterDeviceManager-struct"></a><h3>struct ClutterDeviceManager</h3>
|
384
384
|
<pre class="programlisting">struct ClutterDeviceManager;</pre>
|
385
385
|
<p>The <a class="link" href="ClutterDeviceManager.html" title="ClutterDeviceManager"><span class="type">ClutterDeviceManager</span></a> structure contains only private data</p>
|
386
|
-
<p class="since">Since 1.2</p>
|
386
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
387
387
|
</div>
|
388
388
|
<hr>
|
389
389
|
<div class="refsect2">
|
@@ -392,7 +392,7 @@ equivalent to:</p>
|
|
392
392
|
};
|
393
393
|
</pre>
|
394
394
|
<p>The <a class="link" href="ClutterDeviceManager.html#ClutterDeviceManagerClass" title="struct ClutterDeviceManagerClass"><span class="type">ClutterDeviceManagerClass</span></a> structure contains only private data</p>
|
395
|
-
<p class="since">Since 1.2</p>
|
395
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
396
396
|
</div>
|
397
397
|
</div>
|
398
398
|
<div class="refsect1">
|
@@ -442,7 +442,7 @@ added to the <a class="link" href="ClutterDeviceManager.html" title="ClutterDevi
|
|
442
442
|
</table></div>
|
443
443
|
</div>
|
444
444
|
<p>Flags: Run Last</p>
|
445
|
-
<p class="since">Since 1.2</p>
|
445
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
446
446
|
</div>
|
447
447
|
<hr>
|
448
448
|
<div class="refsect2">
|
@@ -481,12 +481,11 @@ removed from the <a class="link" href="ClutterDeviceManager.html" title="Clutter
|
|
481
481
|
</table></div>
|
482
482
|
</div>
|
483
483
|
<p>Flags: Run Last</p>
|
484
|
-
<p class="since">Since 1.2</p>
|
484
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
485
485
|
</div>
|
486
486
|
</div>
|
487
487
|
</div>
|
488
488
|
<div class="footer">
|
489
|
-
<hr>
|
490
|
-
Generated by GTK-Doc V1.20.1</div>
|
489
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
491
490
|
</body>
|
492
491
|
</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>ClutterDragAction: 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="ClutterClickAction.html" title="ClutterClickAction">
|
10
10
|
<link rel="next" href="ClutterDropAction.html" title="ClutterDropAction">
|
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">
|
@@ -291,9 +291,8 @@ clutter_drag_action_new (<em class="parameter"><code><span class="type">void</sp
|
|
291
291
|
<div class="refsect3">
|
292
292
|
<a name="id-1.5.5.3.9.2.5"></a><h4>Returns</h4>
|
293
293
|
<p> the newly created <a class="link" href="ClutterDragAction.html" title="ClutterDragAction"><span class="type">ClutterDragAction</span></a></p>
|
294
|
-
<p></p>
|
295
294
|
</div>
|
296
|
-
<p class="since">Since 1.4</p>
|
295
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
297
296
|
</div>
|
298
297
|
<hr>
|
299
298
|
<div class="refsect2">
|
@@ -340,7 +339,7 @@ property of <a class="link" href="ClutterSettings.html" title="ClutterSettings">
|
|
340
339
|
</tbody>
|
341
340
|
</table></div>
|
342
341
|
</div>
|
343
|
-
<p class="since">Since 1.4</p>
|
342
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
344
343
|
</div>
|
345
344
|
<hr>
|
346
345
|
<div class="refsect2">
|
@@ -384,7 +383,7 @@ threshold value, in pixels. </p></td>
|
|
384
383
|
</tbody>
|
385
384
|
</table></div>
|
386
385
|
</div>
|
387
|
-
<p class="since">Since 1.4</p>
|
386
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
388
387
|
</div>
|
389
388
|
<hr>
|
390
389
|
<div class="refsect2">
|
@@ -415,7 +414,7 @@ clutter_drag_action_set_drag_handle (<em class="parameter"><code><a class="link"
|
|
415
414
|
</tbody>
|
416
415
|
</table></div>
|
417
416
|
</div>
|
418
|
-
<p class="since">Since 1.4</p>
|
417
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
419
418
|
</div>
|
420
419
|
<hr>
|
421
420
|
<div class="refsect2">
|
@@ -444,7 +443,7 @@ clutter_drag_action_get_drag_handle (<em class="parameter"><code><a class="link"
|
|
444
443
|
handle, or <code class="literal">NULL</code> if none was set. </p>
|
445
444
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
446
445
|
</div>
|
447
|
-
<p class="since">Since 1.4</p>
|
446
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
448
447
|
</div>
|
449
448
|
<hr>
|
450
449
|
<div class="refsect2">
|
@@ -475,7 +474,7 @@ clutter_drag_action_set_drag_axis (<em class="parameter"><code><a class="link" h
|
|
475
474
|
</tbody>
|
476
475
|
</table></div>
|
477
476
|
</div>
|
478
|
-
<p class="since">Since 1.4</p>
|
477
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
479
478
|
</div>
|
480
479
|
<hr>
|
481
480
|
<div class="refsect2">
|
@@ -501,9 +500,8 @@ clutter_drag_action_get_drag_axis (<em class="parameter"><code><a class="link" h
|
|
501
500
|
<div class="refsect3">
|
502
501
|
<a name="id-1.5.5.3.9.8.6"></a><h4>Returns</h4>
|
503
502
|
<p> the axis constraint</p>
|
504
|
-
<p></p>
|
505
503
|
</div>
|
506
|
-
<p class="since">Since 1.4</p>
|
504
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
507
505
|
</div>
|
508
506
|
<hr>
|
509
507
|
<div class="refsect2">
|
@@ -579,7 +577,6 @@ in parents coordinates.</p>
|
|
579
577
|
<p> <code class="literal">TRUE</code> if the actor is actually constrained (and thus
|
580
578
|
<em class="parameter"><code>drag_area</code></em>
|
581
579
|
is valid), <code class="literal">FALSE</code> otherwise</p>
|
582
|
-
<p></p>
|
583
580
|
</div>
|
584
581
|
</div>
|
585
582
|
<hr>
|
@@ -618,7 +615,7 @@ that started the dragging</p>
|
|
618
615
|
</tbody>
|
619
616
|
</table></div>
|
620
617
|
</div>
|
621
|
-
<p class="since">Since 1.4</p>
|
618
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
622
619
|
</div>
|
623
620
|
<hr>
|
624
621
|
<div class="refsect2">
|
@@ -658,7 +655,7 @@ event's Y coordinate. </p></td>
|
|
658
655
|
</tbody>
|
659
656
|
</table></div>
|
660
657
|
</div>
|
661
|
-
<p class="since">Since 1.4</p>
|
658
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
662
659
|
</div>
|
663
660
|
</div>
|
664
661
|
<div class="refsect1">
|
@@ -668,7 +665,7 @@ event's Y coordinate. </p></td>
|
|
668
665
|
<pre class="programlisting">struct ClutterDragAction;</pre>
|
669
666
|
<p>The <a class="link" href="ClutterDragAction.html" title="ClutterDragAction"><span class="type">ClutterDragAction</span></a> structure contains only
|
670
667
|
private data and should be accessed using the provided API</p>
|
671
|
-
<p class="since">Since 1.4</p>
|
668
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
672
669
|
</div>
|
673
670
|
<hr>
|
674
671
|
<div class="refsect2">
|
@@ -728,7 +725,7 @@ only private data</p>
|
|
728
725
|
</tbody>
|
729
726
|
</table></div>
|
730
727
|
</div>
|
731
|
-
<p class="since">Since 1.4</p>
|
728
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
732
729
|
</div>
|
733
730
|
<hr>
|
734
731
|
<div class="refsect2">
|
@@ -768,7 +765,7 @@ dragging action</p>
|
|
768
765
|
</tbody>
|
769
766
|
</table></div>
|
770
767
|
</div>
|
771
|
-
<p class="since">Since 1.4</p>
|
768
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
772
769
|
</div>
|
773
770
|
</div>
|
774
771
|
<div class="refsect1">
|
@@ -780,7 +777,7 @@ dragging action</p>
|
|
780
777
|
actor position) to the specified <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a>, in parent's
|
781
778
|
coordinates.</p>
|
782
779
|
<p>Flags: Read / Write</p>
|
783
|
-
<p class="since">Since 1.12</p>
|
780
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
784
781
|
</div>
|
785
782
|
<hr>
|
786
783
|
<div class="refsect2">
|
@@ -789,7 +786,7 @@ coordinates.</p>
|
|
789
786
|
<p>Whether the <a class="link" href="ClutterDragAction.html#ClutterDragAction--drag-area" title="The “drag-area” property"><span class="type">“drag-area”</span></a> property has been set.</p>
|
790
787
|
<p>Flags: Read</p>
|
791
788
|
<p>Default value: FALSE</p>
|
792
|
-
<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>
|
793
790
|
</div>
|
794
791
|
<hr>
|
795
792
|
<div class="refsect2">
|
@@ -798,7 +795,7 @@ coordinates.</p>
|
|
798
795
|
<p>Constraints the dragging action to the specified axis</p>
|
799
796
|
<p>Flags: Read / Write</p>
|
800
797
|
<p>Default value: CLUTTER_DRAG_AXIS_NONE</p>
|
801
|
-
<p class="since">Since 1.4</p>
|
798
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
802
799
|
</div>
|
803
800
|
<hr>
|
804
801
|
<div class="refsect2">
|
@@ -811,7 +808,7 @@ separate <a class="link" href="ClutterActor.html" title="ClutterActor"><span cla
|
|
811
808
|
<p>Setting this property has no effect on the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> argument
|
812
809
|
passed to the <a class="link" href="ClutterDragAction.html" title="ClutterDragAction"><span class="type">ClutterDragAction</span></a> signals</p>
|
813
810
|
<p>Flags: Read / Write</p>
|
814
|
-
<p class="since">Since 1.4</p>
|
811
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
815
812
|
</div>
|
816
813
|
<hr>
|
817
814
|
<div class="refsect2">
|
@@ -831,7 +828,7 @@ threshold, either as set or the default one.</p>
|
|
831
828
|
<p>Flags: Read / Write</p>
|
832
829
|
<p>Allowed values: >= -1</p>
|
833
830
|
<p>Default value: 0</p>
|
834
|
-
<p class="since">Since 1.4</p>
|
831
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
835
832
|
</div>
|
836
833
|
<hr>
|
837
834
|
<div class="refsect2">
|
@@ -851,7 +848,7 @@ threshold, either as set or the default one.</p>
|
|
851
848
|
<p>Flags: Read / Write</p>
|
852
849
|
<p>Allowed values: >= -1</p>
|
853
850
|
<p>Default value: 0</p>
|
854
|
-
<p class="since">Since 1.4</p>
|
851
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
855
852
|
</div>
|
856
853
|
</div>
|
857
854
|
<div class="refsect1">
|
@@ -913,7 +910,7 @@ starts the dragging</p>
|
|
913
910
|
</table></div>
|
914
911
|
</div>
|
915
912
|
<p>Flags: Run Last</p>
|
916
|
-
<p class="since">Since 1.4</p>
|
913
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
917
914
|
</div>
|
918
915
|
<hr>
|
919
916
|
<div class="refsect2">
|
@@ -972,7 +969,7 @@ signal has been emitted first</p>
|
|
972
969
|
</table></div>
|
973
970
|
</div>
|
974
971
|
<p>Flags: Run Last</p>
|
975
|
-
<p class="since">Since 1.4</p>
|
972
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
976
973
|
</div>
|
977
974
|
<hr>
|
978
975
|
<div class="refsect2">
|
@@ -1041,7 +1038,7 @@ as of the latest motion event</p></td>
|
|
1041
1038
|
</table></div>
|
1042
1039
|
</div>
|
1043
1040
|
<p>Flags: Run Last</p>
|
1044
|
-
<p class="since">Since 1.4</p>
|
1041
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
1045
1042
|
</div>
|
1046
1043
|
<hr>
|
1047
1044
|
<div class="refsect2">
|
@@ -1106,15 +1103,13 @@ as of the latest motion event</p></td>
|
|
1106
1103
|
<a name="id-1.5.5.3.12.5.8"></a><h4>Returns</h4>
|
1107
1104
|
<p> <code class="literal">TRUE</code> if the drag should continue, and <code class="literal">FALSE</code>
|
1108
1105
|
if it should be stopped.</p>
|
1109
|
-
<p></p>
|
1110
1106
|
</div>
|
1111
1107
|
<p>Flags: Run Last</p>
|
1112
|
-
<p class="since">Since 1.12</p>
|
1108
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1113
1109
|
</div>
|
1114
1110
|
</div>
|
1115
1111
|
</div>
|
1116
1112
|
<div class="footer">
|
1117
|
-
<hr>
|
1118
|
-
Generated by GTK-Doc V1.20.1</div>
|
1113
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
1119
1114
|
</body>
|
1120
1115
|
</html>
|