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 V. Clutter Animation Framework: 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-Paint-Nodes.html" title="Paint Nodes">
|
10
10
|
<link rel="next" href="ch09.html" title="Base classes">
|
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
|
</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>
|
5
|
+
<title>Part VII. Clutter Backends: 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="ClutterListModel.html" title="ClutterListModel">
|
10
10
|
<link rel="next" href="ClutterBackend.html" title="ClutterBackend">
|
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">
|
@@ -63,12 +63,14 @@
|
|
63
63
|
<dt>
|
64
64
|
<span class="refentrytitle"><a href="clutter-ClutterWaylandSurface.html">ClutterWaylandSurface</a></span><span class="refpurpose"> — An actor which displays the content of a client surface</span>
|
65
65
|
</dt>
|
66
|
+
<dt>
|
67
|
+
<span class="refentrytitle"><a href="clutter-clutter-mir.html">clutter-mir</a></span><span class="refpurpose"> — Mir specific API</span>
|
68
|
+
</dt>
|
66
69
|
</dl>
|
67
70
|
</div>
|
68
71
|
</div>
|
69
72
|
</div>
|
70
73
|
<div class="footer">
|
71
|
-
<hr>
|
72
|
-
Generated by GTK-Doc V1.20.1</div>
|
74
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
73
75
|
</body>
|
74
76
|
</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>Part IV. Clutter Core Reference: 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="running-clutter.html" title="Part III. Running Clutter">
|
10
10
|
<link rel="next" href="ch01.html" title="Abstract classes and interfaces">
|
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">
|
@@ -189,7 +189,6 @@
|
|
189
189
|
</div>
|
190
190
|
</div>
|
191
191
|
<div class="footer">
|
192
|
-
<hr>
|
193
|
-
Generated by GTK-Doc V1.20.1</div>
|
192
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
194
193
|
</body>
|
195
194
|
</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>Part XI. Glossaries: 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="clutterobjectindex.html" title="Object Index">
|
10
10
|
<link rel="next" href="go01.html" title="Glossary">
|
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">
|
@@ -31,7 +31,6 @@
|
|
31
31
|
</div>
|
32
32
|
</div>
|
33
33
|
<div class="footer">
|
34
|
-
<hr>
|
35
|
-
Generated by GTK-Doc V1.20.1</div>
|
34
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
36
35
|
</body>
|
37
36
|
</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>Object Hierarchy: 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="clutterobjects.html" title="Part X. Clutter Actors and Objects">
|
9
9
|
<link rel="prev" href="clutterobjects.html" title="Part X. Clutter Actors and Objects">
|
10
10
|
<link rel="next" href="clutterobjectindex.html" title="Object Index">
|
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">
|
@@ -112,7 +112,6 @@
|
|
112
112
|
</pre>
|
113
113
|
</div>
|
114
114
|
<div class="footer">
|
115
|
-
<hr>
|
116
|
-
Generated by GTK-Doc V1.20.1</div>
|
115
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
117
116
|
</body>
|
118
117
|
</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>Object Index: 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="clutterobjects.html" title="Part X. Clutter Actors and Objects">
|
9
9
|
<link rel="prev" href="clutterobjecthierarchy.html" title="Object Hierarchy">
|
10
10
|
<link rel="next" href="clutterglossary.html" title="Part XI. Glossaries">
|
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">
|
@@ -178,7 +178,6 @@
|
|
178
178
|
</table></div>
|
179
179
|
</div>
|
180
180
|
<div class="footer">
|
181
|
-
<hr>
|
182
|
-
Generated by GTK-Doc V1.20.1</div>
|
181
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
183
182
|
</body>
|
184
183
|
</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>Part X. Clutter Actors and 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="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="ClutterTexture.html" title="ClutterTexture">
|
10
10
|
<link rel="next" href="clutterobjecthierarchy.html" title="Object Hierarchy">
|
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">
|
@@ -31,7 +31,6 @@
|
|
31
31
|
</div>
|
32
32
|
</div>
|
33
33
|
<div class="footer">
|
34
|
-
<hr>
|
35
|
-
Generated by GTK-Doc V1.20.1</div>
|
34
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
36
35
|
</body>
|
37
36
|
</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>Part VI. Clutter Tools: 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="ClutterTransitionGroup.html" title="ClutterTransitionGroup">
|
10
10
|
<link rel="next" href="ch10.html" title="General purpose API">
|
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">
|
@@ -68,6 +68,9 @@ and bezier curves.</span>
|
|
68
68
|
<span class="refentrytitle"><a href="clutter-Unit-conversion.html">Unit conversion</a></span><span class="refpurpose"> — A logical distance unit</span>
|
69
69
|
</dt>
|
70
70
|
<dt>
|
71
|
+
<span class="refentrytitle"><a href="clutter-Cairo-integration.html">Cairo integration</a></span><span class="refpurpose"> — Functions for interoperating with Cairo</span>
|
72
|
+
</dt>
|
73
|
+
<dt>
|
71
74
|
<span class="refentrytitle"><a href="clutter-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions</span>
|
72
75
|
</dt>
|
73
76
|
<dt>
|
@@ -99,7 +102,6 @@ and bezier curves.</span>
|
|
99
102
|
</div>
|
100
103
|
</div>
|
101
104
|
<div class="footer">
|
102
|
-
<hr>
|
103
|
-
Generated by GTK-Doc V1.20.1</div>
|
105
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
104
106
|
</body>
|
105
107
|
</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>Part IX. Deprecated 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="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="migrating-ClutterAnimation.html" title="Migrating from ClutterAnimation">
|
10
10
|
<link rel="next" href="ClutterAlpha.html" title="ClutterAlpha">
|
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,7 @@
|
|
47
47
|
<span class="refentrytitle"><a href="ClutterBehaviourOpacity.html">ClutterBehaviourOpacity</a></span><span class="refpurpose"> — A behaviour controlling opacity</span>
|
48
48
|
</dt>
|
49
49
|
<dt>
|
50
|
-
<span class="refentrytitle"><a href="ClutterBehaviourPath.html">ClutterBehaviourPath</a></span><span class="refpurpose">A behaviour for moving actors along a <span class="type">ClutterPath</span></span>
|
50
|
+
<span class="refentrytitle"><a href="ClutterBehaviourPath.html">ClutterBehaviourPath</a></span><span class="refpurpose"> — A behaviour for moving actors along a <span class="type">ClutterPath</span></span>
|
51
51
|
</dt>
|
52
52
|
<dt>
|
53
53
|
<span class="refentrytitle"><a href="ClutterBehaviourRotate.html">ClutterBehaviourRotate</a></span><span class="refpurpose"> — A behaviour controlling rotation</span>
|
@@ -87,7 +87,6 @@
|
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="footer">
|
90
|
-
<hr>
|
91
|
-
Generated by GTK-Doc V1.20.1</div>
|
90
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
92
91
|
</body>
|
93
92
|
</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>Glossary: 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="clutterglossary.html" title="Part XI. Glossaries">
|
9
9
|
<link rel="prev" href="clutterglossary.html" title="Part XI. Glossaries">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
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">
|
@@ -120,7 +120,6 @@
|
|
120
120
|
</dl>
|
121
121
|
</div>
|
122
122
|
<div class="footer">
|
123
|
-
<hr>
|
124
|
-
Generated by GTK-Doc V1.20.1</div>
|
123
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
125
124
|
</body>
|
126
125
|
</html>
|
@@ -6,7 +6,7 @@
|
|
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="next" href="clutter-overview.html" title="Part I. Overview">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.23.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Clutter 1.
|
17
|
+
<div><p class="releaseinfo">for Clutter 1.22.4</p></div>
|
18
18
|
<div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
|
19
19
|
<div><p class="copyright">Copyright © 2009, 2010, 2011, 2012 Intel Corporation</p></div>
|
20
20
|
<div><div class="legalnotice">
|
@@ -281,6 +281,9 @@ and bezier curves.</span>
|
|
281
281
|
<span class="refentrytitle"><a href="clutter-Unit-conversion.html">Unit conversion</a></span><span class="refpurpose"> — A logical distance unit</span>
|
282
282
|
</dt>
|
283
283
|
<dt>
|
284
|
+
<span class="refentrytitle"><a href="clutter-Cairo-integration.html">Cairo integration</a></span><span class="refpurpose"> — Functions for interoperating with Cairo</span>
|
285
|
+
</dt>
|
286
|
+
<dt>
|
284
287
|
<span class="refentrytitle"><a href="clutter-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions</span>
|
285
288
|
</dt>
|
286
289
|
<dt>
|
@@ -344,6 +347,9 @@ and bezier curves.</span>
|
|
344
347
|
<dt>
|
345
348
|
<span class="refentrytitle"><a href="clutter-ClutterWaylandSurface.html">ClutterWaylandSurface</a></span><span class="refpurpose"> — An actor which displays the content of a client surface</span>
|
346
349
|
</dt>
|
350
|
+
<dt>
|
351
|
+
<span class="refentrytitle"><a href="clutter-clutter-mir.html">clutter-mir</a></span><span class="refpurpose"> — Mir specific API</span>
|
352
|
+
</dt>
|
347
353
|
</dl></dd>
|
348
354
|
<dt><span class="part"><a href="migration.html">VIII. Migrating from previous version of Clutter</a></span></dt>
|
349
355
|
<dd><dl>
|
@@ -383,7 +389,7 @@ and bezier curves.</span>
|
|
383
389
|
<span class="refentrytitle"><a href="ClutterBehaviourOpacity.html">ClutterBehaviourOpacity</a></span><span class="refpurpose"> — A behaviour controlling opacity</span>
|
384
390
|
</dt>
|
385
391
|
<dt>
|
386
|
-
<span class="refentrytitle"><a href="ClutterBehaviourPath.html">ClutterBehaviourPath</a></span><span class="refpurpose">A behaviour for moving actors along a <span class="type">ClutterPath</span></span>
|
392
|
+
<span class="refentrytitle"><a href="ClutterBehaviourPath.html">ClutterBehaviourPath</a></span><span class="refpurpose"> — A behaviour for moving actors along a <span class="type">ClutterPath</span></span>
|
387
393
|
</dt>
|
388
394
|
<dt>
|
389
395
|
<span class="refentrytitle"><a href="ClutterBehaviourRotate.html">ClutterBehaviourRotate</a></span><span class="refpurpose"> — A behaviour controlling rotation</span>
|
@@ -444,11 +450,14 @@ and bezier curves.</span>
|
|
444
450
|
<dt><span class="index"><a href="ix12.html">Index of new symbols in 1.10</a></span></dt>
|
445
451
|
<dt><span class="index"><a href="ix13.html">Index of new symbols in 1.12</a></span></dt>
|
446
452
|
<dt><span class="index"><a href="ix14.html">Index of new symbols in 1.14</a></span></dt>
|
453
|
+
<dt><span class="index"><a href="ix15.html">Index of new symbols in 1.16</a></span></dt>
|
454
|
+
<dt><span class="index"><a href="ix16.html">Index of new symbols in 1.18</a></span></dt>
|
455
|
+
<dt><span class="index"><a href="ix17.html">Index of new symbols in 1.20</a></span></dt>
|
456
|
+
<dt><span class="index"><a href="ix18.html">Index of new symbols in 1.22</a></span></dt>
|
447
457
|
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
448
458
|
</dl></div>
|
449
459
|
</div>
|
450
460
|
<div class="footer">
|
451
|
-
<hr>
|
452
|
-
Generated by GTK-Doc V1.20.1</div>
|
461
|
+
<hr>Generated by GTK-Doc V1.23.1</div>
|
453
462
|
</body>
|
454
463
|
</html>
|
@@ -146,6 +146,8 @@
|
|
146
146
|
<ANCHOR id="clutter-actor-get-clip-to-allocation" href="clutter/ClutterActor.html#clutter-actor-get-clip-to-allocation">
|
147
147
|
<ANCHOR id="clutter-actor-set-opacity" href="clutter/ClutterActor.html#clutter-actor-set-opacity">
|
148
148
|
<ANCHOR id="clutter-actor-get-opacity" href="clutter/ClutterActor.html#clutter-actor-get-opacity">
|
149
|
+
<ANCHOR id="clutter-actor-set-opacity-override" href="clutter/ClutterActor.html#clutter-actor-set-opacity-override">
|
150
|
+
<ANCHOR id="clutter-actor-get-opacity-override" href="clutter/ClutterActor.html#clutter-actor-get-opacity-override">
|
149
151
|
<ANCHOR id="clutter-actor-set-offscreen-redirect" href="clutter/ClutterActor.html#clutter-actor-set-offscreen-redirect">
|
150
152
|
<ANCHOR id="clutter-actor-get-offscreen-redirect" href="clutter/ClutterActor.html#clutter-actor-get-offscreen-redirect">
|
151
153
|
<ANCHOR id="clutter-actor-is-in-clone-paint" href="clutter/ClutterActor.html#clutter-actor-is-in-clone-paint">
|
@@ -256,16 +258,51 @@
|
|
256
258
|
<ANCHOR id="clutter-actor-get-transformation-matrix" href="clutter/ClutterActor.html#clutter-actor-get-transformation-matrix">
|
257
259
|
<ANCHOR id="ClutterActor.other_details" href="clutter/ClutterActor.html#ClutterActor.other_details">
|
258
260
|
<ANCHOR id="ClutterActorFlags" href="clutter/ClutterActor.html#ClutterActorFlags">
|
261
|
+
<ANCHOR id="CLUTTER-ACTOR-MAPPED:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-MAPPED:CAPS">
|
262
|
+
<ANCHOR id="CLUTTER-ACTOR-REALIZED:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-REALIZED:CAPS">
|
263
|
+
<ANCHOR id="CLUTTER-ACTOR-REACTIVE:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-REACTIVE:CAPS">
|
264
|
+
<ANCHOR id="CLUTTER-ACTOR-VISIBLE:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-VISIBLE:CAPS">
|
265
|
+
<ANCHOR id="CLUTTER-ACTOR-NO-LAYOUT:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-NO-LAYOUT:CAPS">
|
259
266
|
<ANCHOR id="ClutterRequestMode" href="clutter/ClutterActor.html#ClutterRequestMode">
|
267
|
+
<ANCHOR id="CLUTTER-REQUEST-HEIGHT-FOR-WIDTH:CAPS" href="clutter/ClutterActor.html#CLUTTER-REQUEST-HEIGHT-FOR-WIDTH:CAPS">
|
268
|
+
<ANCHOR id="CLUTTER-REQUEST-WIDTH-FOR-HEIGHT:CAPS" href="clutter/ClutterActor.html#CLUTTER-REQUEST-WIDTH-FOR-HEIGHT:CAPS">
|
269
|
+
<ANCHOR id="CLUTTER-REQUEST-CONTENT-SIZE:CAPS" href="clutter/ClutterActor.html#CLUTTER-REQUEST-CONTENT-SIZE:CAPS">
|
260
270
|
<ANCHOR id="ClutterActor-struct" href="clutter/ClutterActor.html#ClutterActor-struct">
|
261
271
|
<ANCHOR id="ClutterActorClass" href="clutter/ClutterActor.html#ClutterActorClass">
|
262
272
|
<ANCHOR id="ClutterAllocationFlags" href="clutter/ClutterActor.html#ClutterAllocationFlags">
|
273
|
+
<ANCHOR id="CLUTTER-ALLOCATION-NONE:CAPS" href="clutter/ClutterActor.html#CLUTTER-ALLOCATION-NONE:CAPS">
|
274
|
+
<ANCHOR id="CLUTTER-ABSOLUTE-ORIGIN-CHANGED:CAPS" href="clutter/ClutterActor.html#CLUTTER-ABSOLUTE-ORIGIN-CHANGED:CAPS">
|
275
|
+
<ANCHOR id="CLUTTER-DELEGATE-LAYOUT:CAPS" href="clutter/ClutterActor.html#CLUTTER-DELEGATE-LAYOUT:CAPS">
|
263
276
|
<ANCHOR id="ClutterActorAlign" href="clutter/ClutterActor.html#ClutterActorAlign">
|
277
|
+
<ANCHOR id="CLUTTER-ACTOR-ALIGN-FILL:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-FILL:CAPS">
|
278
|
+
<ANCHOR id="CLUTTER-ACTOR-ALIGN-START:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-START:CAPS">
|
279
|
+
<ANCHOR id="CLUTTER-ACTOR-ALIGN-CENTER:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-CENTER:CAPS">
|
280
|
+
<ANCHOR id="CLUTTER-ACTOR-ALIGN-END:CAPS" href="clutter/ClutterActor.html#CLUTTER-ACTOR-ALIGN-END:CAPS">
|
264
281
|
<ANCHOR id="ClutterMargin" href="clutter/ClutterActor.html#ClutterMargin">
|
265
282
|
<ANCHOR id="ClutterContentGravity" href="clutter/ClutterActor.html#ClutterContentGravity">
|
283
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-TOP-LEFT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP-LEFT:CAPS">
|
284
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-TOP:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP:CAPS">
|
285
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-TOP-RIGHT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP-RIGHT:CAPS">
|
286
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-LEFT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-LEFT:CAPS">
|
287
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-CENTER:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-CENTER:CAPS">
|
288
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-RIGHT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RIGHT:CAPS">
|
289
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-BOTTOM-LEFT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM-LEFT:CAPS">
|
290
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-BOTTOM:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM:CAPS">
|
291
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-BOTTOM-RIGHT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM-RIGHT:CAPS">
|
292
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-RESIZE-FILL:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RESIZE-FILL:CAPS">
|
293
|
+
<ANCHOR id="CLUTTER-CONTENT-GRAVITY-RESIZE-ASPECT:CAPS" href="clutter/ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RESIZE-ASPECT:CAPS">
|
266
294
|
<ANCHOR id="ClutterScalingFilter" href="clutter/ClutterActor.html#ClutterScalingFilter">
|
295
|
+
<ANCHOR id="CLUTTER-SCALING-FILTER-LINEAR:CAPS" href="clutter/ClutterActor.html#CLUTTER-SCALING-FILTER-LINEAR:CAPS">
|
296
|
+
<ANCHOR id="CLUTTER-SCALING-FILTER-NEAREST:CAPS" href="clutter/ClutterActor.html#CLUTTER-SCALING-FILTER-NEAREST:CAPS">
|
297
|
+
<ANCHOR id="CLUTTER-SCALING-FILTER-TRILINEAR:CAPS" href="clutter/ClutterActor.html#CLUTTER-SCALING-FILTER-TRILINEAR:CAPS">
|
267
298
|
<ANCHOR id="ClutterContentRepeat" href="clutter/ClutterActor.html#ClutterContentRepeat">
|
299
|
+
<ANCHOR id="CLUTTER-REPEAT-NONE:CAPS" href="clutter/ClutterActor.html#CLUTTER-REPEAT-NONE:CAPS">
|
300
|
+
<ANCHOR id="CLUTTER-REPEAT-X-AXIS:CAPS" href="clutter/ClutterActor.html#CLUTTER-REPEAT-X-AXIS:CAPS">
|
301
|
+
<ANCHOR id="CLUTTER-REPEAT-Y-AXIS:CAPS" href="clutter/ClutterActor.html#CLUTTER-REPEAT-Y-AXIS:CAPS">
|
302
|
+
<ANCHOR id="CLUTTER-REPEAT-BOTH:CAPS" href="clutter/ClutterActor.html#CLUTTER-REPEAT-BOTH:CAPS">
|
268
303
|
<ANCHOR id="ClutterOffscreenRedirect" href="clutter/ClutterActor.html#ClutterOffscreenRedirect">
|
304
|
+
<ANCHOR id="CLUTTER-OFFSCREEN-REDIRECT-AUTOMATIC-FOR-OPACITY:CAPS" href="clutter/ClutterActor.html#CLUTTER-OFFSCREEN-REDIRECT-AUTOMATIC-FOR-OPACITY:CAPS">
|
305
|
+
<ANCHOR id="CLUTTER-OFFSCREEN-REDIRECT-ALWAYS:CAPS" href="clutter/ClutterActor.html#CLUTTER-OFFSCREEN-REDIRECT-ALWAYS:CAPS">
|
269
306
|
<ANCHOR id="ClutterActorIter" href="clutter/ClutterActor.html#ClutterActorIter">
|
270
307
|
<ANCHOR id="ClutterActor.property-details" href="clutter/ClutterActor.html#ClutterActor.property-details">
|
271
308
|
<ANCHOR id="ClutterActor--actions" href="clutter/ClutterActor.html#ClutterActor--actions">
|
@@ -561,6 +598,7 @@
|
|
561
598
|
<ANCHOR id="ClutterEffect-struct" href="clutter/ClutterEffect.html#ClutterEffect-struct">
|
562
599
|
<ANCHOR id="ClutterEffectClass" href="clutter/ClutterEffect.html#ClutterEffectClass">
|
563
600
|
<ANCHOR id="ClutterEffectPaintFlags" href="clutter/ClutterEffect.html#ClutterEffectPaintFlags">
|
601
|
+
<ANCHOR id="CLUTTER-EFFECT-PAINT-ACTOR-DIRTY:CAPS" href="clutter/ClutterEffect.html#CLUTTER-EFFECT-PAINT-ACTOR-DIRTY:CAPS">
|
564
602
|
<ANCHOR id="ClutterContent" href="clutter/ClutterContent.html">
|
565
603
|
<ANCHOR id="ClutterContent.functions" href="clutter/ClutterContent.html#ClutterContent.functions">
|
566
604
|
<ANCHOR id="ClutterContent.signals" href="clutter/ClutterContent.html#ClutterContent.signals">
|
@@ -636,6 +674,9 @@
|
|
636
674
|
<ANCHOR id="ClutterStage-struct" href="clutter/ClutterStage.html#ClutterStage-struct">
|
637
675
|
<ANCHOR id="ClutterStageClass" href="clutter/ClutterStage.html#ClutterStageClass">
|
638
676
|
<ANCHOR id="ClutterPickMode" href="clutter/ClutterStage.html#ClutterPickMode">
|
677
|
+
<ANCHOR id="CLUTTER-PICK-NONE:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-NONE:CAPS">
|
678
|
+
<ANCHOR id="CLUTTER-PICK-REACTIVE:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-REACTIVE:CAPS">
|
679
|
+
<ANCHOR id="CLUTTER-PICK-ALL:CAPS" href="clutter/ClutterStage.html#CLUTTER-PICK-ALL:CAPS">
|
639
680
|
<ANCHOR id="ClutterPerspective" href="clutter/ClutterStage.html#ClutterPerspective">
|
640
681
|
<ANCHOR id="ClutterFog" href="clutter/ClutterStage.html#ClutterFog">
|
641
682
|
<ANCHOR id="ClutterStage.property-details" href="clutter/ClutterStage.html#ClutterStage.property-details">
|
@@ -811,6 +852,10 @@
|
|
811
852
|
<ANCHOR id="ClutterScrollActor-struct" href="clutter/ClutterScrollActor.html#ClutterScrollActor-struct">
|
812
853
|
<ANCHOR id="ClutterScrollActorClass" href="clutter/ClutterScrollActor.html#ClutterScrollActorClass">
|
813
854
|
<ANCHOR id="ClutterScrollMode" href="clutter/ClutterScrollActor.html#ClutterScrollMode">
|
855
|
+
<ANCHOR id="CLUTTER-SCROLL-NONE:CAPS" href="clutter/ClutterScrollActor.html#CLUTTER-SCROLL-NONE:CAPS">
|
856
|
+
<ANCHOR id="CLUTTER-SCROLL-HORIZONTALLY:CAPS" href="clutter/ClutterScrollActor.html#CLUTTER-SCROLL-HORIZONTALLY:CAPS">
|
857
|
+
<ANCHOR id="CLUTTER-SCROLL-VERTICALLY:CAPS" href="clutter/ClutterScrollActor.html#CLUTTER-SCROLL-VERTICALLY:CAPS">
|
858
|
+
<ANCHOR id="CLUTTER-SCROLL-BOTH:CAPS" href="clutter/ClutterScrollActor.html#CLUTTER-SCROLL-BOTH:CAPS">
|
814
859
|
<ANCHOR id="ClutterScrollActor.property-details" href="clutter/ClutterScrollActor.html#ClutterScrollActor.property-details">
|
815
860
|
<ANCHOR id="ClutterScrollActor--scroll-mode" href="clutter/ClutterScrollActor.html#ClutterScrollActor--scroll-mode">
|
816
861
|
<ANCHOR id="ClutterFixedLayout" href="clutter/ClutterFixedLayout.html">
|
@@ -836,6 +881,11 @@
|
|
836
881
|
<ANCHOR id="clutter-bin-layout-add" href="clutter/ClutterBinLayout.html#clutter-bin-layout-add">
|
837
882
|
<ANCHOR id="ClutterBinLayout.other_details" href="clutter/ClutterBinLayout.html#ClutterBinLayout.other_details">
|
838
883
|
<ANCHOR id="ClutterBinAlignment" href="clutter/ClutterBinLayout.html#ClutterBinAlignment">
|
884
|
+
<ANCHOR id="CLUTTER-BIN-ALIGNMENT-FIXED:CAPS" href="clutter/ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-FIXED:CAPS">
|
885
|
+
<ANCHOR id="CLUTTER-BIN-ALIGNMENT-FILL:CAPS" href="clutter/ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-FILL:CAPS">
|
886
|
+
<ANCHOR id="CLUTTER-BIN-ALIGNMENT-START:CAPS" href="clutter/ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-START:CAPS">
|
887
|
+
<ANCHOR id="CLUTTER-BIN-ALIGNMENT-END:CAPS" href="clutter/ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-END:CAPS">
|
888
|
+
<ANCHOR id="CLUTTER-BIN-ALIGNMENT-CENTER:CAPS" href="clutter/ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-CENTER:CAPS">
|
839
889
|
<ANCHOR id="ClutterBinLayout-struct" href="clutter/ClutterBinLayout.html#ClutterBinLayout-struct">
|
840
890
|
<ANCHOR id="ClutterBinLayoutClass" href="clutter/ClutterBinLayout.html#ClutterBinLayoutClass">
|
841
891
|
<ANCHOR id="ClutterBinLayout.property-details" href="clutter/ClutterBinLayout.html#ClutterBinLayout.property-details">
|
@@ -865,6 +915,8 @@
|
|
865
915
|
<ANCHOR id="clutter-flow-layout-get-row-height" href="clutter/ClutterFlowLayout.html#clutter-flow-layout-get-row-height">
|
866
916
|
<ANCHOR id="ClutterFlowLayout.other_details" href="clutter/ClutterFlowLayout.html#ClutterFlowLayout.other_details">
|
867
917
|
<ANCHOR id="ClutterFlowOrientation" href="clutter/ClutterFlowLayout.html#ClutterFlowOrientation">
|
918
|
+
<ANCHOR id="CLUTTER-FLOW-HORIZONTAL:CAPS" href="clutter/ClutterFlowLayout.html#CLUTTER-FLOW-HORIZONTAL:CAPS">
|
919
|
+
<ANCHOR id="CLUTTER-FLOW-VERTICAL:CAPS" href="clutter/ClutterFlowLayout.html#CLUTTER-FLOW-VERTICAL:CAPS">
|
868
920
|
<ANCHOR id="ClutterFlowLayout-struct" href="clutter/ClutterFlowLayout.html#ClutterFlowLayout-struct">
|
869
921
|
<ANCHOR id="ClutterFlowLayoutClass" href="clutter/ClutterFlowLayout.html#ClutterFlowLayoutClass">
|
870
922
|
<ANCHOR id="ClutterFlowLayout.property-details" href="clutter/ClutterFlowLayout.html#ClutterFlowLayout.property-details">
|
@@ -910,9 +962,14 @@
|
|
910
962
|
<ANCHOR id="clutter-box-layout-get-easing-mode" href="clutter/ClutterBoxLayout.html#clutter-box-layout-get-easing-mode">
|
911
963
|
<ANCHOR id="ClutterBoxLayout.other_details" href="clutter/ClutterBoxLayout.html#ClutterBoxLayout.other_details">
|
912
964
|
<ANCHOR id="ClutterBoxAlignment" href="clutter/ClutterBoxLayout.html#ClutterBoxAlignment">
|
965
|
+
<ANCHOR id="CLUTTER-BOX-ALIGNMENT-START:CAPS" href="clutter/ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-START:CAPS">
|
966
|
+
<ANCHOR id="CLUTTER-BOX-ALIGNMENT-END:CAPS" href="clutter/ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-END:CAPS">
|
967
|
+
<ANCHOR id="CLUTTER-BOX-ALIGNMENT-CENTER:CAPS" href="clutter/ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-CENTER:CAPS">
|
913
968
|
<ANCHOR id="ClutterBoxLayout-struct" href="clutter/ClutterBoxLayout.html#ClutterBoxLayout-struct">
|
914
969
|
<ANCHOR id="ClutterBoxLayoutClass" href="clutter/ClutterBoxLayout.html#ClutterBoxLayoutClass">
|
915
970
|
<ANCHOR id="ClutterOrientation" href="clutter/ClutterBoxLayout.html#ClutterOrientation">
|
971
|
+
<ANCHOR id="CLUTTER-ORIENTATION-HORIZONTAL:CAPS" href="clutter/ClutterBoxLayout.html#CLUTTER-ORIENTATION-HORIZONTAL:CAPS">
|
972
|
+
<ANCHOR id="CLUTTER-ORIENTATION-VERTICAL:CAPS" href="clutter/ClutterBoxLayout.html#CLUTTER-ORIENTATION-VERTICAL:CAPS">
|
916
973
|
<ANCHOR id="ClutterBoxLayout.property-details" href="clutter/ClutterBoxLayout.html#ClutterBoxLayout.property-details">
|
917
974
|
<ANCHOR id="ClutterBoxLayout--easing-duration" href="clutter/ClutterBoxLayout.html#ClutterBoxLayout--easing-duration">
|
918
975
|
<ANCHOR id="ClutterBoxLayout--easing-mode" href="clutter/ClutterBoxLayout.html#ClutterBoxLayout--easing-mode">
|
@@ -948,6 +1005,10 @@
|
|
948
1005
|
<ANCHOR id="clutter-grid-layout-get-row-spacing" href="clutter/ClutterGridLayout.html#clutter-grid-layout-get-row-spacing">
|
949
1006
|
<ANCHOR id="ClutterGridLayout.other_details" href="clutter/ClutterGridLayout.html#ClutterGridLayout.other_details">
|
950
1007
|
<ANCHOR id="ClutterGridPosition" href="clutter/ClutterGridLayout.html#ClutterGridPosition">
|
1008
|
+
<ANCHOR id="CLUTTER-GRID-POSITION-LEFT:CAPS" href="clutter/ClutterGridLayout.html#CLUTTER-GRID-POSITION-LEFT:CAPS">
|
1009
|
+
<ANCHOR id="CLUTTER-GRID-POSITION-RIGHT:CAPS" href="clutter/ClutterGridLayout.html#CLUTTER-GRID-POSITION-RIGHT:CAPS">
|
1010
|
+
<ANCHOR id="CLUTTER-GRID-POSITION-TOP:CAPS" href="clutter/ClutterGridLayout.html#CLUTTER-GRID-POSITION-TOP:CAPS">
|
1011
|
+
<ANCHOR id="CLUTTER-GRID-POSITION-BOTTOM:CAPS" href="clutter/ClutterGridLayout.html#CLUTTER-GRID-POSITION-BOTTOM:CAPS">
|
951
1012
|
<ANCHOR id="ClutterGridLayout-struct" href="clutter/ClutterGridLayout.html#ClutterGridLayout-struct">
|
952
1013
|
<ANCHOR id="ClutterGridLayoutClass" href="clutter/ClutterGridLayout.html#ClutterGridLayoutClass">
|
953
1014
|
<ANCHOR id="ClutterGridLayout.property-details" href="clutter/ClutterGridLayout.html#ClutterGridLayout.property-details">
|
@@ -974,6 +1035,9 @@
|
|
974
1035
|
<ANCHOR id="ClutterClickAction-struct" href="clutter/ClutterClickAction.html#ClutterClickAction-struct">
|
975
1036
|
<ANCHOR id="ClutterClickActionClass" href="clutter/ClutterClickAction.html#ClutterClickActionClass">
|
976
1037
|
<ANCHOR id="ClutterLongPressState" href="clutter/ClutterClickAction.html#ClutterLongPressState">
|
1038
|
+
<ANCHOR id="CLUTTER-LONG-PRESS-QUERY:CAPS" href="clutter/ClutterClickAction.html#CLUTTER-LONG-PRESS-QUERY:CAPS">
|
1039
|
+
<ANCHOR id="CLUTTER-LONG-PRESS-ACTIVATE:CAPS" href="clutter/ClutterClickAction.html#CLUTTER-LONG-PRESS-ACTIVATE:CAPS">
|
1040
|
+
<ANCHOR id="CLUTTER-LONG-PRESS-CANCEL:CAPS" href="clutter/ClutterClickAction.html#CLUTTER-LONG-PRESS-CANCEL:CAPS">
|
977
1041
|
<ANCHOR id="ClutterClickAction.property-details" href="clutter/ClutterClickAction.html#ClutterClickAction.property-details">
|
978
1042
|
<ANCHOR id="ClutterClickAction--held" href="clutter/ClutterClickAction.html#ClutterClickAction--held">
|
979
1043
|
<ANCHOR id="ClutterClickAction--long-press-duration" href="clutter/ClutterClickAction.html#ClutterClickAction--long-press-duration">
|
@@ -1005,6 +1069,9 @@
|
|
1005
1069
|
<ANCHOR id="ClutterDragAction-struct" href="clutter/ClutterDragAction.html#ClutterDragAction-struct">
|
1006
1070
|
<ANCHOR id="ClutterDragActionClass" href="clutter/ClutterDragAction.html#ClutterDragActionClass">
|
1007
1071
|
<ANCHOR id="ClutterDragAxis" href="clutter/ClutterDragAction.html#ClutterDragAxis">
|
1072
|
+
<ANCHOR id="CLUTTER-DRAG-AXIS-NONE:CAPS" href="clutter/ClutterDragAction.html#CLUTTER-DRAG-AXIS-NONE:CAPS">
|
1073
|
+
<ANCHOR id="CLUTTER-DRAG-X-AXIS:CAPS" href="clutter/ClutterDragAction.html#CLUTTER-DRAG-X-AXIS:CAPS">
|
1074
|
+
<ANCHOR id="CLUTTER-DRAG-Y-AXIS:CAPS" href="clutter/ClutterDragAction.html#CLUTTER-DRAG-Y-AXIS:CAPS">
|
1008
1075
|
<ANCHOR id="ClutterDragAction.property-details" href="clutter/ClutterDragAction.html#ClutterDragAction.property-details">
|
1009
1076
|
<ANCHOR id="ClutterDragAction--drag-area" href="clutter/ClutterDragAction.html#ClutterDragAction--drag-area">
|
1010
1077
|
<ANCHOR id="ClutterDragAction--drag-area-set" href="clutter/ClutterDragAction.html#ClutterDragAction--drag-area-set">
|
@@ -1063,6 +1130,9 @@
|
|
1063
1130
|
<ANCHOR id="ClutterGestureAction-struct" href="clutter/ClutterGestureAction.html#ClutterGestureAction-struct">
|
1064
1131
|
<ANCHOR id="ClutterGestureActionClass" href="clutter/ClutterGestureAction.html#ClutterGestureActionClass">
|
1065
1132
|
<ANCHOR id="ClutterGestureTriggerEdge" href="clutter/ClutterGestureAction.html#ClutterGestureTriggerEdge">
|
1133
|
+
<ANCHOR id="CLUTTER-GESTURE-TRIGGER-EDGE-NONE:CAPS" href="clutter/ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-NONE:CAPS">
|
1134
|
+
<ANCHOR id="CLUTTER-GESTURE-TRIGGER-EDGE-AFTER:CAPS" href="clutter/ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-AFTER:CAPS">
|
1135
|
+
<ANCHOR id="CLUTTER-GESTURE-TRIGGER-EDGE-BEFORE:CAPS" href="clutter/ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-BEFORE:CAPS">
|
1066
1136
|
<ANCHOR id="ClutterGestureAction.property-details" href="clutter/ClutterGestureAction.html#ClutterGestureAction.property-details">
|
1067
1137
|
<ANCHOR id="ClutterGestureAction--n-touch-points" href="clutter/ClutterGestureAction.html#ClutterGestureAction--n-touch-points">
|
1068
1138
|
<ANCHOR id="ClutterGestureAction--threshold-trigger-distance-x" href="clutter/ClutterGestureAction.html#ClutterGestureAction--threshold-trigger-distance-x">
|
@@ -1098,6 +1168,9 @@
|
|
1098
1168
|
<ANCHOR id="ClutterPanAction-struct" href="clutter/ClutterPanAction.html#ClutterPanAction-struct">
|
1099
1169
|
<ANCHOR id="ClutterPanActionClass" href="clutter/ClutterPanAction.html#ClutterPanActionClass">
|
1100
1170
|
<ANCHOR id="ClutterPanAxis" href="clutter/ClutterPanAction.html#ClutterPanAxis">
|
1171
|
+
<ANCHOR id="CLUTTER-PAN-AXIS-NONE:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-AXIS-NONE:CAPS">
|
1172
|
+
<ANCHOR id="CLUTTER-PAN-X-AXIS:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-X-AXIS:CAPS">
|
1173
|
+
<ANCHOR id="CLUTTER-PAN-Y-AXIS:CAPS" href="clutter/ClutterPanAction.html#CLUTTER-PAN-Y-AXIS:CAPS">
|
1101
1174
|
<ANCHOR id="ClutterPanAction.property-details" href="clutter/ClutterPanAction.html#ClutterPanAction.property-details">
|
1102
1175
|
<ANCHOR id="ClutterPanAction--acceleration-factor" href="clutter/ClutterPanAction.html#ClutterPanAction--acceleration-factor">
|
1103
1176
|
<ANCHOR id="ClutterPanAction--deceleration" href="clutter/ClutterPanAction.html#ClutterPanAction--deceleration">
|
@@ -1118,6 +1191,10 @@
|
|
1118
1191
|
<ANCHOR id="ClutterSwipeAction-struct" href="clutter/ClutterSwipeAction.html#ClutterSwipeAction-struct">
|
1119
1192
|
<ANCHOR id="ClutterSwipeActionClass" href="clutter/ClutterSwipeAction.html#ClutterSwipeActionClass">
|
1120
1193
|
<ANCHOR id="ClutterSwipeDirection" href="clutter/ClutterSwipeAction.html#ClutterSwipeDirection">
|
1194
|
+
<ANCHOR id="CLUTTER-SWIPE-DIRECTION-UP:CAPS" href="clutter/ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-UP:CAPS">
|
1195
|
+
<ANCHOR id="CLUTTER-SWIPE-DIRECTION-DOWN:CAPS" href="clutter/ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-DOWN:CAPS">
|
1196
|
+
<ANCHOR id="CLUTTER-SWIPE-DIRECTION-LEFT:CAPS" href="clutter/ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-LEFT:CAPS">
|
1197
|
+
<ANCHOR id="CLUTTER-SWIPE-DIRECTION-RIGHT:CAPS" href="clutter/ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-RIGHT:CAPS">
|
1121
1198
|
<ANCHOR id="ClutterSwipeAction.signal-details" href="clutter/ClutterSwipeAction.html#ClutterSwipeAction.signal-details">
|
1122
1199
|
<ANCHOR id="ClutterSwipeAction-swept" href="clutter/ClutterSwipeAction.html#ClutterSwipeAction-swept">
|
1123
1200
|
<ANCHOR id="ClutterSwipeAction-swipe" href="clutter/ClutterSwipeAction.html#ClutterSwipeAction-swipe">
|
@@ -1151,6 +1228,9 @@
|
|
1151
1228
|
<ANCHOR id="ClutterZoomAction-struct" href="clutter/ClutterZoomAction.html#ClutterZoomAction-struct">
|
1152
1229
|
<ANCHOR id="ClutterZoomActionClass" href="clutter/ClutterZoomAction.html#ClutterZoomActionClass">
|
1153
1230
|
<ANCHOR id="ClutterZoomAxis" href="clutter/ClutterZoomAction.html#ClutterZoomAxis">
|
1231
|
+
<ANCHOR id="CLUTTER-ZOOM-X-AXIS:CAPS" href="clutter/ClutterZoomAction.html#CLUTTER-ZOOM-X-AXIS:CAPS">
|
1232
|
+
<ANCHOR id="CLUTTER-ZOOM-Y-AXIS:CAPS" href="clutter/ClutterZoomAction.html#CLUTTER-ZOOM-Y-AXIS:CAPS">
|
1233
|
+
<ANCHOR id="CLUTTER-ZOOM-BOTH:CAPS" href="clutter/ClutterZoomAction.html#CLUTTER-ZOOM-BOTH:CAPS">
|
1154
1234
|
<ANCHOR id="ClutterZoomAction.property-details" href="clutter/ClutterZoomAction.html#ClutterZoomAction.property-details">
|
1155
1235
|
<ANCHOR id="ClutterZoomAction--zoom-axis" href="clutter/ClutterZoomAction.html#ClutterZoomAction--zoom-axis">
|
1156
1236
|
<ANCHOR id="ClutterZoomAction.signal-details" href="clutter/ClutterZoomAction.html#ClutterZoomAction.signal-details">
|
@@ -1185,6 +1265,9 @@
|
|
1185
1265
|
<ANCHOR id="ClutterAlignConstraint.other_details" href="clutter/ClutterAlignConstraint.html#ClutterAlignConstraint.other_details">
|
1186
1266
|
<ANCHOR id="ClutterAlignConstraint-struct" href="clutter/ClutterAlignConstraint.html#ClutterAlignConstraint-struct">
|
1187
1267
|
<ANCHOR id="ClutterAlignAxis" href="clutter/ClutterAlignConstraint.html#ClutterAlignAxis">
|
1268
|
+
<ANCHOR id="CLUTTER-ALIGN-X-AXIS:CAPS" href="clutter/ClutterAlignConstraint.html#CLUTTER-ALIGN-X-AXIS:CAPS">
|
1269
|
+
<ANCHOR id="CLUTTER-ALIGN-Y-AXIS:CAPS" href="clutter/ClutterAlignConstraint.html#CLUTTER-ALIGN-Y-AXIS:CAPS">
|
1270
|
+
<ANCHOR id="CLUTTER-ALIGN-BOTH:CAPS" href="clutter/ClutterAlignConstraint.html#CLUTTER-ALIGN-BOTH:CAPS">
|
1188
1271
|
<ANCHOR id="ClutterAlignConstraint.property-details" href="clutter/ClutterAlignConstraint.html#ClutterAlignConstraint.property-details">
|
1189
1272
|
<ANCHOR id="ClutterAlignConstraint--align-axis" href="clutter/ClutterAlignConstraint.html#ClutterAlignConstraint--align-axis">
|
1190
1273
|
<ANCHOR id="ClutterAlignConstraint--factor" href="clutter/ClutterAlignConstraint.html#ClutterAlignConstraint--factor">
|
@@ -1206,6 +1289,13 @@
|
|
1206
1289
|
<ANCHOR id="ClutterBindConstraint.other_details" href="clutter/ClutterBindConstraint.html#ClutterBindConstraint.other_details">
|
1207
1290
|
<ANCHOR id="ClutterBindConstraint-struct" href="clutter/ClutterBindConstraint.html#ClutterBindConstraint-struct">
|
1208
1291
|
<ANCHOR id="ClutterBindCoordinate" href="clutter/ClutterBindConstraint.html#ClutterBindCoordinate">
|
1292
|
+
<ANCHOR id="CLUTTER-BIND-X:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-X:CAPS">
|
1293
|
+
<ANCHOR id="CLUTTER-BIND-Y:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-Y:CAPS">
|
1294
|
+
<ANCHOR id="CLUTTER-BIND-WIDTH:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-WIDTH:CAPS">
|
1295
|
+
<ANCHOR id="CLUTTER-BIND-HEIGHT:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-HEIGHT:CAPS">
|
1296
|
+
<ANCHOR id="CLUTTER-BIND-POSITION:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-POSITION:CAPS">
|
1297
|
+
<ANCHOR id="CLUTTER-BIND-SIZE:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-SIZE:CAPS">
|
1298
|
+
<ANCHOR id="CLUTTER-BIND-ALL:CAPS" href="clutter/ClutterBindConstraint.html#CLUTTER-BIND-ALL:CAPS">
|
1209
1299
|
<ANCHOR id="ClutterBindConstraint.property-details" href="clutter/ClutterBindConstraint.html#ClutterBindConstraint.property-details">
|
1210
1300
|
<ANCHOR id="ClutterBindConstraint--coordinate" href="clutter/ClutterBindConstraint.html#ClutterBindConstraint--coordinate">
|
1211
1301
|
<ANCHOR id="ClutterBindConstraint--offset" href="clutter/ClutterBindConstraint.html#ClutterBindConstraint--offset">
|
@@ -1246,6 +1336,10 @@
|
|
1246
1336
|
<ANCHOR id="clutter-snap-constraint-get-offset" href="clutter/ClutterSnapConstraint.html#clutter-snap-constraint-get-offset">
|
1247
1337
|
<ANCHOR id="ClutterSnapConstraint.other_details" href="clutter/ClutterSnapConstraint.html#ClutterSnapConstraint.other_details">
|
1248
1338
|
<ANCHOR id="ClutterSnapEdge" href="clutter/ClutterSnapConstraint.html#ClutterSnapEdge">
|
1339
|
+
<ANCHOR id="CLUTTER-SNAP-EDGE-TOP:CAPS" href="clutter/ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-TOP:CAPS">
|
1340
|
+
<ANCHOR id="CLUTTER-SNAP-EDGE-RIGHT:CAPS" href="clutter/ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-RIGHT:CAPS">
|
1341
|
+
<ANCHOR id="CLUTTER-SNAP-EDGE-BOTTOM:CAPS" href="clutter/ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-BOTTOM:CAPS">
|
1342
|
+
<ANCHOR id="CLUTTER-SNAP-EDGE-LEFT:CAPS" href="clutter/ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-LEFT:CAPS">
|
1249
1343
|
<ANCHOR id="ClutterSnapConstraint-struct" href="clutter/ClutterSnapConstraint.html#ClutterSnapConstraint-struct">
|
1250
1344
|
<ANCHOR id="ClutterSnapConstraint.property-details" href="clutter/ClutterSnapConstraint.html#ClutterSnapConstraint.property-details">
|
1251
1345
|
<ANCHOR id="ClutterSnapConstraint--from-edge" href="clutter/ClutterSnapConstraint.html#ClutterSnapConstraint--from-edge">
|
@@ -1283,6 +1377,8 @@
|
|
1283
1377
|
<ANCHOR id="clutter-shader-effect-get-shader" href="clutter/ClutterShaderEffect.html#clutter-shader-effect-get-shader">
|
1284
1378
|
<ANCHOR id="ClutterShaderEffect.other_details" href="clutter/ClutterShaderEffect.html#ClutterShaderEffect.other_details">
|
1285
1379
|
<ANCHOR id="ClutterShaderType" href="clutter/ClutterShaderEffect.html#ClutterShaderType">
|
1380
|
+
<ANCHOR id="CLUTTER-VERTEX-SHADER:CAPS" href="clutter/ClutterShaderEffect.html#CLUTTER-VERTEX-SHADER:CAPS">
|
1381
|
+
<ANCHOR id="CLUTTER-FRAGMENT-SHADER:CAPS" href="clutter/ClutterShaderEffect.html#CLUTTER-FRAGMENT-SHADER:CAPS">
|
1286
1382
|
<ANCHOR id="ClutterShaderEffect-struct" href="clutter/ClutterShaderEffect.html#ClutterShaderEffect-struct">
|
1287
1383
|
<ANCHOR id="ClutterShaderEffectClass" href="clutter/ClutterShaderEffect.html#ClutterShaderEffectClass">
|
1288
1384
|
<ANCHOR id="ClutterShaderEffect.property-details" href="clutter/ClutterShaderEffect.html#ClutterShaderEffect.property-details">
|
@@ -1428,6 +1524,7 @@
|
|
1428
1524
|
<ANCHOR id="ClutterImage-struct" href="clutter/ClutterImage.html#ClutterImage-struct">
|
1429
1525
|
<ANCHOR id="ClutterImageClass" href="clutter/ClutterImage.html#ClutterImageClass">
|
1430
1526
|
<ANCHOR id="ClutterImageError" href="clutter/ClutterImage.html#ClutterImageError">
|
1527
|
+
<ANCHOR id="CLUTTER-IMAGE-ERROR-INVALID-DATA:CAPS" href="clutter/ClutterImage.html#CLUTTER-IMAGE-ERROR-INVALID-DATA:CAPS">
|
1431
1528
|
<ANCHOR id="ClutterPaintNode" href="clutter/ClutterPaintNode.html">
|
1432
1529
|
<ANCHOR id="ClutterPaintNode.functions" href="clutter/ClutterPaintNode.html#ClutterPaintNode.functions">
|
1433
1530
|
<ANCHOR id="ClutterPaintNode.other" href="clutter/ClutterPaintNode.html#ClutterPaintNode.other">
|
@@ -1524,8 +1621,53 @@
|
|
1524
1621
|
<ANCHOR id="ClutterTimeline-struct" href="clutter/ClutterTimeline.html#ClutterTimeline-struct">
|
1525
1622
|
<ANCHOR id="ClutterTimelineClass" href="clutter/ClutterTimeline.html#ClutterTimelineClass">
|
1526
1623
|
<ANCHOR id="ClutterTimelineDirection" href="clutter/ClutterTimeline.html#ClutterTimelineDirection">
|
1624
|
+
<ANCHOR id="CLUTTER-TIMELINE-FORWARD:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-TIMELINE-FORWARD:CAPS">
|
1625
|
+
<ANCHOR id="CLUTTER-TIMELINE-BACKWARD:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-TIMELINE-BACKWARD:CAPS">
|
1527
1626
|
<ANCHOR id="ClutterAnimationMode" href="clutter/ClutterTimeline.html#ClutterAnimationMode">
|
1627
|
+
<ANCHOR id="CLUTTER-CUSTOM-MODE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS">
|
1628
|
+
<ANCHOR id="CLUTTER-LINEAR:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-LINEAR:CAPS">
|
1629
|
+
<ANCHOR id="CLUTTER-EASE-IN-QUAD:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-QUAD:CAPS">
|
1630
|
+
<ANCHOR id="CLUTTER-EASE-OUT-QUAD:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-QUAD:CAPS">
|
1631
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-QUAD:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUAD:CAPS">
|
1632
|
+
<ANCHOR id="CLUTTER-EASE-IN-CUBIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-CUBIC:CAPS">
|
1633
|
+
<ANCHOR id="CLUTTER-EASE-OUT-CUBIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS">
|
1634
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-CUBIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CUBIC:CAPS">
|
1635
|
+
<ANCHOR id="CLUTTER-EASE-IN-QUART:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-QUART:CAPS">
|
1636
|
+
<ANCHOR id="CLUTTER-EASE-OUT-QUART:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-QUART:CAPS">
|
1637
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-QUART:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUART:CAPS">
|
1638
|
+
<ANCHOR id="CLUTTER-EASE-IN-QUINT:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-QUINT:CAPS">
|
1639
|
+
<ANCHOR id="CLUTTER-EASE-OUT-QUINT:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-QUINT:CAPS">
|
1640
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-QUINT:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUINT:CAPS">
|
1641
|
+
<ANCHOR id="CLUTTER-EASE-IN-SINE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-SINE:CAPS">
|
1642
|
+
<ANCHOR id="CLUTTER-EASE-OUT-SINE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-SINE:CAPS">
|
1643
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-SINE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-SINE:CAPS">
|
1644
|
+
<ANCHOR id="CLUTTER-EASE-IN-EXPO:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-EXPO:CAPS">
|
1645
|
+
<ANCHOR id="CLUTTER-EASE-OUT-EXPO:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-EXPO:CAPS">
|
1646
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-EXPO:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-EXPO:CAPS">
|
1647
|
+
<ANCHOR id="CLUTTER-EASE-IN-CIRC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-CIRC:CAPS">
|
1648
|
+
<ANCHOR id="CLUTTER-EASE-OUT-CIRC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-CIRC:CAPS">
|
1649
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-CIRC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CIRC:CAPS">
|
1650
|
+
<ANCHOR id="CLUTTER-EASE-IN-ELASTIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-ELASTIC:CAPS">
|
1651
|
+
<ANCHOR id="CLUTTER-EASE-OUT-ELASTIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-ELASTIC:CAPS">
|
1652
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-ELASTIC:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-ELASTIC:CAPS">
|
1653
|
+
<ANCHOR id="CLUTTER-EASE-IN-BACK:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-BACK:CAPS">
|
1654
|
+
<ANCHOR id="CLUTTER-EASE-OUT-BACK:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-BACK:CAPS">
|
1655
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-BACK:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BACK:CAPS">
|
1656
|
+
<ANCHOR id="CLUTTER-EASE-IN-BOUNCE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-BOUNCE:CAPS">
|
1657
|
+
<ANCHOR id="CLUTTER-EASE-OUT-BOUNCE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT-BOUNCE:CAPS">
|
1658
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT-BOUNCE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BOUNCE:CAPS">
|
1659
|
+
<ANCHOR id="CLUTTER-STEPS:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-STEPS:CAPS">
|
1660
|
+
<ANCHOR id="CLUTTER-STEP-START:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-STEP-START:CAPS">
|
1661
|
+
<ANCHOR id="CLUTTER-STEP-END:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-STEP-END:CAPS">
|
1662
|
+
<ANCHOR id="CLUTTER-CUBIC-BEZIER:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-CUBIC-BEZIER:CAPS">
|
1663
|
+
<ANCHOR id="CLUTTER-EASE:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE:CAPS">
|
1664
|
+
<ANCHOR id="CLUTTER-EASE-IN:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN:CAPS">
|
1665
|
+
<ANCHOR id="CLUTTER-EASE-OUT:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-OUT:CAPS">
|
1666
|
+
<ANCHOR id="CLUTTER-EASE-IN-OUT:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-EASE-IN-OUT:CAPS">
|
1667
|
+
<ANCHOR id="CLUTTER-ANIMATION-LAST:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS">
|
1528
1668
|
<ANCHOR id="ClutterStepMode" href="clutter/ClutterTimeline.html#ClutterStepMode">
|
1669
|
+
<ANCHOR id="CLUTTER-STEP-MODE-START:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-STEP-MODE-START:CAPS">
|
1670
|
+
<ANCHOR id="CLUTTER-STEP-MODE-END:CAPS" href="clutter/ClutterTimeline.html#CLUTTER-STEP-MODE-END:CAPS">
|
1529
1671
|
<ANCHOR id="ClutterTimeline.property-details" href="clutter/ClutterTimeline.html#ClutterTimeline.property-details">
|
1530
1672
|
<ANCHOR id="ClutterTimeline--auto-reverse" href="clutter/ClutterTimeline.html#ClutterTimeline--auto-reverse">
|
1531
1673
|
<ANCHOR id="ClutterTimeline--delay" href="clutter/ClutterTimeline.html#ClutterTimeline--delay">
|
@@ -1701,6 +1843,51 @@
|
|
1701
1843
|
<ANCHOR id="clutter-Colors.other_details" href="clutter/clutter-Colors.html#clutter-Colors.other_details">
|
1702
1844
|
<ANCHOR id="ClutterColor" href="clutter/clutter-Colors.html#ClutterColor">
|
1703
1845
|
<ANCHOR id="ClutterStaticColor" href="clutter/clutter-Colors.html#ClutterStaticColor">
|
1846
|
+
<ANCHOR id="CLUTTER-COLOR-WHITE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-WHITE:CAPS">
|
1847
|
+
<ANCHOR id="CLUTTER-COLOR-BLACK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BLACK:CAPS">
|
1848
|
+
<ANCHOR id="CLUTTER-COLOR-RED:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-RED:CAPS">
|
1849
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-RED:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-RED:CAPS">
|
1850
|
+
<ANCHOR id="CLUTTER-COLOR-GREEN:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-GREEN:CAPS">
|
1851
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-GREEN:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-GREEN:CAPS">
|
1852
|
+
<ANCHOR id="CLUTTER-COLOR-BLUE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BLUE:CAPS">
|
1853
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-BLUE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-BLUE:CAPS">
|
1854
|
+
<ANCHOR id="CLUTTER-COLOR-CYAN:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CYAN:CAPS">
|
1855
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-CYAN:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-CYAN:CAPS">
|
1856
|
+
<ANCHOR id="CLUTTER-COLOR-MAGENTA:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-MAGENTA:CAPS">
|
1857
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-MAGENTA:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-MAGENTA:CAPS">
|
1858
|
+
<ANCHOR id="CLUTTER-COLOR-YELLOW:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-YELLOW:CAPS">
|
1859
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-YELLOW:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-YELLOW:CAPS">
|
1860
|
+
<ANCHOR id="CLUTTER-COLOR-GRAY:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-GRAY:CAPS">
|
1861
|
+
<ANCHOR id="CLUTTER-COLOR-DARK-GRAY:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-DARK-GRAY:CAPS">
|
1862
|
+
<ANCHOR id="CLUTTER-COLOR-LIGHT-GRAY:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-LIGHT-GRAY:CAPS">
|
1863
|
+
<ANCHOR id="CLUTTER-COLOR-BUTTER:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BUTTER:CAPS">
|
1864
|
+
<ANCHOR id="CLUTTER-COLOR-BUTTER-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BUTTER-LIGHT:CAPS">
|
1865
|
+
<ANCHOR id="CLUTTER-COLOR-BUTTER-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-BUTTER-DARK:CAPS">
|
1866
|
+
<ANCHOR id="CLUTTER-COLOR-ORANGE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ORANGE:CAPS">
|
1867
|
+
<ANCHOR id="CLUTTER-COLOR-ORANGE-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ORANGE-LIGHT:CAPS">
|
1868
|
+
<ANCHOR id="CLUTTER-COLOR-ORANGE-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ORANGE-DARK:CAPS">
|
1869
|
+
<ANCHOR id="CLUTTER-COLOR-CHOCOLATE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE:CAPS">
|
1870
|
+
<ANCHOR id="CLUTTER-COLOR-CHOCOLATE-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE-LIGHT:CAPS">
|
1871
|
+
<ANCHOR id="CLUTTER-COLOR-CHOCOLATE-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE-DARK:CAPS">
|
1872
|
+
<ANCHOR id="CLUTTER-COLOR-CHAMELEON:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHAMELEON:CAPS">
|
1873
|
+
<ANCHOR id="CLUTTER-COLOR-CHAMELEON-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHAMELEON-LIGHT:CAPS">
|
1874
|
+
<ANCHOR id="CLUTTER-COLOR-CHAMELEON-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-CHAMELEON-DARK:CAPS">
|
1875
|
+
<ANCHOR id="CLUTTER-COLOR-SKY-BLUE:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE:CAPS">
|
1876
|
+
<ANCHOR id="CLUTTER-COLOR-SKY-BLUE-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE-LIGHT:CAPS">
|
1877
|
+
<ANCHOR id="CLUTTER-COLOR-SKY-BLUE-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE-DARK:CAPS">
|
1878
|
+
<ANCHOR id="CLUTTER-COLOR-PLUM:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-PLUM:CAPS">
|
1879
|
+
<ANCHOR id="CLUTTER-COLOR-PLUM-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-PLUM-LIGHT:CAPS">
|
1880
|
+
<ANCHOR id="CLUTTER-COLOR-PLUM-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-PLUM-DARK:CAPS">
|
1881
|
+
<ANCHOR id="CLUTTER-COLOR-SCARLET-RED:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED:CAPS">
|
1882
|
+
<ANCHOR id="CLUTTER-COLOR-SCARLET-RED-LIGHT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED-LIGHT:CAPS">
|
1883
|
+
<ANCHOR id="CLUTTER-COLOR-SCARLET-RED-DARK:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED-DARK:CAPS">
|
1884
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-1:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-1:CAPS">
|
1885
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-2:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-2:CAPS">
|
1886
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-3:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-3:CAPS">
|
1887
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-4:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-4:CAPS">
|
1888
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-5:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-5:CAPS">
|
1889
|
+
<ANCHOR id="CLUTTER-COLOR-ALUMINIUM-6:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-6:CAPS">
|
1890
|
+
<ANCHOR id="CLUTTER-COLOR-TRANSPARENT:CAPS" href="clutter/clutter-Colors.html#CLUTTER-COLOR-TRANSPARENT:CAPS">
|
1704
1891
|
<ANCHOR id="ClutterParamSpecColor" href="clutter/clutter-Colors.html#ClutterParamSpecColor">
|
1705
1892
|
<ANCHOR id="clutter-Key-Bindings" href="clutter/clutter-Key-Bindings.html">
|
1706
1893
|
<ANCHOR id="clutter-Key-Bindings.functions" href="clutter/clutter-Key-Bindings.html#clutter-Key-Bindings.functions">
|
@@ -1820,11 +2007,57 @@
|
|
1820
2007
|
<ANCHOR id="clutter-get-current-event" href="clutter/clutter-Events.html#clutter-get-current-event">
|
1821
2008
|
<ANCHOR id="clutter-Events.other_details" href="clutter/clutter-Events.html#clutter-Events.other_details">
|
1822
2009
|
<ANCHOR id="ClutterModifierType" href="clutter/clutter-Events.html#ClutterModifierType">
|
2010
|
+
<ANCHOR id="CLUTTER-SHIFT-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-SHIFT-MASK:CAPS">
|
2011
|
+
<ANCHOR id="CLUTTER-LOCK-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-LOCK-MASK:CAPS">
|
2012
|
+
<ANCHOR id="CLUTTER-CONTROL-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-CONTROL-MASK:CAPS">
|
2013
|
+
<ANCHOR id="CLUTTER-MOD1-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOD1-MASK:CAPS">
|
2014
|
+
<ANCHOR id="CLUTTER-MOD2-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOD2-MASK:CAPS">
|
2015
|
+
<ANCHOR id="CLUTTER-MOD3-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOD3-MASK:CAPS">
|
2016
|
+
<ANCHOR id="CLUTTER-MOD4-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOD4-MASK:CAPS">
|
2017
|
+
<ANCHOR id="CLUTTER-MOD5-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOD5-MASK:CAPS">
|
2018
|
+
<ANCHOR id="CLUTTER-BUTTON1-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON1-MASK:CAPS">
|
2019
|
+
<ANCHOR id="CLUTTER-BUTTON2-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON2-MASK:CAPS">
|
2020
|
+
<ANCHOR id="CLUTTER-BUTTON3-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON3-MASK:CAPS">
|
2021
|
+
<ANCHOR id="CLUTTER-BUTTON4-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON4-MASK:CAPS">
|
2022
|
+
<ANCHOR id="CLUTTER-BUTTON5-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON5-MASK:CAPS">
|
2023
|
+
<ANCHOR id="CLUTTER-SUPER-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-SUPER-MASK:CAPS">
|
2024
|
+
<ANCHOR id="CLUTTER-HYPER-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-HYPER-MASK:CAPS">
|
2025
|
+
<ANCHOR id="CLUTTER-META-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-META-MASK:CAPS">
|
2026
|
+
<ANCHOR id="CLUTTER-RELEASE-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-RELEASE-MASK:CAPS">
|
2027
|
+
<ANCHOR id="CLUTTER-MODIFIER-MASK:CAPS" href="clutter/clutter-Events.html#CLUTTER-MODIFIER-MASK:CAPS">
|
1823
2028
|
<ANCHOR id="ClutterScrollDirection" href="clutter/clutter-Events.html#ClutterScrollDirection">
|
2029
|
+
<ANCHOR id="CLUTTER-SCROLL-UP:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-UP:CAPS">
|
2030
|
+
<ANCHOR id="CLUTTER-SCROLL-DOWN:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-DOWN:CAPS">
|
2031
|
+
<ANCHOR id="CLUTTER-SCROLL-LEFT:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-LEFT:CAPS">
|
2032
|
+
<ANCHOR id="CLUTTER-SCROLL-RIGHT:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-RIGHT:CAPS">
|
2033
|
+
<ANCHOR id="CLUTTER-SCROLL-SMOOTH:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL-SMOOTH:CAPS">
|
1824
2034
|
<ANCHOR id="ClutterStageState" href="clutter/clutter-Events.html#ClutterStageState">
|
2035
|
+
<ANCHOR id="CLUTTER-STAGE-STATE-FULLSCREEN:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE-FULLSCREEN:CAPS">
|
2036
|
+
<ANCHOR id="CLUTTER-STAGE-STATE-OFFSCREEN:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE-OFFSCREEN:CAPS">
|
2037
|
+
<ANCHOR id="CLUTTER-STAGE-STATE-ACTIVATED:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE-ACTIVATED:CAPS">
|
1825
2038
|
<ANCHOR id="ClutterEventType" href="clutter/clutter-Events.html#ClutterEventType">
|
2039
|
+
<ANCHOR id="CLUTTER-NOTHING:CAPS" href="clutter/clutter-Events.html#CLUTTER-NOTHING:CAPS">
|
2040
|
+
<ANCHOR id="CLUTTER-KEY-PRESS:CAPS" href="clutter/clutter-Events.html#CLUTTER-KEY-PRESS:CAPS">
|
2041
|
+
<ANCHOR id="CLUTTER-KEY-RELEASE:CAPS" href="clutter/clutter-Events.html#CLUTTER-KEY-RELEASE:CAPS">
|
2042
|
+
<ANCHOR id="CLUTTER-MOTION:CAPS" href="clutter/clutter-Events.html#CLUTTER-MOTION:CAPS">
|
2043
|
+
<ANCHOR id="CLUTTER-ENTER:CAPS" href="clutter/clutter-Events.html#CLUTTER-ENTER:CAPS">
|
2044
|
+
<ANCHOR id="CLUTTER-LEAVE:CAPS" href="clutter/clutter-Events.html#CLUTTER-LEAVE:CAPS">
|
2045
|
+
<ANCHOR id="CLUTTER-BUTTON-PRESS:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON-PRESS:CAPS">
|
2046
|
+
<ANCHOR id="CLUTTER-BUTTON-RELEASE:CAPS" href="clutter/clutter-Events.html#CLUTTER-BUTTON-RELEASE:CAPS">
|
2047
|
+
<ANCHOR id="CLUTTER-SCROLL:CAPS" href="clutter/clutter-Events.html#CLUTTER-SCROLL:CAPS">
|
2048
|
+
<ANCHOR id="CLUTTER-STAGE-STATE:CAPS" href="clutter/clutter-Events.html#CLUTTER-STAGE-STATE:CAPS">
|
2049
|
+
<ANCHOR id="CLUTTER-DESTROY-NOTIFY:CAPS" href="clutter/clutter-Events.html#CLUTTER-DESTROY-NOTIFY:CAPS">
|
2050
|
+
<ANCHOR id="CLUTTER-CLIENT-MESSAGE:CAPS" href="clutter/clutter-Events.html#CLUTTER-CLIENT-MESSAGE:CAPS">
|
2051
|
+
<ANCHOR id="CLUTTER-DELETE:CAPS" href="clutter/clutter-Events.html#CLUTTER-DELETE:CAPS">
|
2052
|
+
<ANCHOR id="CLUTTER-TOUCH-BEGIN:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-BEGIN:CAPS">
|
2053
|
+
<ANCHOR id="CLUTTER-TOUCH-UPDATE:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-UPDATE:CAPS">
|
2054
|
+
<ANCHOR id="CLUTTER-TOUCH-END:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-END:CAPS">
|
2055
|
+
<ANCHOR id="CLUTTER-TOUCH-CANCEL:CAPS" href="clutter/clutter-Events.html#CLUTTER-TOUCH-CANCEL:CAPS">
|
2056
|
+
<ANCHOR id="CLUTTER-EVENT-LAST:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-LAST:CAPS">
|
1826
2057
|
<ANCHOR id="ClutterEvent" href="clutter/clutter-Events.html#ClutterEvent">
|
1827
2058
|
<ANCHOR id="ClutterEventFlags" href="clutter/clutter-Events.html#ClutterEventFlags">
|
2059
|
+
<ANCHOR id="CLUTTER-EVENT-NONE:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-NONE:CAPS">
|
2060
|
+
<ANCHOR id="CLUTTER-EVENT-FLAG-SYNTHETIC:CAPS" href="clutter/clutter-Events.html#CLUTTER-EVENT-FLAG-SYNTHETIC:CAPS">
|
1828
2061
|
<ANCHOR id="ClutterButtonEvent" href="clutter/clutter-Events.html#ClutterButtonEvent">
|
1829
2062
|
<ANCHOR id="ClutterKeyEvent" href="clutter/clutter-Events.html#ClutterKeyEvent">
|
1830
2063
|
<ANCHOR id="ClutterMotionEvent" href="clutter/clutter-Events.html#ClutterMotionEvent">
|
@@ -1842,6 +2075,17 @@
|
|
1842
2075
|
<ANCHOR id="clutter-feature-get-all" href="clutter/clutter-Features.html#clutter-feature-get-all">
|
1843
2076
|
<ANCHOR id="clutter-Features.other_details" href="clutter/clutter-Features.html#clutter-Features.other_details">
|
1844
2077
|
<ANCHOR id="ClutterFeatureFlags" href="clutter/clutter-Features.html#ClutterFeatureFlags">
|
2078
|
+
<ANCHOR id="CLUTTER-FEATURE-TEXTURE-NPOT:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-TEXTURE-NPOT:CAPS">
|
2079
|
+
<ANCHOR id="CLUTTER-FEATURE-SYNC-TO-VBLANK:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-SYNC-TO-VBLANK:CAPS">
|
2080
|
+
<ANCHOR id="CLUTTER-FEATURE-TEXTURE-YUV:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-TEXTURE-YUV:CAPS">
|
2081
|
+
<ANCHOR id="CLUTTER-FEATURE-TEXTURE-READ-PIXELS:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-TEXTURE-READ-PIXELS:CAPS">
|
2082
|
+
<ANCHOR id="CLUTTER-FEATURE-STAGE-STATIC:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-STAGE-STATIC:CAPS">
|
2083
|
+
<ANCHOR id="CLUTTER-FEATURE-STAGE-USER-RESIZE:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-STAGE-USER-RESIZE:CAPS">
|
2084
|
+
<ANCHOR id="CLUTTER-FEATURE-STAGE-CURSOR:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-STAGE-CURSOR:CAPS">
|
2085
|
+
<ANCHOR id="CLUTTER-FEATURE-SHADERS-GLSL:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-SHADERS-GLSL:CAPS">
|
2086
|
+
<ANCHOR id="CLUTTER-FEATURE-OFFSCREEN:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-OFFSCREEN:CAPS">
|
2087
|
+
<ANCHOR id="CLUTTER-FEATURE-STAGE-MULTIPLE:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-STAGE-MULTIPLE:CAPS">
|
2088
|
+
<ANCHOR id="CLUTTER-FEATURE-SWAP-EVENTS:CAPS" href="clutter/clutter-Features.html#CLUTTER-FEATURE-SWAP-EVENTS:CAPS">
|
1845
2089
|
<ANCHOR id="clutter-Base-geometric-types" href="clutter/clutter-Base-geometric-types.html">
|
1846
2090
|
<ANCHOR id="clutter-Base-geometric-types.functions" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.functions">
|
1847
2091
|
<ANCHOR id="clutter-Base-geometric-types.other" href="clutter/clutter-Base-geometric-types.html#clutter-Base-geometric-types.other">
|
@@ -1966,6 +2210,8 @@
|
|
1966
2210
|
<ANCHOR id="clutter-input-device-get-slave-devices" href="clutter/ClutterInputDevice.html#clutter-input-device-get-slave-devices">
|
1967
2211
|
<ANCHOR id="clutter-input-device-get-modifier-state" href="clutter/ClutterInputDevice.html#clutter-input-device-get-modifier-state">
|
1968
2212
|
<ANCHOR id="clutter-input-device-keycode-to-evdev" href="clutter/ClutterInputDevice.html#clutter-input-device-keycode-to-evdev">
|
2213
|
+
<ANCHOR id="clutter-input-device-get-vendor-id" href="clutter/ClutterInputDevice.html#clutter-input-device-get-vendor-id">
|
2214
|
+
<ANCHOR id="clutter-input-device-get-product-id" href="clutter/ClutterInputDevice.html#clutter-input-device-get-product-id">
|
1969
2215
|
<ANCHOR id="clutter-input-device-get-n-keys" href="clutter/ClutterInputDevice.html#clutter-input-device-get-n-keys">
|
1970
2216
|
<ANCHOR id="clutter-input-device-set-key" href="clutter/ClutterInputDevice.html#clutter-input-device-set-key">
|
1971
2217
|
<ANCHOR id="clutter-input-device-get-key" href="clutter/ClutterInputDevice.html#clutter-input-device-get-key">
|
@@ -1985,8 +2231,31 @@
|
|
1985
2231
|
<ANCHOR id="clutter-input-device-update-from-event" href="clutter/ClutterInputDevice.html#clutter-input-device-update-from-event">
|
1986
2232
|
<ANCHOR id="ClutterInputDevice.other_details" href="clutter/ClutterInputDevice.html#ClutterInputDevice.other_details">
|
1987
2233
|
<ANCHOR id="ClutterInputDeviceType" href="clutter/ClutterInputDevice.html#ClutterInputDeviceType">
|
2234
|
+
<ANCHOR id="CLUTTER-POINTER-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-POINTER-DEVICE:CAPS">
|
2235
|
+
<ANCHOR id="CLUTTER-KEYBOARD-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-KEYBOARD-DEVICE:CAPS">
|
2236
|
+
<ANCHOR id="CLUTTER-EXTENSION-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-EXTENSION-DEVICE:CAPS">
|
2237
|
+
<ANCHOR id="CLUTTER-JOYSTICK-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-JOYSTICK-DEVICE:CAPS">
|
2238
|
+
<ANCHOR id="CLUTTER-TABLET-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-TABLET-DEVICE:CAPS">
|
2239
|
+
<ANCHOR id="CLUTTER-TOUCHPAD-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-TOUCHPAD-DEVICE:CAPS">
|
2240
|
+
<ANCHOR id="CLUTTER-TOUCHSCREEN-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-TOUCHSCREEN-DEVICE:CAPS">
|
2241
|
+
<ANCHOR id="CLUTTER-PEN-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-PEN-DEVICE:CAPS">
|
2242
|
+
<ANCHOR id="CLUTTER-ERASER-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-ERASER-DEVICE:CAPS">
|
2243
|
+
<ANCHOR id="CLUTTER-CURSOR-DEVICE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-CURSOR-DEVICE:CAPS">
|
2244
|
+
<ANCHOR id="CLUTTER-N-DEVICE-TYPES:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-N-DEVICE-TYPES:CAPS">
|
1988
2245
|
<ANCHOR id="ClutterInputAxis" href="clutter/ClutterInputDevice.html#ClutterInputAxis">
|
2246
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-IGNORE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-IGNORE:CAPS">
|
2247
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-X:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-X:CAPS">
|
2248
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-Y:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-Y:CAPS">
|
2249
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-PRESSURE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-PRESSURE:CAPS">
|
2250
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-XTILT:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-XTILT:CAPS">
|
2251
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-YTILT:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-YTILT:CAPS">
|
2252
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-WHEEL:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-WHEEL:CAPS">
|
2253
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-DISTANCE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-DISTANCE:CAPS">
|
2254
|
+
<ANCHOR id="CLUTTER-INPUT-AXIS-LAST:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-AXIS-LAST:CAPS">
|
1989
2255
|
<ANCHOR id="ClutterInputMode" href="clutter/ClutterInputDevice.html#ClutterInputMode">
|
2256
|
+
<ANCHOR id="CLUTTER-INPUT-MODE-MASTER:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-MODE-MASTER:CAPS">
|
2257
|
+
<ANCHOR id="CLUTTER-INPUT-MODE-SLAVE:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-MODE-SLAVE:CAPS">
|
2258
|
+
<ANCHOR id="CLUTTER-INPUT-MODE-FLOATING:CAPS" href="clutter/ClutterInputDevice.html#CLUTTER-INPUT-MODE-FLOATING:CAPS">
|
1990
2259
|
<ANCHOR id="ClutterInputDevice-struct" href="clutter/ClutterInputDevice.html#ClutterInputDevice-struct">
|
1991
2260
|
<ANCHOR id="ClutterInputDevice.property-details" href="clutter/ClutterInputDevice.html#ClutterInputDevice.property-details">
|
1992
2261
|
<ANCHOR id="ClutterInputDevice--backend" href="clutter/ClutterInputDevice.html#ClutterInputDevice--backend">
|
@@ -1998,6 +2267,8 @@
|
|
1998
2267
|
<ANCHOR id="ClutterInputDevice--id" href="clutter/ClutterInputDevice.html#ClutterInputDevice--id">
|
1999
2268
|
<ANCHOR id="ClutterInputDevice--n-axes" href="clutter/ClutterInputDevice.html#ClutterInputDevice--n-axes">
|
2000
2269
|
<ANCHOR id="ClutterInputDevice--name" href="clutter/ClutterInputDevice.html#ClutterInputDevice--name">
|
2270
|
+
<ANCHOR id="ClutterInputDevice--product-id" href="clutter/ClutterInputDevice.html#ClutterInputDevice--product-id">
|
2271
|
+
<ANCHOR id="ClutterInputDevice--vendor-id" href="clutter/ClutterInputDevice.html#ClutterInputDevice--vendor-id">
|
2001
2272
|
<ANCHOR id="clutter-General" href="clutter/clutter-General.html">
|
2002
2273
|
<ANCHOR id="clutter-General.functions" href="clutter/clutter-General.html#clutter-General.functions">
|
2003
2274
|
<ANCHOR id="clutter-General.other" href="clutter/clutter-General.html#clutter-General.other">
|
@@ -2050,9 +2321,22 @@
|
|
2050
2321
|
<ANCHOR id="clutter-do-event" href="clutter/clutter-General.html#clutter-do-event">
|
2051
2322
|
<ANCHOR id="clutter-General.other_details" href="clutter/clutter-General.html#clutter-General.other_details">
|
2052
2323
|
<ANCHOR id="ClutterInitError" href="clutter/clutter-General.html#ClutterInitError">
|
2324
|
+
<ANCHOR id="CLUTTER-INIT-SUCCESS:CAPS" href="clutter/clutter-General.html#CLUTTER-INIT-SUCCESS:CAPS">
|
2325
|
+
<ANCHOR id="CLUTTER-INIT-ERROR-UNKNOWN:CAPS" href="clutter/clutter-General.html#CLUTTER-INIT-ERROR-UNKNOWN:CAPS">
|
2326
|
+
<ANCHOR id="CLUTTER-INIT-ERROR-THREADS:CAPS" href="clutter/clutter-General.html#CLUTTER-INIT-ERROR-THREADS:CAPS">
|
2327
|
+
<ANCHOR id="CLUTTER-INIT-ERROR-BACKEND:CAPS" href="clutter/clutter-General.html#CLUTTER-INIT-ERROR-BACKEND:CAPS">
|
2328
|
+
<ANCHOR id="CLUTTER-INIT-ERROR-INTERNAL:CAPS" href="clutter/clutter-General.html#CLUTTER-INIT-ERROR-INTERNAL:CAPS">
|
2053
2329
|
<ANCHOR id="ClutterFontFlags" href="clutter/clutter-General.html#ClutterFontFlags">
|
2330
|
+
<ANCHOR id="CLUTTER-FONT-MIPMAPPING:CAPS" href="clutter/clutter-General.html#CLUTTER-FONT-MIPMAPPING:CAPS">
|
2331
|
+
<ANCHOR id="CLUTTER-FONT-HINTING:CAPS" href="clutter/clutter-General.html#CLUTTER-FONT-HINTING:CAPS">
|
2054
2332
|
<ANCHOR id="ClutterTextDirection" href="clutter/clutter-General.html#ClutterTextDirection">
|
2333
|
+
<ANCHOR id="CLUTTER-TEXT-DIRECTION-DEFAULT:CAPS" href="clutter/clutter-General.html#CLUTTER-TEXT-DIRECTION-DEFAULT:CAPS">
|
2334
|
+
<ANCHOR id="CLUTTER-TEXT-DIRECTION-LTR:CAPS" href="clutter/clutter-General.html#CLUTTER-TEXT-DIRECTION-LTR:CAPS">
|
2335
|
+
<ANCHOR id="CLUTTER-TEXT-DIRECTION-RTL:CAPS" href="clutter/clutter-General.html#CLUTTER-TEXT-DIRECTION-RTL:CAPS">
|
2055
2336
|
<ANCHOR id="ClutterRepaintFlags" href="clutter/clutter-General.html#ClutterRepaintFlags">
|
2337
|
+
<ANCHOR id="CLUTTER-REPAINT-FLAGS-PRE-PAINT:CAPS" href="clutter/clutter-General.html#CLUTTER-REPAINT-FLAGS-PRE-PAINT:CAPS">
|
2338
|
+
<ANCHOR id="CLUTTER-REPAINT-FLAGS-POST-PAINT:CAPS" href="clutter/clutter-General.html#CLUTTER-REPAINT-FLAGS-POST-PAINT:CAPS">
|
2339
|
+
<ANCHOR id="CLUTTER-REPAINT-FLAGS-QUEUE-REDRAW-ON-ADD:CAPS" href="clutter/clutter-General.html#CLUTTER-REPAINT-FLAGS-QUEUE-REDRAW-ON-ADD:CAPS">
|
2056
2340
|
<ANCHOR id="ClutterPath" href="clutter/ClutterPath.html">
|
2057
2341
|
<ANCHOR id="ClutterPath.functions" href="clutter/ClutterPath.html#ClutterPath.functions">
|
2058
2342
|
<ANCHOR id="ClutterPath.properties" href="clutter/ClutterPath.html#ClutterPath.properties">
|
@@ -2093,6 +2377,13 @@
|
|
2093
2377
|
<ANCHOR id="ClutterPath-struct" href="clutter/ClutterPath.html#ClutterPath-struct">
|
2094
2378
|
<ANCHOR id="ClutterPathClass" href="clutter/ClutterPath.html#ClutterPathClass">
|
2095
2379
|
<ANCHOR id="ClutterPathNodeType" href="clutter/ClutterPath.html#ClutterPathNodeType">
|
2380
|
+
<ANCHOR id="CLUTTER-PATH-MOVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-MOVE-TO:CAPS">
|
2381
|
+
<ANCHOR id="CLUTTER-PATH-LINE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-LINE-TO:CAPS">
|
2382
|
+
<ANCHOR id="CLUTTER-PATH-CURVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-CURVE-TO:CAPS">
|
2383
|
+
<ANCHOR id="CLUTTER-PATH-CLOSE:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-CLOSE:CAPS">
|
2384
|
+
<ANCHOR id="CLUTTER-PATH-REL-MOVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-MOVE-TO:CAPS">
|
2385
|
+
<ANCHOR id="CLUTTER-PATH-REL-LINE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-LINE-TO:CAPS">
|
2386
|
+
<ANCHOR id="CLUTTER-PATH-REL-CURVE-TO:CAPS" href="clutter/ClutterPath.html#CLUTTER-PATH-REL-CURVE-TO:CAPS">
|
2096
2387
|
<ANCHOR id="ClutterPathNode" href="clutter/ClutterPath.html#ClutterPathNode">
|
2097
2388
|
<ANCHOR id="ClutterPath.property-details" href="clutter/ClutterPath.html#ClutterPath.property-details">
|
2098
2389
|
<ANCHOR id="ClutterPath--description" href="clutter/ClutterPath.html#ClutterPath--description">
|
@@ -2200,8 +2491,21 @@
|
|
2200
2491
|
<ANCHOR id="clutter-value-get-units" href="clutter/clutter-Unit-conversion.html#clutter-value-get-units">
|
2201
2492
|
<ANCHOR id="clutter-Unit-conversion.other_details" href="clutter/clutter-Unit-conversion.html#clutter-Unit-conversion.other_details">
|
2202
2493
|
<ANCHOR id="ClutterUnitType" href="clutter/clutter-Unit-conversion.html#ClutterUnitType">
|
2494
|
+
<ANCHOR id="CLUTTER-UNIT-PIXEL:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-PIXEL:CAPS">
|
2495
|
+
<ANCHOR id="CLUTTER-UNIT-EM:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-EM:CAPS">
|
2496
|
+
<ANCHOR id="CLUTTER-UNIT-MM:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-MM:CAPS">
|
2497
|
+
<ANCHOR id="CLUTTER-UNIT-POINT:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-POINT:CAPS">
|
2498
|
+
<ANCHOR id="CLUTTER-UNIT-CM:CAPS" href="clutter/clutter-Unit-conversion.html#CLUTTER-UNIT-CM:CAPS">
|
2203
2499
|
<ANCHOR id="ClutterUnits" href="clutter/clutter-Unit-conversion.html#ClutterUnits">
|
2204
2500
|
<ANCHOR id="ClutterParamSpecUnits" href="clutter/clutter-Unit-conversion.html#ClutterParamSpecUnits">
|
2501
|
+
<ANCHOR id="clutter-Cairo-integration" href="clutter/clutter-Cairo-integration.html">
|
2502
|
+
<ANCHOR id="clutter-Cairo-integration.functions" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.functions">
|
2503
|
+
<ANCHOR id="clutter-Cairo-integration.description" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.description">
|
2504
|
+
<ANCHOR id="clutter-Cairo-integration.functions_details" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.functions_details">
|
2505
|
+
<ANCHOR id="CLUTTER-CAIRO-FORMAT-ARGB32:CAPS" href="clutter/clutter-Cairo-integration.html#CLUTTER-CAIRO-FORMAT-ARGB32:CAPS">
|
2506
|
+
<ANCHOR id="clutter-cairo-clear" href="clutter/clutter-Cairo-integration.html#clutter-cairo-clear">
|
2507
|
+
<ANCHOR id="clutter-cairo-set-source-color" href="clutter/clutter-Cairo-integration.html#clutter-cairo-set-source-color">
|
2508
|
+
<ANCHOR id="clutter-Cairo-integration.other_details" href="clutter/clutter-Cairo-integration.html#clutter-Cairo-integration.other_details">
|
2205
2509
|
<ANCHOR id="clutter-Utilities" href="clutter/clutter-Utilities.html">
|
2206
2510
|
<ANCHOR id="clutter-Utilities.functions" href="clutter/clutter-Utilities.html#clutter-Utilities.functions">
|
2207
2511
|
<ANCHOR id="clutter-Utilities.other" href="clutter/clutter-Utilities.html#clutter-Utilities.other">
|
@@ -2241,6 +2545,7 @@
|
|
2241
2545
|
<ANCHOR id="CLUTTER-VERSION-1-16:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-16:CAPS">
|
2242
2546
|
<ANCHOR id="CLUTTER-VERSION-1-18:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-18:CAPS">
|
2243
2547
|
<ANCHOR id="CLUTTER-VERSION-1-20:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-20:CAPS">
|
2548
|
+
<ANCHOR id="CLUTTER-VERSION-1-22:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-1-22:CAPS">
|
2244
2549
|
<ANCHOR id="CLUTTER-VERSION-MIN-REQUIRED:CAPS" href="clutter/clutter-Versioning-Macros.html#CLUTTER-VERSION-MIN-REQUIRED:CAPS">
|
2245
2550
|
<ANCHOR id="clutter-check-version" href="clutter/clutter-Versioning-Macros.html#clutter-check-version">
|
2246
2551
|
<ANCHOR id="clutter-Versioning-Macros.other_details" href="clutter/clutter-Versioning-Macros.html#clutter-Versioning-Macros.other_details">
|
@@ -2283,6 +2588,9 @@
|
|
2283
2588
|
<ANCHOR id="ClutterScript-struct" href="clutter/ClutterScript.html#ClutterScript-struct">
|
2284
2589
|
<ANCHOR id="ClutterScriptClass" href="clutter/ClutterScript.html#ClutterScriptClass">
|
2285
2590
|
<ANCHOR id="ClutterScriptError" href="clutter/ClutterScript.html#ClutterScriptError">
|
2591
|
+
<ANCHOR id="CLUTTER-SCRIPT-ERROR-INVALID-TYPE-FUNCTION:CAPS" href="clutter/ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-TYPE-FUNCTION:CAPS">
|
2592
|
+
<ANCHOR id="CLUTTER-SCRIPT-ERROR-INVALID-PROPERTY:CAPS" href="clutter/ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-PROPERTY:CAPS">
|
2593
|
+
<ANCHOR id="CLUTTER-SCRIPT-ERROR-INVALID-VALUE:CAPS" href="clutter/ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-VALUE:CAPS">
|
2286
2594
|
<ANCHOR id="ClutterScript.property-details" href="clutter/ClutterScript.html#ClutterScript.property-details">
|
2287
2595
|
<ANCHOR id="ClutterScript--filename" href="clutter/ClutterScript.html#ClutterScript--filename">
|
2288
2596
|
<ANCHOR id="ClutterScript--filename-set" href="clutter/ClutterScript.html#ClutterScript--filename-set">
|
@@ -2439,6 +2747,8 @@
|
|
2439
2747
|
<ANCHOR id="clutter-x11-set-use-argb-visual" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-set-use-argb-visual">
|
2440
2748
|
<ANCHOR id="clutter-x11-get-use-argb-visual" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-get-use-argb-visual">
|
2441
2749
|
<ANCHOR id="clutter-x11-get-visual-info" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-get-visual-info">
|
2750
|
+
<ANCHOR id="clutter-x11-get-use-stereo-stage" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-get-use-stereo-stage">
|
2751
|
+
<ANCHOR id="clutter-x11-set-use-stereo-stage" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-set-use-stereo-stage">
|
2442
2752
|
<ANCHOR id="ClutterX11FilterFunc" href="clutter/clutter-X11-Specific-Support.html#ClutterX11FilterFunc">
|
2443
2753
|
<ANCHOR id="clutter-x11-add-filter" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-add-filter">
|
2444
2754
|
<ANCHOR id="clutter-x11-remove-filter" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-remove-filter">
|
@@ -2449,6 +2759,9 @@
|
|
2449
2759
|
<ANCHOR id="clutter-x11-event-sequence-get-touch-detail" href="clutter/clutter-X11-Specific-Support.html#clutter-x11-event-sequence-get-touch-detail">
|
2450
2760
|
<ANCHOR id="clutter-X11-Specific-Support.other_details" href="clutter/clutter-X11-Specific-Support.html#clutter-X11-Specific-Support.other_details">
|
2451
2761
|
<ANCHOR id="ClutterX11FilterReturn" href="clutter/clutter-X11-Specific-Support.html#ClutterX11FilterReturn">
|
2762
|
+
<ANCHOR id="CLUTTER-X11-FILTER-CONTINUE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-CONTINUE:CAPS">
|
2763
|
+
<ANCHOR id="CLUTTER-X11-FILTER-TRANSLATE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-TRANSLATE:CAPS">
|
2764
|
+
<ANCHOR id="CLUTTER-X11-FILTER-REMOVE:CAPS" href="clutter/clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-REMOVE:CAPS">
|
2452
2765
|
<ANCHOR id="clutter-ClutterX11TexturePixmap" href="clutter/clutter-ClutterX11TexturePixmap.html">
|
2453
2766
|
<ANCHOR id="clutter-ClutterX11TexturePixmap.functions" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.functions">
|
2454
2767
|
<ANCHOR id="clutter-ClutterX11TexturePixmap.other" href="clutter/clutter-ClutterX11TexturePixmap.html#clutter-ClutterX11TexturePixmap.other">
|
@@ -2508,6 +2821,8 @@
|
|
2508
2821
|
<ANCHOR id="clutter-cex100-get-egl-display" href="clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html#clutter-cex100-get-egl-display">
|
2509
2822
|
<ANCHOR id="clutter-Intel-CE3100-CE4100-Specific-Support.other_details" href="clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html#clutter-Intel-CE3100-CE4100-Specific-Support.other_details">
|
2510
2823
|
<ANCHOR id="ClutterCex100BufferingMode" href="clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html#ClutterCex100BufferingMode">
|
2824
|
+
<ANCHOR id="CLUTTER-CEX100-DOUBLE-BUFFERING:CAPS" href="clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html#CLUTTER-CEX100-DOUBLE-BUFFERING:CAPS">
|
2825
|
+
<ANCHOR id="CLUTTER-CEX100-TRIPLE-BUFFERING:CAPS" href="clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html#CLUTTER-CEX100-TRIPLE-BUFFERING:CAPS">
|
2511
2826
|
<ANCHOR id="clutter-GDK-Specific-Support" href="clutter/clutter-GDK-Specific-Support.html">
|
2512
2827
|
<ANCHOR id="clutter-GDK-Specific-Support.functions" href="clutter/clutter-GDK-Specific-Support.html#clutter-GDK-Specific-Support.functions">
|
2513
2828
|
<ANCHOR id="clutter-GDK-Specific-Support.description" href="clutter/clutter-GDK-Specific-Support.html#clutter-GDK-Specific-Support.description">
|
@@ -2519,6 +2834,7 @@
|
|
2519
2834
|
<ANCHOR id="clutter-gdk-set-display" href="clutter/clutter-GDK-Specific-Support.html#clutter-gdk-set-display">
|
2520
2835
|
<ANCHOR id="clutter-gdk-get-default-display" href="clutter/clutter-GDK-Specific-Support.html#clutter-gdk-get-default-display">
|
2521
2836
|
<ANCHOR id="clutter-gdk-set-stage-foreign" href="clutter/clutter-GDK-Specific-Support.html#clutter-gdk-set-stage-foreign">
|
2837
|
+
<ANCHOR id="clutter-gdk-get-visual" href="clutter/clutter-GDK-Specific-Support.html#clutter-gdk-get-visual">
|
2522
2838
|
<ANCHOR id="clutter-GDK-Specific-Support.other_details" href="clutter/clutter-GDK-Specific-Support.html#clutter-GDK-Specific-Support.other_details">
|
2523
2839
|
<ANCHOR id="clutter-Wayland-specific-support" href="clutter/clutter-Wayland-specific-support.html">
|
2524
2840
|
<ANCHOR id="clutter-Wayland-specific-support.functions" href="clutter/clutter-Wayland-specific-support.html#clutter-Wayland-specific-support.functions">
|
@@ -2551,6 +2867,15 @@
|
|
2551
2867
|
<ANCHOR id="clutter-ClutterWaylandSurface.other_details" href="clutter/clutter-ClutterWaylandSurface.html#clutter-ClutterWaylandSurface.other_details">
|
2552
2868
|
<ANCHOR id="ClutterWaylandSurface" href="clutter/clutter-ClutterWaylandSurface.html#ClutterWaylandSurface">
|
2553
2869
|
<ANCHOR id="ClutterWaylandSurfaceClass" href="clutter/clutter-ClutterWaylandSurface.html#ClutterWaylandSurfaceClass">
|
2870
|
+
<ANCHOR id="clutter-clutter-mir" href="clutter/clutter-clutter-mir.html">
|
2871
|
+
<ANCHOR id="clutter-clutter-mir.functions" href="clutter/clutter-clutter-mir.html#clutter-clutter-mir.functions">
|
2872
|
+
<ANCHOR id="clutter-clutter-mir.description" href="clutter/clutter-clutter-mir.html#clutter-clutter-mir.description">
|
2873
|
+
<ANCHOR id="clutter-clutter-mir.functions_details" href="clutter/clutter-clutter-mir.html#clutter-clutter-mir.functions_details">
|
2874
|
+
<ANCHOR id="clutter-mir-disable-event-retrieval" href="clutter/clutter-clutter-mir.html#clutter-mir-disable-event-retrieval">
|
2875
|
+
<ANCHOR id="clutter-mir-set-connection" href="clutter/clutter-clutter-mir.html#clutter-mir-set-connection">
|
2876
|
+
<ANCHOR id="clutter-mir-stage-get-mir-surface" href="clutter/clutter-clutter-mir.html#clutter-mir-stage-get-mir-surface">
|
2877
|
+
<ANCHOR id="clutter-mir-stage-set-mir-surface" href="clutter/clutter-clutter-mir.html#clutter-mir-stage-set-mir-surface">
|
2878
|
+
<ANCHOR id="clutter-clutter-mir.other_details" href="clutter/clutter-clutter-mir.html#clutter-clutter-mir.other_details">
|
2554
2879
|
<ANCHOR id="ClutterAlpha" href="clutter/ClutterAlpha.html">
|
2555
2880
|
<ANCHOR id="ClutterAlpha.functions" href="clutter/ClutterAlpha.html#ClutterAlpha.functions">
|
2556
2881
|
<ANCHOR id="ClutterAlpha.properties" href="clutter/ClutterAlpha.html#ClutterAlpha.properties">
|
@@ -2665,6 +2990,8 @@
|
|
2665
2990
|
<ANCHOR id="ClutterAnimator-struct" href="clutter/ClutterAnimator.html#ClutterAnimator-struct">
|
2666
2991
|
<ANCHOR id="ClutterAnimatorClass" href="clutter/ClutterAnimator.html#ClutterAnimatorClass">
|
2667
2992
|
<ANCHOR id="ClutterInterpolation" href="clutter/ClutterAnimator.html#ClutterInterpolation">
|
2993
|
+
<ANCHOR id="CLUTTER-INTERPOLATION-LINEAR:CAPS" href="clutter/ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS">
|
2994
|
+
<ANCHOR id="CLUTTER-INTERPOLATION-CUBIC:CAPS" href="clutter/ClutterAnimator.html#CLUTTER-INTERPOLATION-CUBIC:CAPS">
|
2668
2995
|
<ANCHOR id="ClutterAnimatorKey" href="clutter/ClutterAnimator.html#ClutterAnimatorKey">
|
2669
2996
|
<ANCHOR id="ClutterAnimator.property-details" href="clutter/ClutterAnimator.html#ClutterAnimator.property-details">
|
2670
2997
|
<ANCHOR id="ClutterAnimator--duration" href="clutter/ClutterAnimator.html#ClutterAnimator--duration">
|
@@ -2810,7 +3137,12 @@
|
|
2810
3137
|
<ANCHOR id="clutter-behaviour-rotate-get-center" href="clutter/ClutterBehaviourRotate.html#clutter-behaviour-rotate-get-center">
|
2811
3138
|
<ANCHOR id="ClutterBehaviourRotate.other_details" href="clutter/ClutterBehaviourRotate.html#ClutterBehaviourRotate.other_details">
|
2812
3139
|
<ANCHOR id="ClutterRotateAxis" href="clutter/ClutterBehaviourRotate.html#ClutterRotateAxis">
|
3140
|
+
<ANCHOR id="CLUTTER-X-AXIS:CAPS" href="clutter/ClutterBehaviourRotate.html#CLUTTER-X-AXIS:CAPS">
|
3141
|
+
<ANCHOR id="CLUTTER-Y-AXIS:CAPS" href="clutter/ClutterBehaviourRotate.html#CLUTTER-Y-AXIS:CAPS">
|
3142
|
+
<ANCHOR id="CLUTTER-Z-AXIS:CAPS" href="clutter/ClutterBehaviourRotate.html#CLUTTER-Z-AXIS:CAPS">
|
2813
3143
|
<ANCHOR id="ClutterRotateDirection" href="clutter/ClutterBehaviourRotate.html#ClutterRotateDirection">
|
3144
|
+
<ANCHOR id="CLUTTER-ROTATE-CW:CAPS" href="clutter/ClutterBehaviourRotate.html#CLUTTER-ROTATE-CW:CAPS">
|
3145
|
+
<ANCHOR id="CLUTTER-ROTATE-CCW:CAPS" href="clutter/ClutterBehaviourRotate.html#CLUTTER-ROTATE-CCW:CAPS">
|
2814
3146
|
<ANCHOR id="ClutterBehaviourRotate-struct" href="clutter/ClutterBehaviourRotate.html#ClutterBehaviourRotate-struct">
|
2815
3147
|
<ANCHOR id="ClutterBehaviourRotateClass" href="clutter/ClutterBehaviourRotate.html#ClutterBehaviourRotateClass">
|
2816
3148
|
<ANCHOR id="ClutterBehaviourRotate.property-details" href="clutter/ClutterBehaviourRotate.html#ClutterBehaviourRotate.property-details">
|
@@ -2834,6 +3166,16 @@
|
|
2834
3166
|
<ANCHOR id="clutter-behaviour-scale-get-bounds" href="clutter/ClutterBehaviourScale.html#clutter-behaviour-scale-get-bounds">
|
2835
3167
|
<ANCHOR id="ClutterBehaviourScale.other_details" href="clutter/ClutterBehaviourScale.html#ClutterBehaviourScale.other_details">
|
2836
3168
|
<ANCHOR id="ClutterGravity" href="clutter/ClutterBehaviourScale.html#ClutterGravity">
|
3169
|
+
<ANCHOR id="CLUTTER-GRAVITY-NONE:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-NONE:CAPS">
|
3170
|
+
<ANCHOR id="CLUTTER-GRAVITY-NORTH:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH:CAPS">
|
3171
|
+
<ANCHOR id="CLUTTER-GRAVITY-NORTH-EAST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH-EAST:CAPS">
|
3172
|
+
<ANCHOR id="CLUTTER-GRAVITY-EAST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-EAST:CAPS">
|
3173
|
+
<ANCHOR id="CLUTTER-GRAVITY-SOUTH-EAST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH-EAST:CAPS">
|
3174
|
+
<ANCHOR id="CLUTTER-GRAVITY-SOUTH:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH:CAPS">
|
3175
|
+
<ANCHOR id="CLUTTER-GRAVITY-SOUTH-WEST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH-WEST:CAPS">
|
3176
|
+
<ANCHOR id="CLUTTER-GRAVITY-WEST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-WEST:CAPS">
|
3177
|
+
<ANCHOR id="CLUTTER-GRAVITY-NORTH-WEST:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH-WEST:CAPS">
|
3178
|
+
<ANCHOR id="CLUTTER-GRAVITY-CENTER:CAPS" href="clutter/ClutterBehaviourScale.html#CLUTTER-GRAVITY-CENTER:CAPS">
|
2837
3179
|
<ANCHOR id="ClutterBehaviourScale-struct" href="clutter/ClutterBehaviourScale.html#ClutterBehaviourScale-struct">
|
2838
3180
|
<ANCHOR id="ClutterBehaviourScaleClass" href="clutter/ClutterBehaviourScale.html#ClutterBehaviourScaleClass">
|
2839
3181
|
<ANCHOR id="ClutterBehaviourScale.property-details" href="clutter/ClutterBehaviourScale.html#ClutterBehaviourScale.property-details">
|
@@ -2998,6 +3340,9 @@
|
|
2998
3340
|
<ANCHOR id="clutter-value-get-shader-matrix" href="clutter/clutter-Shaders.html#clutter-value-get-shader-matrix">
|
2999
3341
|
<ANCHOR id="clutter-Shaders.other_details" href="clutter/clutter-Shaders.html#clutter-Shaders.other_details">
|
3000
3342
|
<ANCHOR id="ClutterShaderError" href="clutter/clutter-Shaders.html#ClutterShaderError">
|
3343
|
+
<ANCHOR id="CLUTTER-SHADER-ERROR-NO-ASM:CAPS" href="clutter/clutter-Shaders.html#CLUTTER-SHADER-ERROR-NO-ASM:CAPS">
|
3344
|
+
<ANCHOR id="CLUTTER-SHADER-ERROR-NO-GLSL:CAPS" href="clutter/clutter-Shaders.html#CLUTTER-SHADER-ERROR-NO-GLSL:CAPS">
|
3345
|
+
<ANCHOR id="CLUTTER-SHADER-ERROR-COMPILE:CAPS" href="clutter/clutter-Shaders.html#CLUTTER-SHADER-ERROR-COMPILE:CAPS">
|
3001
3346
|
<ANCHOR id="ClutterShader-struct" href="clutter/clutter-Shaders.html#ClutterShader-struct">
|
3002
3347
|
<ANCHOR id="ClutterShaderClass" href="clutter/clutter-Shaders.html#ClutterShaderClass">
|
3003
3348
|
<ANCHOR id="clutter-Shaders.property-details" href="clutter/clutter-Shaders.html#clutter-Shaders.property-details">
|
@@ -3077,6 +3422,9 @@
|
|
3077
3422
|
<ANCHOR id="clutter-table-layout-get-easing-mode" href="clutter/ClutterTableLayout.html#clutter-table-layout-get-easing-mode">
|
3078
3423
|
<ANCHOR id="ClutterTableLayout.other_details" href="clutter/ClutterTableLayout.html#ClutterTableLayout.other_details">
|
3079
3424
|
<ANCHOR id="ClutterTableAlignment" href="clutter/ClutterTableLayout.html#ClutterTableAlignment">
|
3425
|
+
<ANCHOR id="CLUTTER-TABLE-ALIGNMENT-START:CAPS" href="clutter/ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-START:CAPS">
|
3426
|
+
<ANCHOR id="CLUTTER-TABLE-ALIGNMENT-CENTER:CAPS" href="clutter/ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-CENTER:CAPS">
|
3427
|
+
<ANCHOR id="CLUTTER-TABLE-ALIGNMENT-END:CAPS" href="clutter/ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-END:CAPS">
|
3080
3428
|
<ANCHOR id="ClutterTableLayout-struct" href="clutter/ClutterTableLayout.html#ClutterTableLayout-struct">
|
3081
3429
|
<ANCHOR id="ClutterTableLayoutClass" href="clutter/ClutterTableLayout.html#ClutterTableLayoutClass">
|
3082
3430
|
<ANCHOR id="ClutterTableLayout.property-details" href="clutter/ClutterTableLayout.html#ClutterTableLayout.property-details">
|
@@ -3127,8 +3475,18 @@
|
|
3127
3475
|
<ANCHOR id="ClutterTexture-struct" href="clutter/ClutterTexture.html#ClutterTexture-struct">
|
3128
3476
|
<ANCHOR id="ClutterTextureClass" href="clutter/ClutterTexture.html#ClutterTextureClass">
|
3129
3477
|
<ANCHOR id="ClutterTextureFlags" href="clutter/ClutterTexture.html#ClutterTextureFlags">
|
3478
|
+
<ANCHOR id="CLUTTER-TEXTURE-NONE:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-NONE:CAPS">
|
3479
|
+
<ANCHOR id="CLUTTER-TEXTURE-RGB-FLAG-BGR:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-RGB-FLAG-BGR:CAPS">
|
3480
|
+
<ANCHOR id="CLUTTER-TEXTURE-RGB-FLAG-PREMULT:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-RGB-FLAG-PREMULT:CAPS">
|
3481
|
+
<ANCHOR id="CLUTTER-TEXTURE-YUV-FLAG-YUV2:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-YUV-FLAG-YUV2:CAPS">
|
3130
3482
|
<ANCHOR id="ClutterTextureQuality" href="clutter/ClutterTexture.html#ClutterTextureQuality">
|
3483
|
+
<ANCHOR id="CLUTTER-TEXTURE-QUALITY-LOW:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-LOW:CAPS">
|
3484
|
+
<ANCHOR id="CLUTTER-TEXTURE-QUALITY-MEDIUM:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-MEDIUM:CAPS">
|
3485
|
+
<ANCHOR id="CLUTTER-TEXTURE-QUALITY-HIGH:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-HIGH:CAPS">
|
3131
3486
|
<ANCHOR id="ClutterTextureError" href="clutter/ClutterTexture.html#ClutterTextureError">
|
3487
|
+
<ANCHOR id="CLUTTER-TEXTURE-ERROR-OUT-OF-MEMORY:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-ERROR-OUT-OF-MEMORY:CAPS">
|
3488
|
+
<ANCHOR id="CLUTTER-TEXTURE-ERROR-NO-YUV:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-ERROR-NO-YUV:CAPS">
|
3489
|
+
<ANCHOR id="CLUTTER-TEXTURE-ERROR-BAD-FORMAT:CAPS" href="clutter/ClutterTexture.html#CLUTTER-TEXTURE-ERROR-BAD-FORMAT:CAPS">
|
3132
3490
|
<ANCHOR id="ClutterTexture.property-details" href="clutter/ClutterTexture.html#ClutterTexture.property-details">
|
3133
3491
|
<ANCHOR id="ClutterTexture--cogl-material" href="clutter/ClutterTexture.html#ClutterTexture--cogl-material">
|
3134
3492
|
<ANCHOR id="ClutterTexture--cogl-texture" href="clutter/ClutterTexture.html#ClutterTexture--cogl-texture">
|
@@ -3151,15 +3509,19 @@
|
|
3151
3509
|
<ANCHOR id="annotation-glossterm-allow-none" href="clutter/annotation-glossary.html#annotation-glossterm-allow-none">
|
3152
3510
|
<ANCHOR id="annotation-glossterm-array" href="clutter/annotation-glossary.html#annotation-glossterm-array">
|
3153
3511
|
<ANCHOR id="annotation-glossterm-closure" href="clutter/annotation-glossary.html#annotation-glossterm-closure">
|
3512
|
+
<ANCHOR id="annotation-glossterm-constructor" href="clutter/annotation-glossary.html#annotation-glossterm-constructor">
|
3154
3513
|
<ANCHOR id="annotation-glossterm-element-type" href="clutter/annotation-glossary.html#annotation-glossterm-element-type">
|
3155
3514
|
<ANCHOR id="annotation-glossterm-in" href="clutter/annotation-glossary.html#annotation-glossterm-in">
|
3156
3515
|
<ANCHOR id="annotation-glossterm-inout" href="clutter/annotation-glossary.html#annotation-glossterm-inout">
|
3157
3516
|
<ANCHOR id="annotation-glossterm-out" href="clutter/annotation-glossary.html#annotation-glossterm-out">
|
3158
3517
|
<ANCHOR id="annotation-glossterm-out caller-allocates" href="clutter/annotation-glossary.html#annotation-glossterm-out caller-allocates">
|
3518
|
+
<ANCHOR id="annotation-glossterm-rename-to" href="clutter/annotation-glossary.html#annotation-glossterm-rename-to">
|
3159
3519
|
<ANCHOR id="annotation-glossterm-scope call" href="clutter/annotation-glossary.html#annotation-glossterm-scope call">
|
3160
3520
|
<ANCHOR id="annotation-glossterm-scope notified" href="clutter/annotation-glossary.html#annotation-glossterm-scope notified">
|
3521
|
+
<ANCHOR id="annotation-glossterm-skip" href="clutter/annotation-glossary.html#annotation-glossterm-skip">
|
3161
3522
|
<ANCHOR id="annotation-glossterm-transfer container" href="clutter/annotation-glossary.html#annotation-glossterm-transfer container">
|
3162
3523
|
<ANCHOR id="annotation-glossterm-transfer full" href="clutter/annotation-glossary.html#annotation-glossterm-transfer full">
|
3163
3524
|
<ANCHOR id="annotation-glossterm-transfer none" href="clutter/annotation-glossary.html#annotation-glossterm-transfer none">
|
3164
3525
|
<ANCHOR id="annotation-glossterm-type" href="clutter/annotation-glossary.html#annotation-glossterm-type">
|
3165
3526
|
<ANCHOR id="annotation-glossterm-Unstable" href="clutter/annotation-glossary.html#annotation-glossterm-Unstable">
|
3527
|
+
<ANCHOR id="annotation-glossterm-virtual" href="clutter/annotation-glossary.html#annotation-glossterm-virtual">
|