clutter 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +5 -5
- data/lib/clutter.rb +19 -2
- data/lib/clutter/version.rb +28 -0
- data/test/run-test.rb +10 -4
- data/test/test-clutter-version.rb +47 -0
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +11 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +25 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +15 -5
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-alpha.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animation.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animator.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +2 -1
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-rectangle.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-texture.h +9 -9
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +3 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +52 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +14 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +18 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +59 -0
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +15 -0
- data/vendor/local/include/cogl/cogl/cogl-version.h +10 -0
- data/vendor/local/include/cogl/cogl/cogl.h +3 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +4 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +3 -3
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +5 -5
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +6 -6
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +581 -121
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +26 -2
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +108 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +60 -14
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +18 -23
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +7 -10
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +1 -2
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +8 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +10 -11
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +2 -0
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/license.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +665 -592
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +15 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +103 -51
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +10 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +36 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +31 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +10 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +18 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +12 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +21 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +5 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +101 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +39 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +20 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +14 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +9 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +20 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +8 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +24 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +43 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +8 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +25 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +30 -37
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +35 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +26 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +11 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +173 -90
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +21 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +21 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +34 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +40 -52
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +20 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +14 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +25 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +36 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +57 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +25 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +31 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +17 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +64 -77
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +47 -56
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +77 -60
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +110 -138
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +23 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +212 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +49 -68
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +18 -5
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +109 -136
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +164 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +9 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +29 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +195 -220
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +33 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +84 -86
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +85 -65
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +18 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +23 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +34 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +29 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +61 -48
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +36 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +43 -32
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +18 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +8 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +125 -71
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +206 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +449 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +362 -0
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +77 -22
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +63 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +55 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +35 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +110 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +103 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +97 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +41 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -4
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +14 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +13 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +23 -23
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +16 -16
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +17 -17
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +7 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +5 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +29 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +13 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +67 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +39 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +29 -29
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +10 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +149 -142
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +14 -14
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +247 -240
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +150 -143
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +84 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +27 -5
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +27 -12
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Part II. Building Clutter: 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="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="clutter-overview.html" title="Part I. Overview">
|
10
10
|
<link rel="next" href="running-clutter.html" title="Part III. Running Clutter">
|
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">
|
@@ -269,7 +269,6 @@
|
|
269
269
|
</div>
|
270
270
|
</div>
|
271
271
|
<div class="footer">
|
272
|
-
<hr>
|
273
|
-
Generated by GTK-Doc V1.20.1</div>
|
272
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
274
273
|
</body>
|
275
274
|
</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>
|
5
|
+
<title>Abstract classes and interfaces: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="clutterbase.html" title="Part IV. Clutter Core Reference">
|
10
10
|
<link rel="next" href="ClutterActor.html" title="ClutterActor">
|
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">
|
@@ -59,7 +59,6 @@
|
|
59
59
|
</dl></div>
|
60
60
|
</div>
|
61
61
|
<div class="footer">
|
62
|
-
<hr>
|
63
|
-
Generated by GTK-Doc V1.20.1</div>
|
62
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
64
63
|
</body>
|
65
64
|
</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>Base actors: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterContent.html" title="ClutterContent">
|
10
10
|
<link rel="next" href="ClutterStage.html" title="ClutterStage">
|
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">
|
@@ -38,7 +38,6 @@
|
|
38
38
|
</dl></div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>
|
42
|
-
Generated by GTK-Doc V1.20.1</div>
|
41
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
43
42
|
</body>
|
44
43
|
</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>Layout managers: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterScrollActor.html" title="ClutterScrollActor">
|
10
10
|
<link rel="next" href="ClutterFixedLayout.html" title="ClutterFixedLayout">
|
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">
|
@@ -41,7 +41,6 @@
|
|
41
41
|
</dl></div>
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
|
-
<hr>
|
45
|
-
Generated by GTK-Doc V1.20.1</div>
|
44
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
46
45
|
</body>
|
47
46
|
</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>Actions: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterGridLayout.html" title="ClutterGridLayout">
|
10
10
|
<link rel="next" href="ClutterClickAction.html" title="ClutterClickAction">
|
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">
|
@@ -53,7 +53,6 @@
|
|
53
53
|
</dl></div>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>
|
57
|
-
Generated by GTK-Doc V1.20.1</div>
|
56
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
58
57
|
</body>
|
59
58
|
</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>Constraints: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterTapAction.html" title="ClutterTapAction">
|
10
10
|
<link rel="next" href="ClutterAlignConstraint.html" title="ClutterAlignConstraint">
|
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">
|
@@ -38,7 +38,6 @@
|
|
38
38
|
</dl></div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>
|
42
|
-
Generated by GTK-Doc V1.20.1</div>
|
41
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
43
42
|
</body>
|
44
43
|
</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>Effects: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterSnapConstraint.html" title="ClutterSnapConstraint">
|
10
10
|
<link rel="next" href="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect">
|
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">
|
@@ -51,7 +51,6 @@
|
|
51
51
|
</dl></div>
|
52
52
|
</div>
|
53
53
|
<div class="footer">
|
54
|
-
<hr>
|
55
|
-
Generated by GTK-Doc V1.20.1</div>
|
54
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
56
55
|
</body>
|
57
56
|
</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>Content: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterPageTurnEffect.html" title="ClutterPageTurnEffect">
|
10
10
|
<link rel="next" href="ClutterCanvas.html" title="ClutterCanvas">
|
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">
|
@@ -32,7 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>
|
36
|
-
Generated by GTK-Doc V1.20.1</div>
|
35
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
37
36
|
</body>
|
38
37
|
</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>Paint Objects: 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="clutterbase.html" title="Part IV. Clutter Core Reference">
|
9
9
|
<link rel="prev" href="ClutterImage.html" title="ClutterImage">
|
10
10
|
<link rel="next" href="ClutterPaintNode.html" title="ClutterPaintNode">
|
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">
|
@@ -32,7 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>
|
36
|
-
Generated by GTK-Doc V1.20.1</div>
|
35
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
37
36
|
</body>
|
38
37
|
</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>Base classes: 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="clutteranimation.html" title="Part V. Clutter Animation Framework">
|
9
9
|
<link rel="prev" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
|
10
10
|
<link rel="next" href="ClutterTimeline.html" title="ClutterTimeline">
|
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">
|
@@ -47,7 +47,6 @@
|
|
47
47
|
</dl></div>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>
|
51
|
-
Generated by GTK-Doc V1.20.1</div>
|
50
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
52
51
|
</body>
|
53
52
|
</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>
|
5
|
+
<title>General purpose API: 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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="cluttertools.html" title="Part VI. Clutter Tools">
|
10
10
|
<link rel="next" href="clutter-Colors.html" title="Colors">
|
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">
|
@@ -64,6 +64,9 @@ and bezier curves.</span>
|
|
64
64
|
<span class="refentrytitle"><a href="clutter-Unit-conversion.html">Unit conversion</a></span><span class="refpurpose"> — A logical distance unit</span>
|
65
65
|
</dt>
|
66
66
|
<dt>
|
67
|
+
<span class="refentrytitle"><a href="clutter-Cairo-integration.html">Cairo integration</a></span><span class="refpurpose"> — Functions for interoperating with Cairo</span>
|
68
|
+
</dt>
|
69
|
+
<dt>
|
67
70
|
<span class="refentrytitle"><a href="clutter-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions</span>
|
68
71
|
</dt>
|
69
72
|
<dt>
|
@@ -72,7 +75,6 @@ and bezier curves.</span>
|
|
72
75
|
</dl></div>
|
73
76
|
</div>
|
74
77
|
<div class="footer">
|
75
|
-
<hr>
|
76
|
-
Generated by GTK-Doc V1.20.1</div>
|
78
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
77
79
|
</body>
|
78
80
|
</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>
|
5
|
+
<title>User interface definition: 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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="clutter-Versioning-Macros.html" title="Versioning Macros">
|
10
10
|
<link rel="next" href="ClutterScript.html" title="ClutterScript">
|
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">
|
@@ -32,7 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>
|
36
|
-
Generated by GTK-Doc V1.20.1</div>
|
35
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
37
36
|
</body>
|
38
37
|
</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>
|
5
|
+
<title>Generic list model: 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="cluttertools.html" title="Part VI. Clutter Tools">
|
9
9
|
<link rel="prev" href="ClutterScriptable.html" title="ClutterScriptable">
|
10
10
|
<link rel="next" href="ClutterModel.html" title="ClutterModel">
|
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">
|
@@ -35,7 +35,6 @@
|
|
35
35
|
</dl></div>
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
|
-
<hr>
|
39
|
-
Generated by GTK-Doc V1.20.1</div>
|
38
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
40
39
|
</body>
|
41
40
|
</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>
|
5
|
+
<title>Base geometric types: 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-Features.html" title="Features">
|
10
10
|
<link rel="next" href="ClutterInputDevice.html" title="ClutterInputDevice">
|
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">
|
@@ -831,7 +831,7 @@ across the whole API.</p>
|
|
831
831
|
</tbody>
|
832
832
|
</table></div>
|
833
833
|
</div>
|
834
|
-
<p class="since">Since 1.12</p>
|
834
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
835
835
|
</div>
|
836
836
|
<hr>
|
837
837
|
<div class="refsect2">
|
@@ -844,9 +844,8 @@ clutter_point_zero (<em class="parameter"><code><span class="type">void</span></
|
|
844
844
|
<a name="id-1.7.2.7.6.3.6"></a><h4>Returns</h4>
|
845
845
|
<p> a point centered in (0, 0); the returned <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="type">ClutterPoint</span></a>
|
846
846
|
is owned by Clutter and it should not be modified or freed.</p>
|
847
|
-
<p></p>
|
848
847
|
</div>
|
849
|
-
<p class="since">Since 1.12</p>
|
848
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
850
849
|
</div>
|
851
850
|
<hr>
|
852
851
|
<div class="refsect2">
|
@@ -854,13 +853,14 @@ is owned by Clutter and it should not be modified or freed.</p>
|
|
854
853
|
<pre class="programlisting"><a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="returnvalue">ClutterPoint</span></a> *
|
855
854
|
clutter_point_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
856
855
|
<p>Allocates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="type">ClutterPoint</span></a>.</p>
|
856
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
857
857
|
<div class="refsect3">
|
858
|
-
<a name="id-1.7.2.7.6.4.
|
858
|
+
<a name="id-1.7.2.7.6.4.6"></a><h4>Returns</h4>
|
859
859
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="type">ClutterPoint</span></a>.
|
860
860
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-point-free" title="clutter_point_free ()"><code class="function">clutter_point_free()</code></a> to free its resources. </p>
|
861
861
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
862
862
|
</div>
|
863
|
-
<p class="since">Since 1.12</p>
|
863
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
864
864
|
</div>
|
865
865
|
<hr>
|
866
866
|
<div class="refsect2">
|
@@ -903,7 +903,7 @@ clutter_point_init (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
903
903
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="type">ClutterPoint</span></a>. </p>
|
904
904
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
905
905
|
</div>
|
906
|
-
<p class="since">Since 1.12</p>
|
906
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
907
907
|
</div>
|
908
908
|
<hr>
|
909
909
|
<div class="refsect2">
|
@@ -933,7 +933,7 @@ clutter_point_copy (<em class="parameter"><code>const <a class="link" href="clut
|
|
933
933
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-point-free" title="clutter_point_free ()"><code class="function">clutter_point_free()</code></a> to free its resources. </p>
|
934
934
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
935
935
|
</div>
|
936
|
-
<p class="since">Since 1.12</p>
|
936
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
937
937
|
</div>
|
938
938
|
<hr>
|
939
939
|
<div class="refsect2">
|
@@ -957,7 +957,7 @@ clutter_point_free (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
957
957
|
</tr></tbody>
|
958
958
|
</table></div>
|
959
959
|
</div>
|
960
|
-
<p class="since">Since 1.12</p>
|
960
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
961
961
|
</div>
|
962
962
|
<hr>
|
963
963
|
<div class="refsect2">
|
@@ -991,9 +991,8 @@ clutter_point_equals (<em class="parameter"><code>const <a class="link" href="cl
|
|
991
991
|
<div class="refsect3">
|
992
992
|
<a name="id-1.7.2.7.6.8.6"></a><h4>Returns</h4>
|
993
993
|
<p> <code class="literal">TRUE</code> if the <a href="clutter-Base-geometric-types.html#ClutterPoint"><span class="type">ClutterPoints</span></a> are equal</p>
|
994
|
-
<p></p>
|
995
994
|
</div>
|
996
|
-
<p class="since">Since 1.12</p>
|
995
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
997
996
|
</div>
|
998
997
|
<hr>
|
999
998
|
<div class="refsect2">
|
@@ -1041,9 +1040,8 @@ distance between the points. </p></td>
|
|
1041
1040
|
<div class="refsect3">
|
1042
1041
|
<a name="id-1.7.2.7.6.9.6"></a><h4>Returns</h4>
|
1043
1042
|
<p> the distance between the points.</p>
|
1044
|
-
<p></p>
|
1045
1043
|
</div>
|
1046
|
-
<p class="since">Since 1.12</p>
|
1044
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1047
1045
|
</div>
|
1048
1046
|
<hr>
|
1049
1047
|
<div class="refsect2">
|
@@ -1085,7 +1083,7 @@ distance between the points. </p></td>
|
|
1085
1083
|
</tbody>
|
1086
1084
|
</table></div>
|
1087
1085
|
</div>
|
1088
|
-
<p class="since">Since 1.12</p>
|
1086
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1089
1087
|
</div>
|
1090
1088
|
<hr>
|
1091
1089
|
<div class="refsect2">
|
@@ -1093,13 +1091,14 @@ distance between the points. </p></td>
|
|
1093
1091
|
<pre class="programlisting"><a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="returnvalue">ClutterSize</span></a> *
|
1094
1092
|
clutter_size_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1095
1093
|
<p>Allocates a new <a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="type">ClutterSize</span></a>.</p>
|
1094
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
1096
1095
|
<div class="refsect3">
|
1097
|
-
<a name="id-1.7.2.7.6.11.
|
1096
|
+
<a name="id-1.7.2.7.6.11.6"></a><h4>Returns</h4>
|
1098
1097
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="type">ClutterSize</span></a>.
|
1099
1098
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-size-free" title="clutter_size_free ()"><code class="function">clutter_size_free()</code></a> to free its resources. </p>
|
1100
1099
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1101
1100
|
</div>
|
1102
|
-
<p class="since">Since 1.12</p>
|
1101
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1103
1102
|
</div>
|
1104
1103
|
<hr>
|
1105
1104
|
<div class="refsect2">
|
@@ -1141,7 +1140,7 @@ clutter_size_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1141
1140
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="type">ClutterSize</span></a>. </p>
|
1142
1141
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1143
1142
|
</div>
|
1144
|
-
<p class="since">Since 1.12</p>
|
1143
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1145
1144
|
</div>
|
1146
1145
|
<hr>
|
1147
1146
|
<div class="refsect2">
|
@@ -1171,7 +1170,7 @@ clutter_size_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1171
1170
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-size-free" title="clutter_size_free ()"><code class="function">clutter_size_free()</code></a> to free its resources. </p>
|
1172
1171
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1173
1172
|
</div>
|
1174
|
-
<p class="since">Since 1.12</p>
|
1173
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1175
1174
|
</div>
|
1176
1175
|
<hr>
|
1177
1176
|
<div class="refsect2">
|
@@ -1195,7 +1194,7 @@ clutter_size_free (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1195
1194
|
</tr></tbody>
|
1196
1195
|
</table></div>
|
1197
1196
|
</div>
|
1198
|
-
<p class="since">Since 1.12</p>
|
1197
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1199
1198
|
</div>
|
1200
1199
|
<hr>
|
1201
1200
|
<div class="refsect2">
|
@@ -1229,9 +1228,8 @@ clutter_size_equals (<em class="parameter"><code>const <a class="link" href="clu
|
|
1229
1228
|
<div class="refsect3">
|
1230
1229
|
<a name="id-1.7.2.7.6.15.6"></a><h4>Returns</h4>
|
1231
1230
|
<p> <code class="literal">TRUE</code> if the two <a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="type">ClutterSize</span></a> are equal</p>
|
1232
|
-
<p></p>
|
1233
1231
|
</div>
|
1234
|
-
<p class="since">Since 1.12</p>
|
1232
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1235
1233
|
</div>
|
1236
1234
|
<hr>
|
1237
1235
|
<div class="refsect2">
|
@@ -1283,7 +1281,7 @@ clutter_size_equals (<em class="parameter"><code>const <a class="link" href="clu
|
|
1283
1281
|
</tbody>
|
1284
1282
|
</table></div>
|
1285
1283
|
</div>
|
1286
|
-
<p class="since">Since 1.12</p>
|
1284
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1287
1285
|
</div>
|
1288
1286
|
<hr>
|
1289
1287
|
<div class="refsect2">
|
@@ -1298,9 +1296,8 @@ of 0.</p>
|
|
1298
1296
|
<p> a rectangle with origin in (0, 0) and a size of 0.
|
1299
1297
|
The returned <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a> is owned by Clutter and it should not
|
1300
1298
|
be modified or freed.</p>
|
1301
|
-
<p></p>
|
1302
1299
|
</div>
|
1303
|
-
<p class="since">Since 1.12</p>
|
1300
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1304
1301
|
</div>
|
1305
1302
|
<hr>
|
1306
1303
|
<div class="refsect2">
|
@@ -1322,13 +1319,14 @@ for instance:</p>
|
|
1322
1319
|
</div>
|
1323
1320
|
|
1324
1321
|
<p></p>
|
1322
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
1325
1323
|
<div class="refsect3">
|
1326
|
-
<a name="id-1.7.2.7.6.18.
|
1324
|
+
<a name="id-1.7.2.7.6.18.9"></a><h4>Returns</h4>
|
1327
1325
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a>.
|
1328
1326
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-rect-free" title="clutter_rect_free ()"><code class="function">clutter_rect_free()</code></a> to free its resources. </p>
|
1329
1327
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1330
1328
|
</div>
|
1331
|
-
<p class="since">Since 1.12</p>
|
1329
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1332
1330
|
</div>
|
1333
1331
|
<hr>
|
1334
1332
|
<div class="refsect2">
|
@@ -1382,7 +1380,7 @@ clutter_rect_init (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1382
1380
|
<p> the updated rectangle. </p>
|
1383
1381
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1384
1382
|
</div>
|
1385
|
-
<p class="since">Since 1.12</p>
|
1383
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1386
1384
|
</div>
|
1387
1385
|
<hr>
|
1388
1386
|
<div class="refsect2">
|
@@ -1413,7 +1411,7 @@ clutter_rect_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
1413
1411
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-rect-free" title="clutter_rect_free ()"><code class="function">clutter_rect_free()</code></a> to free the associated resources. </p>
|
1414
1412
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1415
1413
|
</div>
|
1416
|
-
<p class="since">Since 1.12</p>
|
1414
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1417
1415
|
</div>
|
1418
1416
|
<hr>
|
1419
1417
|
<div class="refsect2">
|
@@ -1437,7 +1435,7 @@ clutter_rect_free (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
1437
1435
|
</tr></tbody>
|
1438
1436
|
</table></div>
|
1439
1437
|
</div>
|
1440
|
-
<p class="since">Since 1.12</p>
|
1438
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1441
1439
|
</div>
|
1442
1440
|
<hr>
|
1443
1441
|
<div class="refsect2">
|
@@ -1477,9 +1475,8 @@ their origin and size.</p>
|
|
1477
1475
|
<div class="refsect3">
|
1478
1476
|
<a name="id-1.7.2.7.6.22.7"></a><h4>Returns</h4>
|
1479
1477
|
<p> <code class="literal">TRUE</code> if the rectangles match in origin and size.</p>
|
1480
|
-
<p></p>
|
1481
1478
|
</div>
|
1482
|
-
<p class="since">Since 1.12</p>
|
1479
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1483
1480
|
</div>
|
1484
1481
|
<hr>
|
1485
1482
|
<div class="refsect2">
|
@@ -1509,7 +1506,7 @@ and height; it will modify the passed <em class="parameter"><code>rect</code></e
|
|
1509
1506
|
</tr></tbody>
|
1510
1507
|
</table></div>
|
1511
1508
|
</div>
|
1512
|
-
<p class="since">Since 1.12</p>
|
1509
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1513
1510
|
</div>
|
1514
1511
|
<hr>
|
1515
1512
|
<div class="refsect2">
|
@@ -1543,7 +1540,7 @@ and updates <em class="parameter"><code>center</code></em>
|
|
1543
1540
|
</tbody>
|
1544
1541
|
</table></div>
|
1545
1542
|
</div>
|
1546
|
-
<p class="since">Since 1.12</p>
|
1543
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1547
1544
|
</div>
|
1548
1545
|
<hr>
|
1549
1546
|
<div class="refsect2">
|
@@ -1582,9 +1579,8 @@ rectangle.</p>
|
|
1582
1579
|
<p> <code class="literal">TRUE</code> if the <em class="parameter"><code>point</code></em>
|
1583
1580
|
is contained by <em class="parameter"><code>rect</code></em>
|
1584
1581
|
.</p>
|
1585
|
-
<p></p>
|
1586
1582
|
</div>
|
1587
|
-
<p class="since">Since 1.12</p>
|
1583
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1588
1584
|
</div>
|
1589
1585
|
<hr>
|
1590
1586
|
<div class="refsect2">
|
@@ -1622,9 +1618,8 @@ two <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="
|
|
1622
1618
|
<div class="refsect3">
|
1623
1619
|
<a name="id-1.7.2.7.6.26.7"></a><h4>Returns</h4>
|
1624
1620
|
<p> <code class="literal">TRUE</code> if the first rectangle contains the second.</p>
|
1625
|
-
<p></p>
|
1626
1621
|
</div>
|
1627
|
-
<p class="since">Since 1.12</p>
|
1622
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1628
1623
|
</div>
|
1629
1624
|
<hr>
|
1630
1625
|
<div class="refsect2">
|
@@ -1669,7 +1664,7 @@ union.</p>
|
|
1669
1664
|
</tbody>
|
1670
1665
|
</table></div>
|
1671
1666
|
</div>
|
1672
|
-
<p class="since">Since 1.12</p>
|
1667
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1673
1668
|
</div>
|
1674
1669
|
<hr>
|
1675
1670
|
<div class="refsect2">
|
@@ -1725,9 +1720,8 @@ is not empty, by using <code class="literal">NULL</code> for <em class="paramete
|
|
1725
1720
|
<p> <code class="literal">TRUE</code> if the intersection of <em class="parameter"><code>a</code></em>
|
1726
1721
|
and <em class="parameter"><code>b</code></em>
|
1727
1722
|
is not empty</p>
|
1728
|
-
<p></p>
|
1729
1723
|
</div>
|
1730
|
-
<p class="since">Since 1.12</p>
|
1724
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1731
1725
|
</div>
|
1732
1726
|
<hr>
|
1733
1727
|
<div class="refsect2">
|
@@ -1766,7 +1760,7 @@ the rectangle.</p>
|
|
1766
1760
|
</tbody>
|
1767
1761
|
</table></div>
|
1768
1762
|
</div>
|
1769
|
-
<p class="since">Since 1.12</p>
|
1763
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1770
1764
|
</div>
|
1771
1765
|
<hr>
|
1772
1766
|
<div class="refsect2">
|
@@ -1819,7 +1813,7 @@ and a negative value will create a larger rectangle</p></td>
|
|
1819
1813
|
</tbody>
|
1820
1814
|
</table></div>
|
1821
1815
|
</div>
|
1822
|
-
<p class="since">Since 1.12</p>
|
1816
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1823
1817
|
</div>
|
1824
1818
|
<hr>
|
1825
1819
|
<div class="refsect2">
|
@@ -1848,7 +1842,7 @@ original, fractional rectangle.</p>
|
|
1848
1842
|
</tr></tbody>
|
1849
1843
|
</table></div>
|
1850
1844
|
</div>
|
1851
|
-
<p class="since">Since 1.12</p>
|
1845
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1852
1846
|
</div>
|
1853
1847
|
<hr>
|
1854
1848
|
<div class="refsect2">
|
@@ -1875,9 +1869,8 @@ clutter_rect_get_x (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1875
1869
|
<div class="refsect3">
|
1876
1870
|
<a name="id-1.7.2.7.6.32.6"></a><h4>Returns</h4>
|
1877
1871
|
<p> the X coordinate of the origin of the rectangle</p>
|
1878
|
-
<p></p>
|
1879
1872
|
</div>
|
1880
|
-
<p class="since">Since 1.12</p>
|
1873
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1881
1874
|
</div>
|
1882
1875
|
<hr>
|
1883
1876
|
<div class="refsect2">
|
@@ -1904,9 +1897,8 @@ clutter_rect_get_y (<em class="parameter"><code><a class="link" href="clutter-Ba
|
|
1904
1897
|
<div class="refsect3">
|
1905
1898
|
<a name="id-1.7.2.7.6.33.6"></a><h4>Returns</h4>
|
1906
1899
|
<p> the Y coordinate of the origin of the rectangle</p>
|
1907
|
-
<p></p>
|
1908
1900
|
</div>
|
1909
|
-
<p class="since">Since 1.12</p>
|
1901
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1910
1902
|
</div>
|
1911
1903
|
<hr>
|
1912
1904
|
<div class="refsect2">
|
@@ -1933,9 +1925,8 @@ clutter_rect_get_width (<em class="parameter"><code><a class="link" href="clutte
|
|
1933
1925
|
<div class="refsect3">
|
1934
1926
|
<a name="id-1.7.2.7.6.34.6"></a><h4>Returns</h4>
|
1935
1927
|
<p> the width of the rectangle</p>
|
1936
|
-
<p></p>
|
1937
1928
|
</div>
|
1938
|
-
<p class="since">Since 1.12</p>
|
1929
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1939
1930
|
</div>
|
1940
1931
|
<hr>
|
1941
1932
|
<div class="refsect2">
|
@@ -1962,9 +1953,8 @@ clutter_rect_get_height (<em class="parameter"><code><a class="link" href="clutt
|
|
1962
1953
|
<div class="refsect3">
|
1963
1954
|
<a name="id-1.7.2.7.6.35.6"></a><h4>Returns</h4>
|
1964
1955
|
<p> the height of the rectangle</p>
|
1965
|
-
<p></p>
|
1966
1956
|
</div>
|
1967
|
-
<p class="since">Since 1.12</p>
|
1957
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
1968
1958
|
</div>
|
1969
1959
|
<hr>
|
1970
1960
|
<div class="refsect2">
|
@@ -2011,7 +2001,7 @@ clutter_rect_get_height (<em class="parameter"><code><a class="link" href="clutt
|
|
2011
2001
|
</tbody>
|
2012
2002
|
</table></div>
|
2013
2003
|
</div>
|
2014
|
-
<p class="since">Since 1.10</p>
|
2004
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
2015
2005
|
</div>
|
2016
2006
|
<hr>
|
2017
2007
|
<div class="refsect2">
|
@@ -2071,7 +2061,7 @@ identified by the 3 coordinates <em class="parameter"><code>x</code></em>
|
|
2071
2061
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free the resources. </p>
|
2072
2062
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2073
2063
|
</div>
|
2074
|
-
<p class="since">Since 1.0</p>
|
2064
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2075
2065
|
</div>
|
2076
2066
|
<hr>
|
2077
2067
|
<div class="refsect2">
|
@@ -2079,13 +2069,14 @@ Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free"
|
|
2079
2069
|
<pre class="programlisting"><a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="returnvalue">ClutterVertex</span></a> *
|
2080
2070
|
clutter_vertex_alloc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2081
2071
|
<p>Allocates a new, empty <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>.</p>
|
2072
|
+
<p><span class="annotation">[<acronym title="This symbol is a constructor, not a static method."><span class="acronym">constructor</span></acronym>]</span></p>
|
2082
2073
|
<div class="refsect3">
|
2083
|
-
<a name="id-1.7.2.7.6.38.
|
2074
|
+
<a name="id-1.7.2.7.6.38.6"></a><h4>Returns</h4>
|
2084
2075
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>.
|
2085
2076
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free its resources. </p>
|
2086
2077
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2087
2078
|
</div>
|
2088
|
-
<p class="since">Since 1.12</p>
|
2079
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
2089
2080
|
</div>
|
2090
2081
|
<hr>
|
2091
2082
|
<div class="refsect2">
|
@@ -2134,7 +2125,7 @@ clutter_vertex_init (<em class="parameter"><code><a class="link" href="clutter-B
|
|
2134
2125
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>. </p>
|
2135
2126
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2136
2127
|
</div>
|
2137
|
-
<p class="since">Since 1.10</p>
|
2128
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
2138
2129
|
</div>
|
2139
2130
|
<hr>
|
2140
2131
|
<div class="refsect2">
|
@@ -2164,7 +2155,7 @@ clutter_vertex_copy (<em class="parameter"><code>const <a class="link" href="clu
|
|
2164
2155
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-vertex-free" title="clutter_vertex_free ()"><code class="function">clutter_vertex_free()</code></a> to free the allocated resources. </p>
|
2165
2156
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2166
2157
|
</div>
|
2167
|
-
<p class="since">Since 1.0</p>
|
2158
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2168
2159
|
</div>
|
2169
2160
|
<hr>
|
2170
2161
|
<div class="refsect2">
|
@@ -2188,7 +2179,7 @@ clutter_vertex_free (<em class="parameter"><code><a class="link" href="clutter-B
|
|
2188
2179
|
</tr></tbody>
|
2189
2180
|
</table></div>
|
2190
2181
|
</div>
|
2191
|
-
<p class="since">Since 1.0</p>
|
2182
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2192
2183
|
</div>
|
2193
2184
|
<hr>
|
2194
2185
|
<div class="refsect2">
|
@@ -2224,9 +2215,8 @@ clutter_vertex_equal (<em class="parameter"><code>const <a class="link" href="cl
|
|
2224
2215
|
<div class="refsect3">
|
2225
2216
|
<a name="id-1.7.2.7.6.42.6"></a><h4>Returns</h4>
|
2226
2217
|
<p> <code class="literal">TRUE</code> if the passed <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a> are equal</p>
|
2227
|
-
<p></p>
|
2228
2218
|
</div>
|
2229
|
-
<p class="since">Since 1.0</p>
|
2219
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2230
2220
|
</div>
|
2231
2221
|
<hr>
|
2232
2222
|
<div class="refsect2">
|
@@ -2279,7 +2269,7 @@ it, e.g.:</p>
|
|
2279
2269
|
</tbody>
|
2280
2270
|
</table></div>
|
2281
2271
|
</div>
|
2282
|
-
<p class="since">Since 1.10</p>
|
2272
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
2283
2273
|
</div>
|
2284
2274
|
<hr>
|
2285
2275
|
<div class="refsect2">
|
@@ -2346,7 +2336,7 @@ for the top left and bottom right points.</p>
|
|
2346
2336
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free the resources. </p>
|
2347
2337
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2348
2338
|
</div>
|
2349
|
-
<p class="since">Since 1.0</p>
|
2339
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2350
2340
|
</div>
|
2351
2341
|
<hr>
|
2352
2342
|
<div class="refsect2">
|
@@ -2360,7 +2350,7 @@ clutter_actor_box_alloc (<em class="parameter"><code><span class="type">void</sp
|
|
2360
2350
|
Use <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free its resources. </p>
|
2361
2351
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2362
2352
|
</div>
|
2363
|
-
<p class="since">Since 1.12</p>
|
2353
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
2364
2354
|
</div>
|
2365
2355
|
<hr>
|
2366
2356
|
<div class="refsect2">
|
@@ -2415,7 +2405,7 @@ clutter_actor_box_init (<em class="parameter"><code><a class="link" href="clutte
|
|
2415
2405
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox" title="struct ClutterActorBox"><span class="type">ClutterActorBox</span></a>. </p>
|
2416
2406
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2417
2407
|
</div>
|
2418
|
-
<p class="since">Since 1.10</p>
|
2408
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
2419
2409
|
</div>
|
2420
2410
|
<hr>
|
2421
2411
|
<div class="refsect2">
|
@@ -2465,7 +2455,7 @@ clutter_actor_box_init_rect (<em class="parameter"><code><a class="link" href="c
|
|
2465
2455
|
</tbody>
|
2466
2456
|
</table></div>
|
2467
2457
|
</div>
|
2468
|
-
<p class="since">Since 1.10</p>
|
2458
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
2469
2459
|
</div>
|
2470
2460
|
<hr>
|
2471
2461
|
<div class="refsect2">
|
@@ -2493,9 +2483,8 @@ clutter_actor_box_copy (<em class="parameter"><code>const <a class="link" href="
|
|
2493
2483
|
<a name="id-1.7.2.7.6.48.6"></a><h4>Returns</h4>
|
2494
2484
|
<p> a newly allocated copy of <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox" title="struct ClutterActorBox"><span class="type">ClutterActorBox</span></a>. Use
|
2495
2485
|
<a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-free" title="clutter_actor_box_free ()"><code class="function">clutter_actor_box_free()</code></a> to free the allocated resources</p>
|
2496
|
-
<p></p>
|
2497
2486
|
</div>
|
2498
|
-
<p class="since">Since 1.0</p>
|
2487
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2499
2488
|
</div>
|
2500
2489
|
<hr>
|
2501
2490
|
<div class="refsect2">
|
@@ -2519,7 +2508,7 @@ or <a class="link" href="clutter-Base-geometric-types.html#clutter-actor-box-cop
|
|
2519
2508
|
</tr></tbody>
|
2520
2509
|
</table></div>
|
2521
2510
|
</div>
|
2522
|
-
<p class="since">Since 1.0</p>
|
2511
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2523
2512
|
</div>
|
2524
2513
|
<hr>
|
2525
2514
|
<div class="refsect2">
|
@@ -2555,9 +2544,8 @@ clutter_actor_box_equal (<em class="parameter"><code>const <a class="link" href=
|
|
2555
2544
|
<div class="refsect3">
|
2556
2545
|
<a name="id-1.7.2.7.6.50.6"></a><h4>Returns</h4>
|
2557
2546
|
<p> <code class="literal">TRUE</code> if the passed <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox" title="struct ClutterActorBox"><span class="type">ClutterActorBox</span></a> are equal</p>
|
2558
|
-
<p></p>
|
2559
2547
|
</div>
|
2560
|
-
<p class="since">Since 1.0</p>
|
2548
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2561
2549
|
</div>
|
2562
2550
|
<hr>
|
2563
2551
|
<div class="refsect2">
|
@@ -2584,9 +2572,8 @@ clutter_actor_box_get_x (<em class="parameter"><code>const <a class="link" href=
|
|
2584
2572
|
<div class="refsect3">
|
2585
2573
|
<a name="id-1.7.2.7.6.51.6"></a><h4>Returns</h4>
|
2586
2574
|
<p> the X coordinate of the origin</p>
|
2587
|
-
<p></p>
|
2588
2575
|
</div>
|
2589
|
-
<p class="since">Since 1.0</p>
|
2576
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2590
2577
|
</div>
|
2591
2578
|
<hr>
|
2592
2579
|
<div class="refsect2">
|
@@ -2613,9 +2600,8 @@ clutter_actor_box_get_y (<em class="parameter"><code>const <a class="link" href=
|
|
2613
2600
|
<div class="refsect3">
|
2614
2601
|
<a name="id-1.7.2.7.6.52.6"></a><h4>Returns</h4>
|
2615
2602
|
<p> the Y coordinate of the origin</p>
|
2616
|
-
<p></p>
|
2617
2603
|
</div>
|
2618
|
-
<p class="since">Since 1.0</p>
|
2604
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2619
2605
|
</div>
|
2620
2606
|
<hr>
|
2621
2607
|
<div class="refsect2">
|
@@ -2642,9 +2628,8 @@ clutter_actor_box_get_width (<em class="parameter"><code>const <a class="link" h
|
|
2642
2628
|
<div class="refsect3">
|
2643
2629
|
<a name="id-1.7.2.7.6.53.6"></a><h4>Returns</h4>
|
2644
2630
|
<p> the width of the box</p>
|
2645
|
-
<p></p>
|
2646
2631
|
</div>
|
2647
|
-
<p class="since">Since 1.0</p>
|
2632
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2648
2633
|
</div>
|
2649
2634
|
<hr>
|
2650
2635
|
<div class="refsect2">
|
@@ -2671,9 +2656,8 @@ clutter_actor_box_get_height (<em class="parameter"><code>const <a class="link"
|
|
2671
2656
|
<div class="refsect3">
|
2672
2657
|
<a name="id-1.7.2.7.6.54.6"></a><h4>Returns</h4>
|
2673
2658
|
<p> the height of the box</p>
|
2674
|
-
<p></p>
|
2675
2659
|
</div>
|
2676
|
-
<p class="since">Since 1.0</p>
|
2660
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2677
2661
|
</div>
|
2678
2662
|
<hr>
|
2679
2663
|
<div class="refsect2">
|
@@ -2711,7 +2695,7 @@ clutter_actor_box_set_origin (<em class="parameter"><code><a class="link" href="
|
|
2711
2695
|
</tbody>
|
2712
2696
|
</table></div>
|
2713
2697
|
</div>
|
2714
|
-
<p class="since">Since 1.6</p>
|
2698
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
2715
2699
|
</div>
|
2716
2700
|
<hr>
|
2717
2701
|
<div class="refsect2">
|
@@ -2749,7 +2733,7 @@ clutter_actor_box_get_origin (<em class="parameter"><code>const <a class="link"
|
|
2749
2733
|
</tbody>
|
2750
2734
|
</table></div>
|
2751
2735
|
</div>
|
2752
|
-
<p class="since">Since 1.0</p>
|
2736
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2753
2737
|
</div>
|
2754
2738
|
<hr>
|
2755
2739
|
<div class="refsect2">
|
@@ -2787,7 +2771,7 @@ clutter_actor_box_set_size (<em class="parameter"><code><a class="link" href="cl
|
|
2787
2771
|
</tbody>
|
2788
2772
|
</table></div>
|
2789
2773
|
</div>
|
2790
|
-
<p class="since">Since 1.6</p>
|
2774
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
2791
2775
|
</div>
|
2792
2776
|
<hr>
|
2793
2777
|
<div class="refsect2">
|
@@ -2825,7 +2809,7 @@ clutter_actor_box_get_size (<em class="parameter"><code>const <a class="link" hr
|
|
2825
2809
|
</tbody>
|
2826
2810
|
</table></div>
|
2827
2811
|
</div>
|
2828
|
-
<p class="since">Since 1.0</p>
|
2812
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2829
2813
|
</div>
|
2830
2814
|
<hr>
|
2831
2815
|
<div class="refsect2">
|
@@ -2852,9 +2836,8 @@ clutter_actor_box_get_area (<em class="parameter"><code>const <a class="link" hr
|
|
2852
2836
|
<div class="refsect3">
|
2853
2837
|
<a name="id-1.7.2.7.6.59.6"></a><h4>Returns</h4>
|
2854
2838
|
<p> the area of a <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox" title="struct ClutterActorBox"><span class="type">ClutterActorBox</span></a>, in pixels</p>
|
2855
|
-
<p></p>
|
2856
2839
|
</div>
|
2857
|
-
<p class="since">Since 1.0</p>
|
2840
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2858
2841
|
</div>
|
2859
2842
|
<hr>
|
2860
2843
|
<div class="refsect2">
|
@@ -2898,9 +2881,8 @@ withing <em class="parameter"><code>box</code></em>
|
|
2898
2881
|
<div class="refsect3">
|
2899
2882
|
<a name="id-1.7.2.7.6.60.6"></a><h4>Returns</h4>
|
2900
2883
|
<p> <code class="literal">TRUE</code> if the point is contained by the <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox" title="struct ClutterActorBox"><span class="type">ClutterActorBox</span></a></p>
|
2901
|
-
<p></p>
|
2902
2884
|
</div>
|
2903
|
-
<p class="since">Since 1.0</p>
|
2885
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2904
2886
|
</div>
|
2905
2887
|
<hr>
|
2906
2888
|
<div class="refsect2">
|
@@ -2932,7 +2914,7 @@ of the vertex array see <a class="link" href="ClutterActor.html#clutter-actor-ge
|
|
2932
2914
|
</tbody>
|
2933
2915
|
</table></div>
|
2934
2916
|
</div>
|
2935
|
-
<p class="since">Since 1.0</p>
|
2917
|
+
<p class="since">Since: <a class="link" href="ix07.html#api-index-1.0">1.0</a></p>
|
2936
2918
|
</div>
|
2937
2919
|
<hr>
|
2938
2920
|
<div class="refsect2">
|
@@ -2956,7 +2938,7 @@ clutter_actor_box_clamp_to_pixel (<em class="parameter"><code><a class="link" hr
|
|
2956
2938
|
</tr></tbody>
|
2957
2939
|
</table></div>
|
2958
2940
|
</div>
|
2959
|
-
<p class="since">Since 1.2</p>
|
2941
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
2960
2942
|
</div>
|
2961
2943
|
<hr>
|
2962
2944
|
<div class="refsect2">
|
@@ -3003,7 +2985,7 @@ using <em class="parameter"><code>progress</code></em>
|
|
3003
2985
|
</tbody>
|
3004
2986
|
</table></div>
|
3005
2987
|
</div>
|
3006
|
-
<p class="since">Since 1.2</p>
|
2988
|
+
<p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
|
3007
2989
|
</div>
|
3008
2990
|
<hr>
|
3009
2991
|
<div class="refsect2">
|
@@ -3046,7 +3028,7 @@ and <em class="parameter"><code>b</code></em>
|
|
3046
3028
|
</tbody>
|
3047
3029
|
</table></div>
|
3048
3030
|
</div>
|
3049
|
-
<p class="since">Since 1.4</p>
|
3031
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
3050
3032
|
</div>
|
3051
3033
|
<hr>
|
3052
3034
|
<div class="refsect2">
|
@@ -3073,9 +3055,8 @@ clutter_paint_volume_copy (<em class="parameter"><code>const <a class="link" hre
|
|
3073
3055
|
<div class="refsect3">
|
3074
3056
|
<a name="id-1.7.2.7.6.65.6"></a><h4>Returns</h4>
|
3075
3057
|
<p> a newly allocated copy of a <a class="link" href="clutter-Base-geometric-types.html#ClutterPaintVolume" title="ClutterPaintVolume"><span class="type">ClutterPaintVolume</span></a></p>
|
3076
|
-
<p></p>
|
3077
3058
|
</div>
|
3078
|
-
<p class="since">Since 1.6</p>
|
3059
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3079
3060
|
</div>
|
3080
3061
|
<hr>
|
3081
3062
|
<div class="refsect2">
|
@@ -3099,7 +3080,7 @@ clutter_paint_volume_free (<em class="parameter"><code><a class="link" href="clu
|
|
3099
3080
|
</tr></tbody>
|
3100
3081
|
</table></div>
|
3101
3082
|
</div>
|
3102
|
-
<p class="since">Since 1.6</p>
|
3083
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3103
3084
|
</div>
|
3104
3085
|
<hr>
|
3105
3086
|
<div class="refsect2">
|
@@ -3133,7 +3114,7 @@ corner of an actor's paint volume, in actor coordinates.</p>
|
|
3133
3114
|
</tbody>
|
3134
3115
|
</table></div>
|
3135
3116
|
</div>
|
3136
|
-
<p class="since">Since 1.6</p>
|
3117
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3137
3118
|
</div>
|
3138
3119
|
<hr>
|
3139
3120
|
<div class="refsect2">
|
@@ -3164,7 +3145,7 @@ clutter_paint_volume_get_origin (<em class="parameter"><code>const <a class="lin
|
|
3164
3145
|
</tbody>
|
3165
3146
|
</table></div>
|
3166
3147
|
</div>
|
3167
|
-
<p class="since">Since 1.6</p>
|
3148
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3168
3149
|
</div>
|
3169
3150
|
<hr>
|
3170
3151
|
<div class="refsect2">
|
@@ -3197,7 +3178,7 @@ the x axis in the actor coordinates that <em class="parameter"><code>pv</code></
|
|
3197
3178
|
</tbody>
|
3198
3179
|
</table></div>
|
3199
3180
|
</div>
|
3200
|
-
<p class="since">Since 1.6</p>
|
3181
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3201
3182
|
</div>
|
3202
3183
|
<hr>
|
3203
3184
|
<div class="refsect2">
|
@@ -3242,9 +3223,8 @@ fitting paint volumes for efficiency.</p>
|
|
3242
3223
|
<a name="id-1.7.2.7.6.70.10"></a><h4>Returns</h4>
|
3243
3224
|
<p> the width, in units of <em class="parameter"><code>pv</code></em>
|
3244
3225
|
's local coordinate system.</p>
|
3245
|
-
<p></p>
|
3246
3226
|
</div>
|
3247
|
-
<p class="since">Since 1.6</p>
|
3227
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3248
3228
|
</div>
|
3249
3229
|
<hr>
|
3250
3230
|
<div class="refsect2">
|
@@ -3277,7 +3257,7 @@ the y axis in the actor coordinates that <em class="parameter"><code>pv</code></
|
|
3277
3257
|
</tbody>
|
3278
3258
|
</table></div>
|
3279
3259
|
</div>
|
3280
|
-
<p class="since">Since 1.6</p>
|
3260
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3281
3261
|
</div>
|
3282
3262
|
<hr>
|
3283
3263
|
<div class="refsect2">
|
@@ -3322,9 +3302,8 @@ volumes for efficiency.</p>
|
|
3322
3302
|
<a name="id-1.7.2.7.6.72.10"></a><h4>Returns</h4>
|
3323
3303
|
<p> the height, in units of <em class="parameter"><code>pv</code></em>
|
3324
3304
|
's local coordinate system.</p>
|
3325
|
-
<p></p>
|
3326
3305
|
</div>
|
3327
|
-
<p class="since">Since 1.6</p>
|
3306
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3328
3307
|
</div>
|
3329
3308
|
<hr>
|
3330
3309
|
<div class="refsect2">
|
@@ -3357,7 +3336,7 @@ the z axis in the actor coordinates that <em class="parameter"><code>pv</code></
|
|
3357
3336
|
</tbody>
|
3358
3337
|
</table></div>
|
3359
3338
|
</div>
|
3360
|
-
<p class="since">Since 1.6</p>
|
3339
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3361
3340
|
</div>
|
3362
3341
|
<hr>
|
3363
3342
|
<div class="refsect2">
|
@@ -3402,9 +3381,8 @@ volumes for efficiency.</p>
|
|
3402
3381
|
<a name="id-1.7.2.7.6.74.10"></a><h4>Returns</h4>
|
3403
3382
|
<p> the depth, in units of <em class="parameter"><code>pv</code></em>
|
3404
3383
|
's local coordinate system.</p>
|
3405
|
-
<p></p>
|
3406
3384
|
</div>
|
3407
|
-
<p class="since">Since 1.6</p>
|
3385
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3408
3386
|
</div>
|
3409
3387
|
<hr>
|
3410
3388
|
<div class="refsect2">
|
@@ -3467,9 +3445,8 @@ that do not paint outside their allocation.</p>
|
|
3467
3445
|
<a name="id-1.7.2.7.6.75.10"></a><h4>Returns</h4>
|
3468
3446
|
<p> <code class="literal">TRUE</code> if the paint volume was successfully set, and <code class="literal">FALSE</code>
|
3469
3447
|
otherwise</p>
|
3470
|
-
<p></p>
|
3471
3448
|
</div>
|
3472
|
-
<p class="since">Since 1.6</p>
|
3449
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3473
3450
|
</div>
|
3474
3451
|
<hr>
|
3475
3452
|
<div class="refsect2">
|
@@ -3507,7 +3484,7 @@ union</p></td>
|
|
3507
3484
|
</tbody>
|
3508
3485
|
</table></div>
|
3509
3486
|
</div>
|
3510
|
-
<p class="since">Since 1.6</p>
|
3487
|
+
<p class="since">Since: <a class="link" href="ix10.html#api-index-1.6">1.6</a></p>
|
3511
3488
|
</div>
|
3512
3489
|
<hr>
|
3513
3490
|
<div class="refsect2">
|
@@ -3542,7 +3519,7 @@ specific for 2D regions.</p>
|
|
3542
3519
|
</tbody>
|
3543
3520
|
</table></div>
|
3544
3521
|
</div>
|
3545
|
-
<p class="since">Since 1.10</p>
|
3522
|
+
<p class="since">Since: <a class="link" href="ix12.html#api-index-1.10">1.10</a></p>
|
3546
3523
|
</div>
|
3547
3524
|
<hr>
|
3548
3525
|
<div class="refsect2">
|
@@ -3555,7 +3532,7 @@ clutter_matrix_alloc (<em class="parameter"><code><span class="type">void</span>
|
|
3555
3532
|
<p> the newly allocated <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix" title="ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3556
3533
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3557
3534
|
</div>
|
3558
|
-
<p class="since">Since 1.12</p>
|
3535
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3559
3536
|
</div>
|
3560
3537
|
<hr>
|
3561
3538
|
<div class="refsect2">
|
@@ -3578,7 +3555,7 @@ clutter_matrix_free (<em class="parameter"><code><a class="link" href="clutter-B
|
|
3578
3555
|
</tr></tbody>
|
3579
3556
|
</table></div>
|
3580
3557
|
</div>
|
3581
|
-
<p class="since">Since 1.12</p>
|
3558
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3582
3559
|
</div>
|
3583
3560
|
<hr>
|
3584
3561
|
<div class="refsect2">
|
@@ -3617,7 +3594,7 @@ representing a 4x4 matrix, with column-major order. </p></td>
|
|
3617
3594
|
<p> the initialzed <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix" title="ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3618
3595
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3619
3596
|
</div>
|
3620
|
-
<p class="since">Since 1.12</p>
|
3597
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3621
3598
|
</div>
|
3622
3599
|
<hr>
|
3623
3600
|
<div class="refsect2">
|
@@ -3656,7 +3633,7 @@ clutter_matrix_init_from_matrix (<em class="parameter"><code><a class="link" hre
|
|
3656
3633
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix" title="ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3657
3634
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3658
3635
|
</div>
|
3659
|
-
<p class="since">Since 1.12</p>
|
3636
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3660
3637
|
</div>
|
3661
3638
|
<hr>
|
3662
3639
|
<div class="refsect2">
|
@@ -3703,7 +3680,7 @@ clutter_matrix_init_identity (<em class="parameter"><code><a class="link" href="
|
|
3703
3680
|
<p> the initialized <a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix" title="ClutterMatrix"><span class="type">ClutterMatrix</span></a>. </p>
|
3704
3681
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3705
3682
|
</div>
|
3706
|
-
<p class="since">Since 1.12</p>
|
3683
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3707
3684
|
</div>
|
3708
3685
|
<hr>
|
3709
3686
|
<div class="refsect2">
|
@@ -3729,9 +3706,8 @@ clutter_knot_copy (<em class="parameter"><code>const <a class="link" href="clutt
|
|
3729
3706
|
<div class="refsect3">
|
3730
3707
|
<a name="id-1.7.2.7.6.83.6"></a><h4>Returns</h4>
|
3731
3708
|
<p> the copied knot.</p>
|
3732
|
-
<p></p>
|
3733
3709
|
</div>
|
3734
|
-
<p class="since">Since 0.2</p>
|
3710
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
3735
3711
|
</div>
|
3736
3712
|
<hr>
|
3737
3713
|
<div class="refsect2">
|
@@ -3754,7 +3730,7 @@ clutter_knot_free (<em class="parameter"><code><a class="link" href="clutter-Bas
|
|
3754
3730
|
</tr></tbody>
|
3755
3731
|
</table></div>
|
3756
3732
|
</div>
|
3757
|
-
<p class="since">Since 0.2</p>
|
3733
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
3758
3734
|
</div>
|
3759
3735
|
<hr>
|
3760
3736
|
<div class="refsect2">
|
@@ -3788,9 +3764,8 @@ clutter_knot_equal (<em class="parameter"><code>const <a class="link" href="clut
|
|
3788
3764
|
<div class="refsect3">
|
3789
3765
|
<a name="id-1.7.2.7.6.85.6"></a><h4>Returns</h4>
|
3790
3766
|
<p> <code class="literal">TRUE</code> if the knots point to the same location.</p>
|
3791
|
-
<p></p>
|
3792
3767
|
</div>
|
3793
|
-
<p class="since">Since 0.2</p>
|
3768
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
3794
3769
|
</div>
|
3795
3770
|
<hr>
|
3796
3771
|
<div class="refsect2">
|
@@ -3831,7 +3806,7 @@ clutter_geometry_union (<em class="parameter"><code>const <a class="link" href="
|
|
3831
3806
|
</tbody>
|
3832
3807
|
</table></div>
|
3833
3808
|
</div>
|
3834
|
-
<p class="since">Since 1.4</p>
|
3809
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
3835
3810
|
</div>
|
3836
3811
|
<hr>
|
3837
3812
|
<div class="refsect2">
|
@@ -3873,9 +3848,8 @@ they do else <code class="literal">FALSE</code>.</p>
|
|
3873
3848
|
<p> <code class="literal">TRUE</code> of <em class="parameter"><code>geometry0</code></em>
|
3874
3849
|
and geometry1 intersect else
|
3875
3850
|
<code class="literal">FALSE</code>.</p>
|
3876
|
-
<p></p>
|
3877
3851
|
</div>
|
3878
|
-
<p class="since">Since 1.4</p>
|
3852
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
3879
3853
|
</div>
|
3880
3854
|
</div>
|
3881
3855
|
<div class="refsect1">
|
@@ -3910,7 +3884,7 @@ and geometry1 intersect else
|
|
3910
3884
|
</tbody>
|
3911
3885
|
</table></div>
|
3912
3886
|
</div>
|
3913
|
-
<p class="since">Since 1.12</p>
|
3887
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3914
3888
|
</div>
|
3915
3889
|
<hr>
|
3916
3890
|
<div class="refsect2">
|
@@ -3943,7 +3917,7 @@ and geometry1 intersect else
|
|
3943
3917
|
</tbody>
|
3944
3918
|
</table></div>
|
3945
3919
|
</div>
|
3946
|
-
<p class="since">Since 1.12</p>
|
3920
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3947
3921
|
</div>
|
3948
3922
|
<hr>
|
3949
3923
|
<div class="refsect2">
|
@@ -3986,7 +3960,7 @@ API at all times, instead of directly accessing the structure members.</p>
|
|
3986
3960
|
</tbody>
|
3987
3961
|
</table></div>
|
3988
3962
|
</div>
|
3989
|
-
<p class="since">Since 1.12</p>
|
3963
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
3990
3964
|
</div>
|
3991
3965
|
<hr>
|
3992
3966
|
<div class="refsect2">
|
@@ -4025,7 +3999,7 @@ API at all times, instead of directly accessing the structure members.</p>
|
|
4025
3999
|
</tbody>
|
4026
4000
|
</table></div>
|
4027
4001
|
</div>
|
4028
|
-
<p class="since">Since 0.4</p>
|
4002
|
+
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.4">0.4</a></p>
|
4029
4003
|
</div>
|
4030
4004
|
<hr>
|
4031
4005
|
<div class="refsect2">
|
@@ -4153,7 +4127,7 @@ need a rectangle type, depending on the precision required.</p>
|
|
4153
4127
|
</tbody>
|
4154
4128
|
</table></div>
|
4155
4129
|
</div>
|
4156
|
-
<p class="since">Since 0.2</p>
|
4130
|
+
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.2">0.2</a></p>
|
4157
4131
|
</div>
|
4158
4132
|
<hr>
|
4159
4133
|
<div class="refsect2">
|
@@ -4168,7 +4142,7 @@ can be set and queried in terms of an axis aligned bounding box.</p>
|
|
4168
4142
|
is defined to be relative from the current actor modelview matrix.</p>
|
4169
4143
|
<p>Other internal representation and methods for describing the
|
4170
4144
|
bounding volume may be added in the future.</p>
|
4171
|
-
<p class="since">Since 1.4</p>
|
4145
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
4172
4146
|
</div>
|
4173
4147
|
<hr>
|
4174
4148
|
<div class="refsect2">
|
@@ -4177,7 +4151,7 @@ bounding volume may be added in the future.</p>
|
|
4177
4151
|
</pre>
|
4178
4152
|
<p>A type representing a 4x4 matrix.</p>
|
4179
4153
|
<p>It is identicaly to <span class="type">CoglMatrix</span>.</p>
|
4180
|
-
<p class="since">Since 1.12</p>
|
4154
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4181
4155
|
</div>
|
4182
4156
|
<hr>
|
4183
4157
|
<div class="refsect2">
|
@@ -4186,7 +4160,7 @@ bounding volume may be added in the future.</p>
|
|
4186
4160
|
</pre>
|
4187
4161
|
<p>A simple macro for initializing a <a class="link" href="clutter-Base-geometric-types.html#ClutterPoint" title="struct ClutterPoint"><span class="type">ClutterPoint</span></a> to (0, 0) when
|
4188
4162
|
declaring it.</p>
|
4189
|
-
<p class="since">Since 1.12</p>
|
4163
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4190
4164
|
</div>
|
4191
4165
|
<hr>
|
4192
4166
|
<div class="refsect2">
|
@@ -4195,7 +4169,7 @@ declaring it.</p>
|
|
4195
4169
|
</pre>
|
4196
4170
|
<p>A simple macro for initializing a <a class="link" href="clutter-Base-geometric-types.html#ClutterSize" title="struct ClutterSize"><span class="type">ClutterSize</span></a> to (0, 0) when
|
4197
4171
|
declaring it.</p>
|
4198
|
-
<p class="since">Since 1.12</p>
|
4172
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4199
4173
|
</div>
|
4200
4174
|
<hr>
|
4201
4175
|
<div class="refsect2">
|
@@ -4204,7 +4178,7 @@ declaring it.</p>
|
|
4204
4178
|
</pre>
|
4205
4179
|
<p>A simple macro for initializing a <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a> to (0, 0, 0, 0) when
|
4206
4180
|
declaring it.</p>
|
4207
|
-
<p class="since">Since 1.12</p>
|
4181
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4208
4182
|
</div>
|
4209
4183
|
<hr>
|
4210
4184
|
<div class="refsect2">
|
@@ -4212,7 +4186,7 @@ declaring it.</p>
|
|
4212
4186
|
<pre class="programlisting">#define CLUTTER_VERTEX_INIT_ZERO CLUTTER_VERTEX_INIT (0.f, 0.f, 0.f)
|
4213
4187
|
</pre>
|
4214
4188
|
<p>A simple macro for initializing a <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a> to (0, 0, 0).</p>
|
4215
|
-
<p class="since">Since 1.12</p>
|
4189
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4216
4190
|
</div>
|
4217
4191
|
<hr>
|
4218
4192
|
<div class="refsect2">
|
@@ -4233,12 +4207,11 @@ declaring it, e.g.:</p>
|
|
4233
4207
|
</div>
|
4234
4208
|
|
4235
4209
|
<p></p>
|
4236
|
-
<p class="since">Since 1.12</p>
|
4210
|
+
<p class="since">Since: <a class="link" href="ix13.html#api-index-1.12">1.12</a></p>
|
4237
4211
|
</div>
|
4238
4212
|
</div>
|
4239
4213
|
</div>
|
4240
4214
|
<div class="footer">
|
4241
|
-
<hr>
|
4242
|
-
Generated by GTK-Doc V1.20.1</div>
|
4215
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
4243
4216
|
</body>
|
4244
4217
|
</html>
|