clutter 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -3
- 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-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +72 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-autocleanups.h +106 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-color-static.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +90 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +109 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-grid-layout.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +53 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-node.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +8 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +27 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +2099 -2099
- data/vendor/local/include/clutter-1.0/clutter/{clutter-list-model.h → deprecated/clutter-list-model.h} +8 -4
- data/vendor/local/include/clutter-1.0/clutter/{clutter-model.h → deprecated/clutter-model.h} +55 -41
- data/vendor/local/include/cogl/cogl/cogl-defines.h +2 -2
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +6 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +4 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +6 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +4 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +4 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +79 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-utils.h +40 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +16 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +4 -4
- data/vendor/local/lib/girepository-1.0/Cally-1.0.typelib +0 -0
- 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 +5 -5
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +6 -6
- 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 +5 -5
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/cogl-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +2 -2
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +9 -2
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +1239 -137
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +112 -42
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +368 -115
- data/vendor/local/share/gir-1.0/Json-1.0.gir +579 -39
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyActor.html +37 -37
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyClone.html +21 -21
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyGroup.html +18 -18
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRectangle.html +19 -19
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRoot.html +17 -17
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyStage.html +21 -21
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyText.html +19 -19
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyTexture.html +19 -19
- data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyUtil.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +933 -546
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +67 -65
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +58 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +29 -29
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +19 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +33 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterGLXTexturePixmap.html → ClutterGLXTexturePixmap.html} +61 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +8 -4
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +39 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +256 -72
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +115 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +10 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +69 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +69 -67
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +31 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +157 -70
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +110 -107
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +82 -80
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +33 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +36 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +59 -58
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +39 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterX11TexturePixmap.html → ClutterX11TexturePixmap.html} +69 -53
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +10 -3
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +2 -2
- data/vendor/local/share/gtk-doc/html/{cally/callybase.html → clutter/cally.html} +22 -13
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +2 -2
- data/vendor/local/share/gtk-doc/html/{cally/ch01.html → clutter/ch13.html} +9 -9
- data/vendor/local/share/gtk-doc/html/{cally/ch02.html → clutter/ch14.html} +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +514 -499
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +143 -134
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +899 -233
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/{cally/cally-General-API.html → clutter/clutter-General-API.html} +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +55 -55
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +46 -33
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +48 -45
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +86 -79
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -27
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +34 -8
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +192 -103
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +50 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +100 -25
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/index.html +52 -11
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +248 -53
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +273 -45
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +269 -13
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +9 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +4 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +20 -20
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +141 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +11 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix19.html +102 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix20.html +56 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/{pt09.html → pt10.html} +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +19 -2
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +85 -36
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +12 -20
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +87 -45
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +12 -14
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +92 -47
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +19 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +32 -0
- data/vendor/local/share/gtk-doc/html/json-glib/{ch05.html → ch06.html} +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +41 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +114 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +4 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix11.html +155 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +4 -5
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +14 -17
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +8 -11
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +219 -63
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +6 -7
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +486 -81
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +380 -73
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +8 -12
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Utility-API.html +153 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +8 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +31 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +6 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +4 -5
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +2 -3
- data/vendor/local/share/gtk-doc/html/json-glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +2 -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/cogl.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/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/json-glib-1.0.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/ro/LC_MESSAGES/json-glib-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 +1 -1
- data/vendor/local/share/man/man1/json-glib-validate.1 +1 -1
- metadata +44 -53
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +0 -72
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +0 -45
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +0 -44
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +0 -63
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +0 -38
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +0 -95
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +0 -102
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +0 -123
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +0 -192
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +0 -30
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +0 -184
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +0 -38
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +0 -57
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
@@ -22,13 +22,13 @@
|
|
22
22
|
* Joseph Scheuhammer <clown@alum.mit.edu>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
|
26
|
+
#define __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
|
30
|
-
#define __CLUTTER_BRIGHTNESS_CONTRAST_EFFECT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-color.h>
|
33
33
|
#include <clutter/clutter-effect.h>
|
34
34
|
|
@@ -19,13 +19,13 @@
|
|
19
19
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
20
|
*/
|
21
21
|
|
22
|
+
#ifndef __CLUTTER_CAIRO_H__
|
23
|
+
#define __CLUTTER_CAIRO_H__
|
24
|
+
|
22
25
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
23
26
|
#error "Only <clutter/clutter.h> can be included directly."
|
24
27
|
#endif
|
25
28
|
|
26
|
-
#ifndef __CLUTTER_CAIRO_H__
|
27
|
-
#define __CLUTTER_CAIRO_H__
|
28
|
-
|
29
29
|
#include <clutter/clutter-types.h>
|
30
30
|
|
31
31
|
G_BEGIN_DECLS
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_CANVAS_H__
|
26
|
+
#define __CLUTTER_CANVAS_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_CANVAS_H__
|
30
|
-
#define __CLUTTER_CANVAS_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-types.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -25,13 +25,13 @@
|
|
25
25
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
26
26
|
*/
|
27
27
|
|
28
|
+
#ifndef __CLUTTER_CHILD_META_H__
|
29
|
+
#define __CLUTTER_CHILD_META_H__
|
30
|
+
|
28
31
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
29
32
|
#error "Only <clutter/clutter.h> can be included directly."
|
30
33
|
#endif
|
31
34
|
|
32
|
-
#ifndef __CLUTTER_CHILD_META_H__
|
33
|
-
#define __CLUTTER_CHILD_META_H__
|
34
|
-
|
35
35
|
#include <glib-object.h>
|
36
36
|
#include <clutter/clutter-types.h>
|
37
37
|
|
@@ -25,13 +25,13 @@
|
|
25
25
|
* Colin Walters <walters@verbum.org>
|
26
26
|
*/
|
27
27
|
|
28
|
+
#ifndef __CLUTTER_CLICK_ACTION_H__
|
29
|
+
#define __CLUTTER_CLICK_ACTION_H__
|
30
|
+
|
28
31
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
29
32
|
#error "Only <clutter/clutter.h> can be included directly."
|
30
33
|
#endif
|
31
34
|
|
32
|
-
#ifndef __CLUTTER_CLICK_ACTION_H__
|
33
|
-
#define __CLUTTER_CLICK_ACTION_H__
|
34
|
-
|
35
35
|
#include <clutter/clutter-action.h>
|
36
36
|
#include <clutter/clutter-event.h>
|
37
37
|
|
@@ -21,13 +21,13 @@
|
|
21
21
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
22
22
|
*/
|
23
23
|
|
24
|
+
#ifndef __CLUTTER_CLONE_H__
|
25
|
+
#define __CLUTTER_CLONE_H__
|
26
|
+
|
24
27
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
25
28
|
#error "Only <clutter/clutter.h> can be included directly."
|
26
29
|
#endif
|
27
30
|
|
28
|
-
#ifndef __CLUTTER_CLONE_H__
|
29
|
-
#define __CLUTTER_CLONE_H__
|
30
|
-
|
31
31
|
#include <clutter/clutter-actor.h>
|
32
32
|
|
33
33
|
G_BEGIN_DECLS
|
@@ -19,13 +19,13 @@
|
|
19
19
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
20
|
*/
|
21
21
|
|
22
|
+
#ifndef __CLUTTER_COLOR_STATIC_H__
|
23
|
+
#define __CLUTTER_COLOR_STATIC_H__
|
24
|
+
|
22
25
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
23
26
|
#error "Only <clutter/clutter.h> can be included directly."
|
24
27
|
#endif
|
25
28
|
|
26
|
-
#ifndef __CLUTTER_COLOR_STATIC_H__
|
27
|
-
#define __CLUTTER_COLOR_STATIC_H__
|
28
|
-
|
29
29
|
#define __CLUTTER_COLOR_SYM(x) (clutter_color_get_static (CLUTTER_COLOR_##x))
|
30
30
|
|
31
31
|
#define CLUTTER_COLOR_White (__CLUTTER_COLOR_SYM (WHITE))
|
@@ -23,13 +23,13 @@
|
|
23
23
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
24
24
|
*/
|
25
25
|
|
26
|
+
#ifndef __CLUTTER_COLOR_H__
|
27
|
+
#define __CLUTTER_COLOR_H__
|
28
|
+
|
26
29
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
27
30
|
#error "Only <clutter/clutter.h> can be included directly."
|
28
31
|
#endif
|
29
32
|
|
30
|
-
#ifndef __CLUTTER_COLOR_H__
|
31
|
-
#define __CLUTTER_COLOR_H__
|
32
|
-
|
33
33
|
#include <clutter/clutter-types.h>
|
34
34
|
|
35
35
|
G_BEGIN_DECLS
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_COLORIZE_EFFECT_H__
|
26
|
+
#define __CLUTTER_COLORIZE_EFFECT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_COLORIZE_EFFECT_H__
|
30
|
-
#define __CLUTTER_COLORIZE_EFFECT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-color.h>
|
33
33
|
#include <clutter/clutter-effect.h>
|
34
34
|
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_CONSTRAINT_H__
|
26
|
+
#define __CLUTTER_CONSTRAINT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_CONSTRAINT_H__
|
30
|
-
#define __CLUTTER_CONSTRAINT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-actor-meta.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -24,13 +24,13 @@
|
|
24
24
|
* Author: Emmanuele Bassi <ebassi@openedhand.com>
|
25
25
|
*/
|
26
26
|
|
27
|
+
#ifndef __CLUTTER_CONTAINER_H__
|
28
|
+
#define __CLUTTER_CONTAINER_H__
|
29
|
+
|
27
30
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
28
31
|
#error "Only <clutter/clutter.h> can be included directly."
|
29
32
|
#endif
|
30
33
|
|
31
|
-
#ifndef __CLUTTER_CONTAINER_H__
|
32
|
-
#define __CLUTTER_CONTAINER_H__
|
33
|
-
|
34
34
|
#include <clutter/clutter-actor.h>
|
35
35
|
#include <clutter/clutter-child-meta.h>
|
36
36
|
#include <clutter/clutter-types.h>
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_CONTENT_H__
|
26
|
+
#define __CLUTTER_CONTENT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_CONTENT_H__
|
30
|
-
#define __CLUTTER_CONTENT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-types.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_DEFORM_EFFECT_H__
|
26
|
+
#define __CLUTTER_DEFORM_EFFECT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_DEFORM_EFFECT_H__
|
30
|
-
#define __CLUTTER_DEFORM_EFFECT_H__
|
31
|
-
|
32
32
|
#include <cogl/cogl.h>
|
33
33
|
#include <clutter/clutter-offscreen-effect.h>
|
34
34
|
|
@@ -25,8 +25,10 @@
|
|
25
25
|
#include "deprecated/clutter-group.h"
|
26
26
|
#include "deprecated/clutter-input-device.h"
|
27
27
|
#include "deprecated/clutter-keysyms.h"
|
28
|
+
#include "deprecated/clutter-list-model.h"
|
28
29
|
#include "deprecated/clutter-main.h"
|
29
30
|
#include "deprecated/clutter-media.h"
|
31
|
+
#include "deprecated/clutter-model.h"
|
30
32
|
#include "deprecated/clutter-rectangle.h"
|
31
33
|
#include "deprecated/clutter-score.h"
|
32
34
|
#include "deprecated/clutter-shader.h"
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_DESATURATE_EFFECT_H__
|
26
|
+
#define __CLUTTER_DESATURATE_EFFECT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_DESATURATE_EFFECT_H__
|
30
|
-
#define __CLUTTER_DESATURATE_EFFECT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-effect.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -21,13 +21,13 @@
|
|
21
21
|
* Author: Emmanuele Bassi <ebassi@linux.intel.com>
|
22
22
|
*/
|
23
23
|
|
24
|
+
#ifndef __CLUTTER_DEVICE_MANAGER_H__
|
25
|
+
#define __CLUTTER_DEVICE_MANAGER_H__
|
26
|
+
|
24
27
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
25
28
|
#error "Only <clutter/clutter.h> can be included directly."
|
26
29
|
#endif
|
27
30
|
|
28
|
-
#ifndef __CLUTTER_DEVICE_MANAGER_H__
|
29
|
-
#define __CLUTTER_DEVICE_MANAGER_H__
|
30
|
-
|
31
31
|
#include <clutter/clutter-input-device.h>
|
32
32
|
#include <clutter/clutter-stage.h>
|
33
33
|
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_DRAG_ACTION_H__
|
26
|
+
#define __CLUTTER_DRAG_ACTION_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_DRAG_ACTION_H__
|
30
|
-
#define __CLUTTER_DRAG_ACTION_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-action.h>
|
33
33
|
#include <clutter/clutter-event.h>
|
34
34
|
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_DROP_ACTION_H__
|
26
|
+
#define __CLUTTER_DROP_ACTION_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be directly included."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_DROP_ACTION_H__
|
30
|
-
#define __CLUTTER_DROP_ACTION_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-action.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -22,13 +22,13 @@
|
|
22
22
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
23
23
|
*/
|
24
24
|
|
25
|
+
#ifndef __CLUTTER_EFFECT_H__
|
26
|
+
#define __CLUTTER_EFFECT_H__
|
27
|
+
|
25
28
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
26
29
|
#error "Only <clutter/clutter.h> can be included directly."
|
27
30
|
#endif
|
28
31
|
|
29
|
-
#ifndef __CLUTTER_EFFECT_H__
|
30
|
-
#define __CLUTTER_EFFECT_H__
|
31
|
-
|
32
32
|
#include <clutter/clutter-actor-meta.h>
|
33
33
|
|
34
34
|
G_BEGIN_DECLS
|
@@ -166,6 +166,15 @@ CLUTTER_AVAILABLE_IN_ALL GType clutter_zoom_axis_get_type (void) G_GNUC_CONST;
|
|
166
166
|
CLUTTER_AVAILABLE_IN_ALL GType clutter_gesture_trigger_edge_get_type (void) G_GNUC_CONST;
|
167
167
|
#define CLUTTER_TYPE_GESTURE_TRIGGER_EDGE (clutter_gesture_trigger_edge_get_type())
|
168
168
|
|
169
|
+
CLUTTER_AVAILABLE_IN_ALL GType clutter_touchpad_gesture_phase_get_type (void) G_GNUC_CONST;
|
170
|
+
#define CLUTTER_TYPE_TOUCHPAD_GESTURE_PHASE (clutter_touchpad_gesture_phase_get_type())
|
171
|
+
|
172
|
+
CLUTTER_AVAILABLE_IN_ALL GType clutter_scroll_source_get_type (void) G_GNUC_CONST;
|
173
|
+
#define CLUTTER_TYPE_SCROLL_SOURCE (clutter_scroll_source_get_type())
|
174
|
+
|
175
|
+
CLUTTER_AVAILABLE_IN_ALL GType clutter_scroll_finish_flags_get_type (void) G_GNUC_CONST;
|
176
|
+
#define CLUTTER_TYPE_SCROLL_FINISH_FLAGS (clutter_scroll_finish_flags_get_type())
|
177
|
+
|
169
178
|
/* enumerations from "./clutter-image.h" */
|
170
179
|
CLUTTER_AVAILABLE_IN_ALL GType clutter_image_error_get_type (void) G_GNUC_CONST;
|
171
180
|
#define CLUTTER_TYPE_IMAGE_ERROR (clutter_image_error_get_type())
|
@@ -19,13 +19,13 @@
|
|
19
19
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
20
|
*/
|
21
21
|
|
22
|
+
#ifndef __CLUTTER_ENUMS_H__
|
23
|
+
#define __CLUTTER_ENUMS_H__
|
24
|
+
|
22
25
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
23
26
|
#error "Only <clutter/clutter.h> can be included directly."
|
24
27
|
#endif
|
25
28
|
|
26
|
-
#ifndef __CLUTTER_ENUMS_H__
|
27
|
-
#define __CLUTTER_ENUMS_H__
|
28
|
-
|
29
29
|
#include <glib-object.h>
|
30
30
|
|
31
31
|
G_BEGIN_DECLS
|
@@ -757,6 +757,10 @@ typedef enum { /*< flags prefix=CLUTTER_EVENT >*/
|
|
757
757
|
* event added in 1.10
|
758
758
|
* @CLUTTER_TOUCH_CANCEL: A touch event sequence has been canceled;
|
759
759
|
* event added in 1.10
|
760
|
+
* @CLUTTER_TOUCHPAD_PINCH: A pinch gesture event, the current state is
|
761
|
+
* determined by its phase field; event added in 1.24
|
762
|
+
* @CLUTTER_TOUCHPAD_SWIPE: A swipe gesture event, the current state is
|
763
|
+
* determined by its phase field; event added in 1.24
|
760
764
|
* @CLUTTER_EVENT_LAST: Marks the end of the #ClutterEventType enumeration;
|
761
765
|
* added in 1.10
|
762
766
|
*
|
@@ -782,6 +786,8 @@ typedef enum { /*< prefix=CLUTTER >*/
|
|
782
786
|
CLUTTER_TOUCH_UPDATE,
|
783
787
|
CLUTTER_TOUCH_END,
|
784
788
|
CLUTTER_TOUCH_CANCEL,
|
789
|
+
CLUTTER_TOUCHPAD_PINCH,
|
790
|
+
CLUTTER_TOUCHPAD_SWIPE,
|
785
791
|
|
786
792
|
CLUTTER_EVENT_LAST /* helper */
|
787
793
|
} ClutterEventType;
|
@@ -1018,6 +1024,8 @@ typedef enum { /*< prefix=CLUTTER_SWIPE_DIRECTION >*/
|
|
1018
1024
|
* @CLUTTER_PAN_AXIS_NONE: No constraint
|
1019
1025
|
* @CLUTTER_PAN_X_AXIS: Set a constraint on the X axis
|
1020
1026
|
* @CLUTTER_PAN_Y_AXIS: Set a constraint on the Y axis
|
1027
|
+
* @CLUTTER_PAN_AXIS_AUTO: Constrain panning automatically based on initial
|
1028
|
+
* movement (available since 1.24)
|
1021
1029
|
*
|
1022
1030
|
* The axis of the constraint that should be applied on the
|
1023
1031
|
* panning action
|
@@ -1028,7 +1036,9 @@ typedef enum { /*< prefix=CLUTTER_PAN >*/
|
|
1028
1036
|
CLUTTER_PAN_AXIS_NONE = 0,
|
1029
1037
|
|
1030
1038
|
CLUTTER_PAN_X_AXIS,
|
1031
|
-
CLUTTER_PAN_Y_AXIS
|
1039
|
+
CLUTTER_PAN_Y_AXIS,
|
1040
|
+
|
1041
|
+
CLUTTER_PAN_AXIS_AUTO
|
1032
1042
|
} ClutterPanAxis;
|
1033
1043
|
|
1034
1044
|
|
@@ -1398,6 +1408,82 @@ typedef enum {
|
|
1398
1408
|
CLUTTER_GESTURE_TRIGGER_EDGE_BEFORE
|
1399
1409
|
} ClutterGestureTriggerEdge;
|
1400
1410
|
|
1411
|
+
/**
|
1412
|
+
* ClutterTouchpadGesturePhase:
|
1413
|
+
* @CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN: The gesture has begun.
|
1414
|
+
* @CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE: The gesture has been updated.
|
1415
|
+
* @CLUTTER_TOUCHPAD_GESTURE_PHASE_END: The gesture was finished, changes
|
1416
|
+
* should be permanently applied.
|
1417
|
+
* @CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL: The gesture was cancelled, all
|
1418
|
+
* changes should be undone.
|
1419
|
+
*
|
1420
|
+
* The phase of a touchpad gesture event. All gestures are guaranteed to
|
1421
|
+
* begin with an event of type %CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN,
|
1422
|
+
* followed by a number of %CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE (possibly 0).
|
1423
|
+
*
|
1424
|
+
* A finished gesture may have 2 possible outcomes, an event with phase
|
1425
|
+
* %CLUTTER_TOUCHPAD_GESTURE_PHASE_END will be emitted when the gesture is
|
1426
|
+
* considered successful, this should be used as the hint to perform any
|
1427
|
+
* permanent changes.
|
1428
|
+
|
1429
|
+
* Cancelled gestures may be so for a variety of reasons, due to hardware,
|
1430
|
+
* or due to the gesture recognition layers hinting the gesture did not
|
1431
|
+
* finish resolutely (eg. a 3rd finger being added during a pinch gesture).
|
1432
|
+
* In these cases, the last event with report the phase
|
1433
|
+
* %CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL, this should be used as a hint
|
1434
|
+
* to undo any visible/permanent changes that were done throughout the
|
1435
|
+
* progress of the gesture.
|
1436
|
+
*
|
1437
|
+
* See also #ClutterTouchpadPinchEvent and #ClutterTouchpadPinchEvent.
|
1438
|
+
*
|
1439
|
+
* Since: 1.24
|
1440
|
+
*/
|
1441
|
+
typedef enum {
|
1442
|
+
CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN,
|
1443
|
+
CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE,
|
1444
|
+
CLUTTER_TOUCHPAD_GESTURE_PHASE_END,
|
1445
|
+
CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL
|
1446
|
+
} ClutterTouchpadGesturePhase;
|
1447
|
+
|
1448
|
+
/**
|
1449
|
+
* ClutterScrollSource:
|
1450
|
+
* @CLUTTER_SCROLL_SOURCE_UNKNOWN: Source of scroll events is unknown.
|
1451
|
+
* @CLUTTER_SCROLL_SOURCE_WHEEL: The scroll event is originated by a mouse wheel.
|
1452
|
+
* @CLUTTER_SCROLL_SOURCE_FINGER: The scroll event is originated by one or more
|
1453
|
+
* fingers on the device (eg. touchpads).
|
1454
|
+
* @CLUTTER_SCROLL_SOURCE_CONTINUOUS: The scroll event is originated by the
|
1455
|
+
* motion of some device (eg. a scroll button is set).
|
1456
|
+
*
|
1457
|
+
* The scroll source determines the source of the scroll event. Keep in mind
|
1458
|
+
* that the source device #ClutterInputDeviceType is not enough to infer
|
1459
|
+
* the scroll source.
|
1460
|
+
*
|
1461
|
+
* Since: 1.26
|
1462
|
+
*/
|
1463
|
+
typedef enum {
|
1464
|
+
CLUTTER_SCROLL_SOURCE_UNKNOWN,
|
1465
|
+
CLUTTER_SCROLL_SOURCE_WHEEL,
|
1466
|
+
CLUTTER_SCROLL_SOURCE_FINGER,
|
1467
|
+
CLUTTER_SCROLL_SOURCE_CONTINUOUS
|
1468
|
+
} ClutterScrollSource;
|
1469
|
+
|
1470
|
+
/**
|
1471
|
+
* ClutterScrollFinishFlags:
|
1472
|
+
* @CLUTTER_SCROLL_FINISHED_NONE: no axis was stopped.
|
1473
|
+
* @CLUTTER_SCROLL_FINISHED_HORIZONTAL: The horizontal axis stopped.
|
1474
|
+
* @CLUTTER_SCROLL_FINISHED_VERTICAL: The vertical axis stopped.
|
1475
|
+
*
|
1476
|
+
* Flags used to notify the axes that were stopped in a #ClutterScrollEvent.
|
1477
|
+
* These can be used to trigger post-scroll effects like kinetic scrolling.
|
1478
|
+
*
|
1479
|
+
* Since: 1.26
|
1480
|
+
*/
|
1481
|
+
typedef enum {
|
1482
|
+
CLUTTER_SCROLL_FINISHED_NONE = 0,
|
1483
|
+
CLUTTER_SCROLL_FINISHED_HORIZONTAL = 1 << 0,
|
1484
|
+
CLUTTER_SCROLL_FINISHED_VERTICAL = 1 << 1
|
1485
|
+
} ClutterScrollFinishFlags;
|
1486
|
+
|
1401
1487
|
G_END_DECLS
|
1402
1488
|
|
1403
1489
|
#endif /* __CLUTTER_ENUMS_H__ */
|