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>ClutterSettings: 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="ClutterPath.html" title="ClutterPath">
|
10
10
|
<link rel="next" href="clutter-Stage-Manager.html" title="Stage Manager">
|
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">
|
@@ -187,7 +187,7 @@ returned object is owned by Clutter and it should not be unreferenced
|
|
187
187
|
directly. </p>
|
188
188
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
189
189
|
</div>
|
190
|
-
<p class="since">Since 1.4</p>
|
190
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
191
191
|
</div>
|
192
192
|
</div>
|
193
193
|
<div class="refsect1">
|
@@ -195,9 +195,9 @@ directly. </p>
|
|
195
195
|
<div class="refsect2">
|
196
196
|
<a name="ClutterSettings-struct"></a><h3>ClutterSettings</h3>
|
197
197
|
<pre class="programlisting">typedef struct _ClutterSettings ClutterSettings;</pre>
|
198
|
-
<p
|
198
|
+
<p><code class="literal">ClutterSettings</code> is an opaque structure whose
|
199
199
|
members cannot be directly accessed.</p>
|
200
|
-
<p class="since">Since 1.4</p>
|
200
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
201
201
|
</div>
|
202
202
|
</div>
|
203
203
|
<div class="refsect1">
|
@@ -208,7 +208,7 @@ members cannot be directly accessed.</p>
|
|
208
208
|
<p>A back pointer to the <a class="link" href="ClutterBackend.html" title="ClutterBackend"><span class="type">ClutterBackend</span></a></p>
|
209
209
|
<div class="warning"><p><code class="literal">ClutterSettings:backend</code> has been deprecated since version 1.10 and should not be used in newly-written code.</p></div>
|
210
210
|
<p>Flags: Write / Construct Only</p>
|
211
|
-
<p class="since">Since 1.4</p>
|
211
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
212
212
|
</div>
|
213
213
|
<hr>
|
214
214
|
<div class="refsect2">
|
@@ -219,7 +219,7 @@ should travel before a drag operation should start.</p>
|
|
219
219
|
<p>Flags: Read / Write</p>
|
220
220
|
<p>Allowed values: >= 1</p>
|
221
221
|
<p>Default value: 8</p>
|
222
|
-
<p class="since">Since 1.8</p>
|
222
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
223
223
|
</div>
|
224
224
|
<hr>
|
225
225
|
<div class="refsect2">
|
@@ -230,7 +230,7 @@ determines whether or not to increase the click count by 1.</p>
|
|
230
230
|
<p>Flags: Read / Write</p>
|
231
231
|
<p>Allowed values: >= 0</p>
|
232
232
|
<p>Default value: 5</p>
|
233
|
-
<p class="since">Since 1.4</p>
|
233
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
234
234
|
</div>
|
235
235
|
<hr>
|
236
236
|
<div class="refsect2">
|
@@ -241,7 +241,7 @@ events in order to increase the click count by 1.</p>
|
|
241
241
|
<p>Flags: Read / Write</p>
|
242
242
|
<p>Allowed values: >= 0</p>
|
243
243
|
<p>Default value: 250</p>
|
244
|
-
<p class="since">Since 1.4</p>
|
244
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
245
245
|
</div>
|
246
246
|
<hr>
|
247
247
|
<div class="refsect2">
|
@@ -253,7 +253,7 @@ unconditionally; and -1 will use the system's default.</p>
|
|
253
253
|
<p>Flags: Read / Write</p>
|
254
254
|
<p>Allowed values: [-1,1]</p>
|
255
255
|
<p>Default value: -1</p>
|
256
|
-
<p class="since">Since 1.4</p>
|
256
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
257
257
|
</div>
|
258
258
|
<hr>
|
259
259
|
<div class="refsect2">
|
@@ -264,7 +264,7 @@ unconditionally; and -1 will use the system's default.</p>
|
|
264
264
|
<p>Flags: Read / Write</p>
|
265
265
|
<p>Allowed values: [-1,1048576]</p>
|
266
266
|
<p>Default value: -1</p>
|
267
|
-
<p class="since">Since 1.4</p>
|
267
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
268
268
|
</div>
|
269
269
|
<hr>
|
270
270
|
<div class="refsect2">
|
@@ -280,7 +280,7 @@ are:</p>
|
|
280
280
|
</ul></div>
|
281
281
|
<p>Flags: Read / Write</p>
|
282
282
|
<p>Default value: NULL</p>
|
283
|
-
<p class="since">Since 1.4</p>
|
283
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
284
284
|
</div>
|
285
285
|
<hr>
|
286
286
|
<div class="refsect2">
|
@@ -292,7 +292,7 @@ it; and a value of -1 will use the system's default.</p>
|
|
292
292
|
<p>Flags: Read / Write</p>
|
293
293
|
<p>Allowed values: [-1,1]</p>
|
294
294
|
<p>Default value: -1</p>
|
295
|
-
<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>
|
296
296
|
</div>
|
297
297
|
<hr>
|
298
298
|
<div class="refsect2">
|
@@ -302,7 +302,7 @@ it; and a value of -1 will use the system's default.</p>
|
|
302
302
|
a string that can be passed to <code class="function">pango_font_description_from_string()</code>.</p>
|
303
303
|
<p>Flags: Read / Write</p>
|
304
304
|
<p>Default value: NULL</p>
|
305
|
-
<p class="since">Since 1.4</p>
|
305
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
306
306
|
</div>
|
307
307
|
<hr>
|
308
308
|
<div class="refsect2">
|
@@ -319,7 +319,7 @@ values are:</p>
|
|
319
319
|
</ul></div>
|
320
320
|
<p>Flags: Read / Write</p>
|
321
321
|
<p>Default value: NULL</p>
|
322
|
-
<p class="since">Since 1.4</p>
|
322
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
323
323
|
</div>
|
324
324
|
<hr>
|
325
325
|
<div class="refsect2">
|
@@ -339,7 +339,7 @@ gesture. The duration is expressed in milliseconds.</p>
|
|
339
339
|
<p>Flags: Read / Write</p>
|
340
340
|
<p>Allowed values: >= 0</p>
|
341
341
|
<p>Default value: 500</p>
|
342
|
-
<p class="since">Since 1.8</p>
|
342
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
343
343
|
</div>
|
344
344
|
<hr>
|
345
345
|
<div class="refsect2">
|
@@ -370,7 +370,6 @@ gesture. The duration is expressed in milliseconds.</p>
|
|
370
370
|
</div>
|
371
371
|
</div>
|
372
372
|
<div class="footer">
|
373
|
-
<hr>
|
374
|
-
Generated by GTK-Doc V1.20.1</div>
|
373
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
375
374
|
</body>
|
376
375
|
</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>ClutterShaderEffect: 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="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect">
|
10
10
|
<link rel="next" href="ClutterDeformEffect.html" title="ClutterDeformEffect">
|
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">
|
@@ -299,9 +299,8 @@ or <a class="link" href="ClutterShaderEffect.html#CLUTTER-VERTEX-SHADER:CAPS"><c
|
|
299
299
|
<a name="id-1.5.7.3.8.2.7"></a><h4>Returns</h4>
|
300
300
|
<p> the newly created <a class="link" href="ClutterShaderEffect.html" title="ClutterShaderEffect"><span class="type">ClutterShaderEffect</span></a>.
|
301
301
|
Use <code class="function">g_object_unref()</code> when done.</p>
|
302
|
-
<p></p>
|
303
302
|
</div>
|
304
|
-
<p class="since">Since 1.8</p>
|
303
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
305
304
|
</div>
|
306
305
|
<hr>
|
307
306
|
<div class="refsect2">
|
@@ -444,7 +443,7 @@ of floating point values (a "vec3") can be set using:</p>
|
|
444
443
|
</tbody>
|
445
444
|
</table></div>
|
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">
|
@@ -493,7 +492,7 @@ languages than C.</p>
|
|
493
492
|
</tbody>
|
494
493
|
</table></div>
|
495
494
|
</div>
|
496
|
-
<p class="since">Since 1.4</p>
|
495
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
497
496
|
</div>
|
498
497
|
<hr>
|
499
498
|
<div class="refsect2">
|
@@ -533,9 +532,8 @@ yield no result.</p>
|
|
533
532
|
<div class="refsect3">
|
534
533
|
<a name="id-1.5.7.3.8.5.8"></a><h4>Returns</h4>
|
535
534
|
<p> <code class="literal">TRUE</code> if the source was set</p>
|
536
|
-
<p></p>
|
537
535
|
</div>
|
538
|
-
<p class="since">Since 1.4</p>
|
536
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
539
537
|
</div>
|
540
538
|
<hr>
|
541
539
|
<div class="refsect2">
|
@@ -564,7 +562,7 @@ clutter_shader_effect_get_program (<em class="parameter"><code><a class="link" h
|
|
564
562
|
or <code class="literal">COGL_INVALID_HANDLE</code>. </p>
|
565
563
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
566
564
|
</div>
|
567
|
-
<p class="since">Since 1.4</p>
|
565
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
568
566
|
</div>
|
569
567
|
<hr>
|
570
568
|
<div class="refsect2">
|
@@ -593,7 +591,7 @@ clutter_shader_effect_get_shader (<em class="parameter"><code><a class="link" hr
|
|
593
591
|
or <code class="literal">COGL_INVALID_HANDLE</code>. </p>
|
594
592
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
595
593
|
</div>
|
596
|
-
<p class="since">Since 1.4</p>
|
594
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
597
595
|
</div>
|
598
596
|
</div>
|
599
597
|
<div class="refsect1">
|
@@ -627,7 +625,7 @@ or <code class="literal">COGL_INVALID_HANDLE</code>. </p>
|
|
627
625
|
</tbody>
|
628
626
|
</table></div>
|
629
627
|
</div>
|
630
|
-
<p class="since">Since 1.4</p>
|
628
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
631
629
|
</div>
|
632
630
|
<hr>
|
633
631
|
<div class="refsect2">
|
@@ -635,7 +633,7 @@ or <code class="literal">COGL_INVALID_HANDLE</code>. </p>
|
|
635
633
|
<pre class="programlisting">struct ClutterShaderEffect;</pre>
|
636
634
|
<p>The <a class="link" href="ClutterShaderEffect.html" title="ClutterShaderEffect"><span class="type">ClutterShaderEffect</span></a> structure contains
|
637
635
|
only private data and should be accessed using the provided API</p>
|
638
|
-
<p class="since">Since 1.4</p>
|
636
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
639
637
|
</div>
|
640
638
|
<hr>
|
641
639
|
<div class="refsect2">
|
@@ -665,7 +663,7 @@ a copy of a static string from this function.</p></td>
|
|
665
663
|
</tr></tbody>
|
666
664
|
</table></div>
|
667
665
|
</div>
|
668
|
-
<p class="since">Since 1.4</p>
|
666
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
669
667
|
</div>
|
670
668
|
</div>
|
671
669
|
<div class="refsect1">
|
@@ -678,7 +676,7 @@ should be set by the constructor of <a class="link" href="ClutterShaderEffect.ht
|
|
678
676
|
sub-classes.</p>
|
679
677
|
<p>Flags: Write / Construct Only</p>
|
680
678
|
<p>Default value: CLUTTER_FRAGMENT_SHADER</p>
|
681
|
-
<p class="since">Since 1.4</p>
|
679
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
682
680
|
</div>
|
683
681
|
</div>
|
684
682
|
<div class="refsect1">
|
@@ -687,7 +685,6 @@ sub-classes.</p>
|
|
687
685
|
</div>
|
688
686
|
</div>
|
689
687
|
<div class="footer">
|
690
|
-
<hr>
|
691
|
-
Generated by GTK-Doc V1.20.1</div>
|
688
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
692
689
|
</body>
|
693
690
|
</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>ClutterSnapConstraint: 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="ch05.html" title="Constraints">
|
9
9
|
<link rel="prev" href="ClutterPathConstraint.html" title="ClutterPathConstraint">
|
10
10
|
<link rel="next" href="ch06.html" title="Effects">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -219,9 +219,8 @@ to use in the constraint</p></td>
|
|
219
219
|
<div class="refsect3">
|
220
220
|
<a name="id-1.5.6.5.8.2.6"></a><h4>Returns</h4>
|
221
221
|
<p> the newly created <a class="link" href="ClutterSnapConstraint.html" title="ClutterSnapConstraint"><span class="type">ClutterSnapConstraint</span></a></p>
|
222
|
-
<p></p>
|
223
222
|
</div>
|
224
|
-
<p class="since">Since 1.6</p>
|
223
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
225
224
|
</div>
|
226
225
|
<hr>
|
227
226
|
<div class="refsect2">
|
@@ -252,7 +251,7 @@ clutter_snap_constraint_set_source (<em class="parameter"><code><a class="link"
|
|
252
251
|
</tbody>
|
253
252
|
</table></div>
|
254
253
|
</div>
|
255
|
-
<p class="since">Since 1.6</p>
|
254
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
256
255
|
</div>
|
257
256
|
<hr>
|
258
257
|
<div class="refsect2">
|
@@ -280,7 +279,7 @@ clutter_snap_constraint_get_source (<em class="parameter"><code><a class="link"
|
|
280
279
|
<p> a pointer to the source actor. </p>
|
281
280
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
282
281
|
</div>
|
283
|
-
<p class="since">Since 1.6</p>
|
282
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
284
283
|
</div>
|
285
284
|
<hr>
|
286
285
|
<div class="refsect2">
|
@@ -324,7 +323,7 @@ the <a class="link" href="ClutterSnapConstraint.html#ClutterSnapConstraint--sour
|
|
324
323
|
</tbody>
|
325
324
|
</table></div>
|
326
325
|
</div>
|
327
|
-
<p class="since">Since 1.6</p>
|
326
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
328
327
|
</div>
|
329
328
|
<hr>
|
330
329
|
<div class="refsect2">
|
@@ -362,7 +361,7 @@ clutter_snap_constraint_get_edges (<em class="parameter"><code><a class="link" h
|
|
362
361
|
</tbody>
|
363
362
|
</table></div>
|
364
363
|
</div>
|
365
|
-
<p class="since">Since 1.6</p>
|
364
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
366
365
|
</div>
|
367
366
|
<hr>
|
368
367
|
<div class="refsect2">
|
@@ -393,7 +392,7 @@ clutter_snap_constraint_set_offset (<em class="parameter"><code><a class="link"
|
|
393
392
|
</tbody>
|
394
393
|
</table></div>
|
395
394
|
</div>
|
396
|
-
<p class="since">Since 1.6</p>
|
395
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
397
396
|
</div>
|
398
397
|
<hr>
|
399
398
|
<div class="refsect2">
|
@@ -419,9 +418,8 @@ clutter_snap_constraint_get_offset (<em class="parameter"><code><a class="link"
|
|
419
418
|
<div class="refsect3">
|
420
419
|
<a name="id-1.5.6.5.8.8.6"></a><h4>Returns</h4>
|
421
420
|
<p> the offset, in pixels</p>
|
422
|
-
<p></p>
|
423
421
|
</div>
|
424
|
-
<p class="since">Since 1.6</p>
|
422
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
425
423
|
</div>
|
426
424
|
</div>
|
427
425
|
<div class="refsect1">
|
@@ -469,7 +467,7 @@ clutter_snap_constraint_get_offset (<em class="parameter"><code><a class="link"
|
|
469
467
|
</tbody>
|
470
468
|
</table></div>
|
471
469
|
</div>
|
472
|
-
<p class="since">Since 1.6</p>
|
470
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
473
471
|
</div>
|
474
472
|
<hr>
|
475
473
|
<div class="refsect2">
|
@@ -477,7 +475,7 @@ clutter_snap_constraint_get_offset (<em class="parameter"><code><a class="link"
|
|
477
475
|
<pre class="programlisting">typedef struct _ClutterSnapConstraint ClutterSnapConstraint;</pre>
|
478
476
|
<p><a class="link" href="ClutterSnapConstraint.html" title="ClutterSnapConstraint"><span class="type">ClutterSnapConstraint</span></a> is an opaque structure
|
479
477
|
whose members cannot be directly accesses</p>
|
480
|
-
<p class="since">Since 1.6</p>
|
478
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
481
479
|
</div>
|
482
480
|
</div>
|
483
481
|
<div class="refsect1">
|
@@ -488,7 +486,7 @@ whose members cannot be directly accesses</p>
|
|
488
486
|
<p>The edge of the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> that should be snapped</p>
|
489
487
|
<p>Flags: Read / Write / Construct</p>
|
490
488
|
<p>Default value: CLUTTER_SNAP_EDGE_RIGHT</p>
|
491
|
-
<p class="since">Since 1.6</p>
|
489
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
492
490
|
</div>
|
493
491
|
<hr>
|
494
492
|
<div class="refsect2">
|
@@ -498,7 +496,7 @@ whose members cannot be directly accesses</p>
|
|
498
496
|
and <a class="link" href="ClutterSnapConstraint.html#ClutterSnapConstraint--to-edge" title="The “to-edge” property"><span class="type">“to-edge”</span></a></p>
|
499
497
|
<p>Flags: Read / Write / Construct</p>
|
500
498
|
<p>Default value: 0</p>
|
501
|
-
<p class="since">Since 1.6</p>
|
499
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
502
500
|
</div>
|
503
501
|
<hr>
|
504
502
|
<div class="refsect2">
|
@@ -506,7 +504,7 @@ and <a class="link" href="ClutterSnapConstraint.html#ClutterSnapConstraint--to-e
|
|
506
504
|
<pre class="programlisting"> “source” <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *</pre>
|
507
505
|
<p>The <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> used as the source for the constraint</p>
|
508
506
|
<p>Flags: Read / Write / Construct</p>
|
509
|
-
<p class="since">Since 1.6</p>
|
507
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
510
508
|
</div>
|
511
509
|
<hr>
|
512
510
|
<div class="refsect2">
|
@@ -515,12 +513,11 @@ and <a class="link" href="ClutterSnapConstraint.html#ClutterSnapConstraint--to-e
|
|
515
513
|
<p>The edge of the <a class="link" href="ClutterSnapConstraint.html#ClutterSnapConstraint--source" title="The “source” property"><span class="type">“source”</span></a> that should be snapped</p>
|
516
514
|
<p>Flags: Read / Write / Construct</p>
|
517
515
|
<p>Default value: CLUTTER_SNAP_EDGE_RIGHT</p>
|
518
|
-
<p class="since">Since 1.6</p>
|
516
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
519
517
|
</div>
|
520
518
|
</div>
|
521
519
|
</div>
|
522
520
|
<div class="footer">
|
523
|
-
<hr>
|
524
|
-
Generated by GTK-Doc V1.20.1</div>
|
521
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
525
522
|
</body>
|
526
523
|
</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>ClutterStage: 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="ch02.html" title="Base actors">
|
9
9
|
<link rel="prev" href="ch02.html" title="Base actors">
|
10
10
|
<link rel="next" href="ClutterClone.html" title="ClutterClone">
|
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">
|
@@ -603,9 +603,8 @@ backend supports multiple stages.</p>
|
|
603
603
|
<p> a new stage, or <code class="literal">NULL</code> if the default backend does
|
604
604
|
not support multiple stages. Use <a class="link" href="ClutterActor.html#clutter-actor-destroy" title="clutter_actor_destroy ()"><code class="function">clutter_actor_destroy()</code></a> to
|
605
605
|
programmatically close the returned stage.</p>
|
606
|
-
<p></p>
|
607
606
|
</div>
|
608
|
-
<p class="since">Since 0.8</p>
|
607
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
609
608
|
</div>
|
610
609
|
<hr>
|
611
610
|
<div class="refsect2">
|
@@ -684,7 +683,7 @@ be used by applications.</p>
|
|
684
683
|
</tr></tbody>
|
685
684
|
</table></div>
|
686
685
|
</div>
|
687
|
-
<p class="since">Since 0.8</p>
|
686
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
688
687
|
</div>
|
689
688
|
<hr>
|
690
689
|
<div class="refsect2">
|
@@ -713,7 +712,7 @@ windowing system, like GTK+.</p>
|
|
713
712
|
</tr></tbody>
|
714
713
|
</table></div>
|
715
714
|
</div>
|
716
|
-
<p class="since">Since 1.0</p>
|
715
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
717
716
|
</div>
|
718
717
|
<hr>
|
719
718
|
<div class="refsect2">
|
@@ -740,14 +739,14 @@ another windowing system, like GTK+.</p>
|
|
740
739
|
</tr></tbody>
|
741
740
|
</table></div>
|
742
741
|
</div>
|
743
|
-
<p class="since">Since 1.0</p>
|
742
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
744
743
|
</div>
|
745
744
|
<hr>
|
746
745
|
<div class="refsect2">
|
747
746
|
<a name="clutter-stage-event"></a><h3>clutter_stage_event ()</h3>
|
748
747
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
749
748
|
clutter_stage_event (<em class="parameter"><code><a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> *stage</code></em>,
|
750
|
-
<em class="parameter"><code><a class="link" href="clutter-Events.html#ClutterEvent" title="
|
749
|
+
<em class="parameter"><code><a class="link" href="clutter-Events.html#ClutterEvent" title="ClutterEvent"><span class="type">ClutterEvent</span></a> *event</code></em>);</pre>
|
751
750
|
<p>This function is used to emit an event on the main stage.</p>
|
752
751
|
<p>You should rarely need to use this function, except for
|
753
752
|
synthetised events.</p>
|
@@ -767,7 +766,7 @@ synthetised events.</p>
|
|
767
766
|
</tr>
|
768
767
|
<tr>
|
769
768
|
<td class="parameter_name"><p>event</p></td>
|
770
|
-
<td class="parameter_description"><p>a <a class="link" href="clutter-Events.html#ClutterEvent" title="
|
769
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Events.html#ClutterEvent" title="ClutterEvent"><span class="type">ClutterEvent</span></a></p></td>
|
771
770
|
<td class="parameter_annotations"> </td>
|
772
771
|
</tr>
|
773
772
|
</tbody>
|
@@ -776,9 +775,8 @@ synthetised events.</p>
|
|
776
775
|
<div class="refsect3">
|
777
776
|
<a name="id-1.5.3.2.10.7.7"></a><h4>Returns</h4>
|
778
777
|
<p> the return value from the signal emission</p>
|
779
|
-
<p></p>
|
780
778
|
</div>
|
781
|
-
<p class="since">Since 0.4</p>
|
779
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
782
780
|
</div>
|
783
781
|
<hr>
|
784
782
|
<div class="refsect2">
|
@@ -813,7 +811,7 @@ focus.</p>
|
|
813
811
|
</tbody>
|
814
812
|
</table></div>
|
815
813
|
</div>
|
816
|
-
<p class="since">Since 0.6</p>
|
814
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
817
815
|
</div>
|
818
816
|
<hr>
|
819
817
|
<div class="refsect2">
|
@@ -841,7 +839,7 @@ clutter_stage_get_key_focus (<em class="parameter"><code><a class="link" href="C
|
|
841
839
|
<p> the actor with key focus, or the stage. </p>
|
842
840
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
843
841
|
</div>
|
844
|
-
<p class="since">Since 0.6</p>
|
842
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
845
843
|
</div>
|
846
844
|
<hr>
|
847
845
|
<div class="refsect2">
|
@@ -941,7 +939,7 @@ the motion events delivered to your application code.</p>
|
|
941
939
|
</tbody>
|
942
940
|
</table></div>
|
943
941
|
</div>
|
944
|
-
<p class="since">Since 1.0</p>
|
942
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
945
943
|
</div>
|
946
944
|
<hr>
|
947
945
|
<div class="refsect2">
|
@@ -969,9 +967,8 @@ clutter_stage_get_throttle_motion_events
|
|
969
967
|
<a name="id-1.5.3.2.10.12.6"></a><h4>Returns</h4>
|
970
968
|
<p> <code class="literal">TRUE</code> if the motion events are being throttled,
|
971
969
|
and <code class="literal">FALSE</code> otherwise</p>
|
972
|
-
<p></p>
|
973
970
|
</div>
|
974
|
-
<p class="since">Since 1.0</p>
|
971
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
975
972
|
</div>
|
976
973
|
<hr>
|
977
974
|
<div class="refsect2">
|
@@ -1005,7 +1002,7 @@ alpha channel of the stage color</p></td>
|
|
1005
1002
|
</tbody>
|
1006
1003
|
</table></div>
|
1007
1004
|
</div>
|
1008
|
-
<p class="since">Since 1.2</p>
|
1005
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1009
1006
|
</div>
|
1010
1007
|
<hr>
|
1011
1008
|
<div class="refsect2">
|
@@ -1032,9 +1029,8 @@ clutter_stage_get_use_alpha (<em class="parameter"><code><a class="link" href="C
|
|
1032
1029
|
<a name="id-1.5.3.2.10.14.6"></a><h4>Returns</h4>
|
1033
1030
|
<p> <code class="literal">TRUE</code> if the stage should honour the opacity and the
|
1034
1031
|
alpha channel of the stage color</p>
|
1035
|
-
<p></p>
|
1036
1032
|
</div>
|
1037
|
-
<p class="since">Since 1.2</p>
|
1033
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1038
1034
|
</div>
|
1039
1035
|
<hr>
|
1040
1036
|
<div class="refsect2">
|
@@ -1083,7 +1079,7 @@ uses <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="
|
|
1083
1079
|
</tbody>
|
1084
1080
|
</table></div>
|
1085
1081
|
</div>
|
1086
|
-
<p class="since">Since 1.2</p>
|
1082
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1087
1083
|
</div>
|
1088
1084
|
<hr>
|
1089
1085
|
<div class="refsect2">
|
@@ -1126,7 +1122,7 @@ or <code class="literal">NULL</code>. </p></td>
|
|
1126
1122
|
</tbody>
|
1127
1123
|
</table></div>
|
1128
1124
|
</div>
|
1129
|
-
<p class="since">Since 1.2</p>
|
1125
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
1130
1126
|
</div>
|
1131
1127
|
<hr>
|
1132
1128
|
<div class="refsect2">
|
@@ -1169,7 +1165,7 @@ repaint cycle</p></td>
|
|
1169
1165
|
</tbody>
|
1170
1166
|
</table></div>
|
1171
1167
|
</div>
|
1172
|
-
<p class="since">Since 1.4</p>
|
1168
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
1173
1169
|
</div>
|
1174
1170
|
<hr>
|
1175
1171
|
<div class="refsect2">
|
@@ -1196,9 +1192,8 @@ clutter_stage_get_no_clear_hint (<em class="parameter"><code><a class="link" hre
|
|
1196
1192
|
<a name="id-1.5.3.2.10.18.6"></a><h4>Returns</h4>
|
1197
1193
|
<p> <code class="literal">TRUE</code> if the stage should not clear itself on every paint
|
1198
1194
|
cycle, and <code class="literal">FALSE</code> otherwise</p>
|
1199
|
-
<p></p>
|
1200
1195
|
</div>
|
1201
|
-
<p class="since">Since 1.4</p>
|
1196
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
1202
1197
|
</div>
|
1203
1198
|
<hr>
|
1204
1199
|
<div class="refsect2">
|
@@ -1239,7 +1234,7 @@ this function will set <em class="parameter"><code>clip</code></em>
|
|
1239
1234
|
</tbody>
|
1240
1235
|
</table></div>
|
1241
1236
|
</div>
|
1242
|
-
<p class="since">Since 1.8</p>
|
1237
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
1243
1238
|
</div>
|
1244
1239
|
<hr>
|
1245
1240
|
<div class="refsect2">
|
@@ -1267,9 +1262,8 @@ clutter_stage_get_motion_events_enabled
|
|
1267
1262
|
<a name="id-1.5.3.2.10.20.6"></a><h4>Returns</h4>
|
1268
1263
|
<p> <code class="literal">TRUE</code> if the per-actor motion event delivery is enabled
|
1269
1264
|
and <code class="literal">FALSE</code> otherwise</p>
|
1270
|
-
<p></p>
|
1271
1265
|
</div>
|
1272
|
-
<p class="since">Since 1.8</p>
|
1266
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
1273
1267
|
</div>
|
1274
1268
|
<hr>
|
1275
1269
|
<div class="refsect2">
|
@@ -1321,7 +1315,7 @@ otherwise</p></td>
|
|
1321
1315
|
</tbody>
|
1322
1316
|
</table></div>
|
1323
1317
|
</div>
|
1324
|
-
<p class="since">Since 1.8</p>
|
1318
|
+
<p class="since">Since: <a class="link" href="ix11.html#api-index-1.8">1.8</a></p>
|
1325
1319
|
</div>
|
1326
1320
|
<hr>
|
1327
1321
|
<div class="refsect2">
|
@@ -1415,7 +1409,7 @@ clutter_stage_set_title (<em class="parameter"><code><a class="link" href="Clutt
|
|
1415
1409
|
</tbody>
|
1416
1410
|
</table></div>
|
1417
1411
|
</div>
|
1418
|
-
<p class="since">Since 0.4</p>
|
1412
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
1419
1413
|
</div>
|
1420
1414
|
<hr>
|
1421
1415
|
<div class="refsect2">
|
@@ -1443,9 +1437,8 @@ clutter_stage_get_title (<em class="parameter"><code><a class="link" href="Clutt
|
|
1443
1437
|
<p> pointer to the title string for the stage. The
|
1444
1438
|
returned string is owned by the actor and should not
|
1445
1439
|
be modified or freed.</p>
|
1446
|
-
<p></p>
|
1447
1440
|
</div>
|
1448
|
-
<p class="since">Since 0.4</p>
|
1441
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
1449
1442
|
</div>
|
1450
1443
|
<hr>
|
1451
1444
|
<div class="refsect2">
|
@@ -1477,7 +1470,7 @@ window manager controls)</p>
|
|
1477
1470
|
</tbody>
|
1478
1471
|
</table></div>
|
1479
1472
|
</div>
|
1480
|
-
<p class="since">Since 0.4</p>
|
1473
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
1481
1474
|
</div>
|
1482
1475
|
<hr>
|
1483
1476
|
<div class="refsect2">
|
@@ -1503,9 +1496,8 @@ clutter_stage_get_user_resizable (<em class="parameter"><code><a class="link" hr
|
|
1503
1496
|
<div class="refsect3">
|
1504
1497
|
<a name="id-1.5.3.2.10.27.6"></a><h4>Returns</h4>
|
1505
1498
|
<p> <code class="literal">TRUE</code> if the stage is resizable by the user.</p>
|
1506
|
-
<p></p>
|
1507
1499
|
</div>
|
1508
|
-
<p class="since">Since 0.4</p>
|
1500
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
1509
1501
|
</div>
|
1510
1502
|
<hr>
|
1511
1503
|
<div class="refsect2">
|
@@ -1545,7 +1537,7 @@ for the <a class="link" href="ClutterStage.html#ClutterStage--fullscreen-set" ti
|
|
1545
1537
|
</tbody>
|
1546
1538
|
</table></div>
|
1547
1539
|
</div>
|
1548
|
-
<p class="since">Since 1.0</p>
|
1540
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
1549
1541
|
</div>
|
1550
1542
|
<hr>
|
1551
1543
|
<div class="refsect2">
|
@@ -1571,9 +1563,8 @@ clutter_stage_get_fullscreen (<em class="parameter"><code><a class="link" href="
|
|
1571
1563
|
<div class="refsect3">
|
1572
1564
|
<a name="id-1.5.3.2.10.29.6"></a><h4>Returns</h4>
|
1573
1565
|
<p> <code class="literal">TRUE</code> if the stage is full screen</p>
|
1574
|
-
<p></p>
|
1575
1566
|
</div>
|
1576
|
-
<p class="since">Since 1.0</p>
|
1567
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
1577
1568
|
</div>
|
1578
1569
|
<hr>
|
1579
1570
|
<div class="refsect2">
|
@@ -1618,7 +1609,7 @@ clutter_stage_hide_cursor (<em class="parameter"><code><a class="link" href="Clu
|
|
1618
1609
|
</tr></tbody>
|
1619
1610
|
</table></div>
|
1620
1611
|
</div>
|
1621
|
-
<p class="since">Since 0.4</p>
|
1612
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
1622
1613
|
</div>
|
1623
1614
|
<hr>
|
1624
1615
|
<div class="refsect2">
|
@@ -1653,7 +1644,7 @@ clutter_stage_set_accept_focus (<em class="parameter"><code><a class="link" href
|
|
1653
1644
|
</tbody>
|
1654
1645
|
</table></div>
|
1655
1646
|
</div>
|
1656
|
-
<p class="since">Since 1.6</p>
|
1647
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
1657
1648
|
</div>
|
1658
1649
|
<hr>
|
1659
1650
|
<div class="refsect2">
|
@@ -1680,9 +1671,8 @@ clutter_stage_get_accept_focus (<em class="parameter"><code><a class="link" href
|
|
1680
1671
|
<a name="id-1.5.3.2.10.33.6"></a><h4>Returns</h4>
|
1681
1672
|
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> should accept focus, and <code class="literal">FALSE</code>
|
1682
1673
|
otherwise</p>
|
1683
|
-
<p></p>
|
1684
1674
|
</div>
|
1685
|
-
<p class="since">Since 1.6</p>
|
1675
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
1686
1676
|
</div>
|
1687
1677
|
<hr>
|
1688
1678
|
<div class="refsect2">
|
@@ -1728,7 +1718,7 @@ not synchronized to it.</p></td>
|
|
1728
1718
|
</tbody>
|
1729
1719
|
</table></div>
|
1730
1720
|
</div>
|
1731
|
-
<p class="since">Since 1.14</p>
|
1721
|
+
<p class="since">Since: <a class="link" href="ix14.html#api-index-1.14">1.14</a></p>
|
1732
1722
|
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
1733
1723
|
give outside developers early access to new or rapidly changing technology, or
|
1734
1724
|
to provide an interim solution to a problem where a more general solution is
|
@@ -1767,7 +1757,7 @@ would normally cause.</p>
|
|
1767
1757
|
</tr></tbody>
|
1768
1758
|
</table></div>
|
1769
1759
|
</div>
|
1770
|
-
<p class="since">Since 1.14</p>
|
1760
|
+
<p class="since">Since: <a class="link" href="ix14.html#api-index-1.14">1.14</a></p>
|
1771
1761
|
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
1772
1762
|
give outside developers early access to new or rapidly changing technology, or
|
1773
1763
|
to provide an interim solution to a problem where a more general solution is
|
@@ -1793,7 +1783,7 @@ mentioned in the release notes for the affected release.
|
|
1793
1783
|
<p>Use <a class="link" href="ClutterActor.html#clutter-actor-get-width" title="clutter_actor_get_width ()"><code class="function">clutter_actor_get_width()</code></a> instead</p>
|
1794
1784
|
</div>
|
1795
1785
|
<p>Macro that evaluates to the width of the default stage</p>
|
1796
|
-
<p class="since">Since 0.2</p>
|
1786
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
1797
1787
|
</div>
|
1798
1788
|
<hr>
|
1799
1789
|
<div class="refsect2">
|
@@ -1805,7 +1795,7 @@ mentioned in the release notes for the affected release.
|
|
1805
1795
|
<p>use <a class="link" href="ClutterActor.html#clutter-actor-get-height" title="clutter_actor_get_height ()"><code class="function">clutter_actor_get_height()</code></a> instead</p>
|
1806
1796
|
</div>
|
1807
1797
|
<p>Macro that evaluates to the height of the default stage</p>
|
1808
|
-
<p class="since">Since 0.2</p>
|
1798
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
1809
1799
|
</div>
|
1810
1800
|
<hr>
|
1811
1801
|
<div class="refsect2">
|
@@ -1870,9 +1860,8 @@ clutter_stage_is_default (<em class="parameter"><code><a class="link" href="Clut
|
|
1870
1860
|
<div class="refsect3">
|
1871
1861
|
<a name="id-1.5.3.2.10.39.8"></a><h4>Returns</h4>
|
1872
1862
|
<p> <code class="literal">TRUE</code> if the passed stage is the default one</p>
|
1873
|
-
<p></p>
|
1874
1863
|
</div>
|
1875
|
-
<p class="since">Since 0.8</p>
|
1864
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
1876
1865
|
</div>
|
1877
1866
|
<hr>
|
1878
1867
|
<div class="refsect2">
|
@@ -1969,7 +1958,7 @@ this function.</p>
|
|
1969
1958
|
</tr></tbody>
|
1970
1959
|
</table></div>
|
1971
1960
|
</div>
|
1972
|
-
<p class="since">Since 0.8</p>
|
1961
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
1973
1962
|
</div>
|
1974
1963
|
<hr>
|
1975
1964
|
<div class="refsect2">
|
@@ -2009,7 +1998,7 @@ viewing point less opaque, by fading them with the stage color.</p>
|
|
2009
1998
|
</tbody>
|
2010
1999
|
</table></div>
|
2011
2000
|
</div>
|
2012
|
-
<p class="since">Since 0.6</p>
|
2001
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2013
2002
|
</div>
|
2014
2003
|
<hr>
|
2015
2004
|
<div class="refsect2">
|
@@ -2040,9 +2029,8 @@ clutter_stage_get_use_fog (<em class="parameter"><code><a class="link" href="Clu
|
|
2040
2029
|
<div class="refsect3">
|
2041
2030
|
<a name="id-1.5.3.2.10.44.8"></a><h4>Returns</h4>
|
2042
2031
|
<p> <code class="literal">TRUE</code> if the depth cueing effect is enabled</p>
|
2043
|
-
<p></p>
|
2044
2032
|
</div>
|
2045
|
-
<p class="since">Since 0.6</p>
|
2033
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2046
2034
|
</div>
|
2047
2035
|
<hr>
|
2048
2036
|
<div class="refsect2">
|
@@ -2159,7 +2147,7 @@ depend on fragment shaders.</p>
|
|
2159
2147
|
</tbody>
|
2160
2148
|
</table></div>
|
2161
2149
|
</div>
|
2162
|
-
<p class="since">Since 0.6</p>
|
2150
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2163
2151
|
</div>
|
2164
2152
|
<hr>
|
2165
2153
|
<div class="refsect2">
|
@@ -2195,7 +2183,7 @@ clutter_stage_get_fog (<em class="parameter"><code><a class="link" href="Clutter
|
|
2195
2183
|
</tbody>
|
2196
2184
|
</table></div>
|
2197
2185
|
</div>
|
2198
|
-
<p class="since">Since 0.6</p>
|
2186
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2199
2187
|
</div>
|
2200
2188
|
</div>
|
2201
2189
|
<div class="refsect1">
|
@@ -2205,7 +2193,7 @@ clutter_stage_get_fog (<em class="parameter"><code><a class="link" href="Clutter
|
|
2205
2193
|
<pre class="programlisting">typedef struct _ClutterStage ClutterStage;</pre>
|
2206
2194
|
<p>The <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> structure contains only private data
|
2207
2195
|
and should be accessed using the provided API</p>
|
2208
|
-
<p class="since">Since 0.
|
2196
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
2209
2197
|
</div>
|
2210
2198
|
<hr>
|
2211
2199
|
<div class="refsect2">
|
@@ -2259,7 +2247,7 @@ and should be accessed using the provided API</p>
|
|
2259
2247
|
</tbody>
|
2260
2248
|
</table></div>
|
2261
2249
|
</div>
|
2262
|
-
<p class="since">Since 0.
|
2250
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
2263
2251
|
</div>
|
2264
2252
|
<hr>
|
2265
2253
|
<div class="refsect2">
|
@@ -2298,7 +2286,7 @@ and should be accessed using the provided API</p>
|
|
2298
2286
|
</tbody>
|
2299
2287
|
</table></div>
|
2300
2288
|
</div>
|
2301
|
-
<p class="since">Since 1.0</p>
|
2289
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2302
2290
|
</div>
|
2303
2291
|
<hr>
|
2304
2292
|
<div class="refsect2">
|
@@ -2347,7 +2335,7 @@ plane (always positive)</p></td>
|
|
2347
2335
|
</tbody>
|
2348
2336
|
</table></div>
|
2349
2337
|
</div>
|
2350
|
-
<p class="since">Since 0.4</p>
|
2338
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
2351
2339
|
</div>
|
2352
2340
|
<hr>
|
2353
2341
|
<div class="refsect2">
|
@@ -2387,7 +2375,7 @@ plane (always positive)</p></td>
|
|
2387
2375
|
</tbody>
|
2388
2376
|
</table></div>
|
2389
2377
|
</div>
|
2390
|
-
<p class="since">Since 0.6</p>
|
2378
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2391
2379
|
</div>
|
2392
2380
|
</div>
|
2393
2381
|
<div class="refsect1">
|
@@ -2398,7 +2386,7 @@ plane (always positive)</p></td>
|
|
2398
2386
|
<p>Whether the <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> should accept key focus when shown.</p>
|
2399
2387
|
<p>Flags: Read / Write</p>
|
2400
2388
|
<p>Default value: TRUE</p>
|
2401
|
-
<p class="since">Since 1.6</p>
|
2389
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
2402
2390
|
</div>
|
2403
2391
|
<hr>
|
2404
2392
|
<div class="refsect2">
|
@@ -2431,7 +2419,7 @@ is set to <code class="literal">TRUE</code></p>
|
|
2431
2419
|
<p>This property does not do anything.</p>
|
2432
2420
|
</div>
|
2433
2421
|
<p>Flags: Read / Write</p>
|
2434
|
-
<p class="since">Since 1.0</p>
|
2422
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2435
2423
|
</div>
|
2436
2424
|
<hr>
|
2437
2425
|
<div class="refsect2">
|
@@ -2449,7 +2437,7 @@ is set to <code class="literal">TRUE</code></p>
|
|
2449
2437
|
windowing system.</p>
|
2450
2438
|
<p>If <code class="literal">NULL</code>, the <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> will receive the events.</p>
|
2451
2439
|
<p>Flags: Read / Write</p>
|
2452
|
-
<p class="since">Since 1.2</p>
|
2440
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
2453
2441
|
</div>
|
2454
2442
|
<hr>
|
2455
2443
|
<div class="refsect2">
|
@@ -2460,7 +2448,7 @@ before each paint cycle.</p>
|
|
2460
2448
|
<p>See <a class="link" href="ClutterStage.html#clutter-stage-set-no-clear-hint" title="clutter_stage_set_no_clear_hint ()"><code class="function">clutter_stage_set_no_clear_hint()</code></a> for further information.</p>
|
2461
2449
|
<p>Flags: Read / Write</p>
|
2462
2450
|
<p>Default value: FALSE</p>
|
2463
|
-
<p class="since">Since 1.4</p>
|
2451
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
2464
2452
|
</div>
|
2465
2453
|
<hr>
|
2466
2454
|
<div class="refsect2">
|
@@ -2481,7 +2469,7 @@ before each paint cycle.</p>
|
|
2481
2469
|
<p>The parameters used for the perspective projection from 3D
|
2482
2470
|
coordinates to 2D</p>
|
2483
2471
|
<p>Flags: Read / Write</p>
|
2484
|
-
<p class="since">Since 0.8.
|
2472
|
+
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.8">0.8</a></p>
|
2485
2473
|
</div>
|
2486
2474
|
<hr>
|
2487
2475
|
<div class="refsect2">
|
@@ -2490,7 +2478,7 @@ coordinates to 2D</p>
|
|
2490
2478
|
<p>The stage's title - usually displayed in stage windows title decorations.</p>
|
2491
2479
|
<p>Flags: Read / Write</p>
|
2492
2480
|
<p>Default value: NULL</p>
|
2493
|
-
<p class="since">Since 0.4</p>
|
2481
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
2494
2482
|
</div>
|
2495
2483
|
<hr>
|
2496
2484
|
<div class="refsect2">
|
@@ -2502,7 +2490,7 @@ a compositing manager this will result in the stage being blended
|
|
2502
2490
|
with the underlying window(s)</p>
|
2503
2491
|
<p>Flags: Read / Write</p>
|
2504
2492
|
<p>Default value: FALSE</p>
|
2505
|
-
<p class="since">Since 1.2</p>
|
2493
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
2506
2494
|
</div>
|
2507
2495
|
<hr>
|
2508
2496
|
<div class="refsect2">
|
@@ -2517,7 +2505,7 @@ actors farther from the viewpoint.</p>
|
|
2517
2505
|
</div>
|
2518
2506
|
<p>Flags: Read / Write</p>
|
2519
2507
|
<p>Default value: FALSE</p>
|
2520
|
-
<p class="since">Since 0.6</p>
|
2508
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2521
2509
|
</div>
|
2522
2510
|
<hr>
|
2523
2511
|
<div class="refsect2">
|
@@ -2526,7 +2514,7 @@ actors farther from the viewpoint.</p>
|
|
2526
2514
|
<p>Whether the stage is resizable via user interaction.</p>
|
2527
2515
|
<p>Flags: Read / Write</p>
|
2528
2516
|
<p>Default value: FALSE</p>
|
2529
|
-
<p class="since">Since 0.4</p>
|
2517
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
2530
2518
|
</div>
|
2531
2519
|
</div>
|
2532
2520
|
<div class="refsect1">
|
@@ -2561,7 +2549,7 @@ from the underlying window system.</p>
|
|
2561
2549
|
</table></div>
|
2562
2550
|
</div>
|
2563
2551
|
<p>Flags: Run Last</p>
|
2564
|
-
<p class="since">Since 0.6</p>
|
2552
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2565
2553
|
</div>
|
2566
2554
|
<hr>
|
2567
2555
|
<div class="refsect2">
|
@@ -2594,7 +2582,7 @@ but before the results are displayed on the screen.</p>
|
|
2594
2582
|
</table></div>
|
2595
2583
|
</div>
|
2596
2584
|
<p>Flags: Run Last</p>
|
2597
|
-
<p class="since">Since 1.20</p>
|
2585
|
+
<p class="since">Since: <a class="link" href="ix17.html#api-index-1.20">1.20</a></p>
|
2598
2586
|
</div>
|
2599
2587
|
<hr>
|
2600
2588
|
<div class="refsect2">
|
@@ -2627,14 +2615,14 @@ from the underlying window system.</p>
|
|
2627
2615
|
</table></div>
|
2628
2616
|
</div>
|
2629
2617
|
<p>Flags: Run Last</p>
|
2630
|
-
<p class="since">Since 0.6</p>
|
2618
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2631
2619
|
</div>
|
2632
2620
|
<hr>
|
2633
2621
|
<div class="refsect2">
|
2634
2622
|
<a name="ClutterStage-delete-event"></a><h3>The <code class="literal">“delete-event”</code> signal</h3>
|
2635
2623
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2636
2624
|
user_function (<a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> *stage,
|
2637
|
-
<a class="link" href="clutter-Events.html#ClutterEvent" title="
|
2625
|
+
<a class="link" href="clutter-Events.html#ClutterEvent" title="ClutterEvent"><span class="type">ClutterEvent</span></a> *event,
|
2638
2626
|
<span class="type">gpointer</span> user_data)</pre>
|
2639
2627
|
<p>The ::delete-event signal is emitted when the user closes a
|
2640
2628
|
<a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> window using the window controls.</p>
|
@@ -2663,7 +2651,7 @@ backends that use a static frame buffer.</p>
|
|
2663
2651
|
</tr>
|
2664
2652
|
<tr>
|
2665
2653
|
<td class="parameter_name"><p>event</p></td>
|
2666
|
-
<td class="parameter_description"><p>a <a class="link" href="clutter-Events.html#ClutterEvent" title="
|
2654
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Events.html#ClutterEvent" title="ClutterEvent"><span class="type">ClutterEvent</span></a> of type <a class="link" href="clutter-Events.html#CLUTTER-DELETE:CAPS"><code class="literal">CLUTTER_DELETE</code></a></p></td>
|
2667
2655
|
<td class="parameter_annotations"> </td>
|
2668
2656
|
</tr>
|
2669
2657
|
<tr>
|
@@ -2675,7 +2663,7 @@ backends that use a static frame buffer.</p>
|
|
2675
2663
|
</table></div>
|
2676
2664
|
</div>
|
2677
2665
|
<p>Flags: Run Last</p>
|
2678
|
-
<p class="since">Since 1.2</p>
|
2666
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
2679
2667
|
</div>
|
2680
2668
|
<hr>
|
2681
2669
|
<div class="refsect2">
|
@@ -2707,7 +2695,7 @@ user_function (<a class="link" href="ClutterStage.html" title="ClutterStage"><sp
|
|
2707
2695
|
</table></div>
|
2708
2696
|
</div>
|
2709
2697
|
<p>Flags: Run First</p>
|
2710
|
-
<p class="since">Since 0.6</p>
|
2698
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2711
2699
|
</div>
|
2712
2700
|
<hr>
|
2713
2701
|
<div class="refsect2">
|
@@ -2740,12 +2728,11 @@ state.</p>
|
|
2740
2728
|
</table></div>
|
2741
2729
|
</div>
|
2742
2730
|
<p>Flags: Run Last</p>
|
2743
|
-
<p class="since">Since 0.6</p>
|
2731
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-0.6">0.6</a></p>
|
2744
2732
|
</div>
|
2745
2733
|
</div>
|
2746
2734
|
</div>
|
2747
2735
|
<div class="footer">
|
2748
|
-
<hr>
|
2749
|
-
Generated by GTK-Doc V1.20.1</div>
|
2736
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
2750
2737
|
</body>
|
2751
2738
|
</html>
|