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
@@ -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>CallyRectangle:
|
5
|
+
<title>CallyRectangle: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="
|
8
|
-
<link rel="up" href="
|
7
|
+
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
|
+
<link rel="up" href="ch13.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyTexture.html" title="CallyTexture">
|
10
10
|
<link rel="next" href="CallyText.html" title="CallyText">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#CallyRectangle.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="CallyTexture.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="CallyText.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="CallyRectangle.top_of_page"></a>CallyRectangle</span></h2>
|
32
|
-
<p>CallyRectangle — Implementation of the ATK interfaces for a <a href="
|
32
|
+
<p>CallyRectangle — Implementation of the ATK interfaces for a <a class="link" href="ClutterRectangle.html" title="ClutterRectangle"><span class="type">ClutterRectangle</span></a></p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -86,7 +86,7 @@ CallyRectangle implements
|
|
86
86
|
</div>
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="CallyRectangle.description"></a><h2>Description</h2>
|
89
|
-
<p><a class="link" href="CallyRectangle.html" title="CallyRectangle"><span class="type">CallyRectangle</span></a> implements the required ATK interfaces of <a href="
|
89
|
+
<p><a class="link" href="CallyRectangle.html" title="CallyRectangle"><span class="type">CallyRectangle</span></a> implements the required ATK interfaces of <a class="link" href="ClutterRectangle.html" title="ClutterRectangle"><span class="type">ClutterRectangle</span></a></p>
|
90
90
|
<p>In particular it sets a proper role for the rectangle.</p>
|
91
91
|
</div>
|
92
92
|
<div class="refsect1">
|
@@ -94,13 +94,13 @@ CallyRectangle implements
|
|
94
94
|
<div class="refsect2">
|
95
95
|
<a name="cally-rectangle-new"></a><h3>cally_rectangle_new ()</h3>
|
96
96
|
<pre class="programlisting"><span class="returnvalue">AtkObject</span> *
|
97
|
-
cally_rectangle_new (<em class="parameter"><code><a href="
|
97
|
+
cally_rectangle_new (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
98
98
|
<p>Creates a new <a class="link" href="CallyRectangle.html" title="CallyRectangle"><span class="type">CallyRectangle</span></a> for the given <em class="parameter"><code>actor</code></em>
|
99
99
|
. <em class="parameter"><code>actor</code></em>
|
100
100
|
must be
|
101
|
-
a <a href="
|
101
|
+
a <a class="link" href="ClutterRectangle.html" title="ClutterRectangle"><span class="type">ClutterRectangle</span></a>.</p>
|
102
102
|
<div class="refsect3">
|
103
|
-
<a name="id-1.3.
|
103
|
+
<a name="id-1.9.3.6.8.2.5"></a><h4>Parameters</h4>
|
104
104
|
<div class="informaltable"><table width="100%" border="0">
|
105
105
|
<colgroup>
|
106
106
|
<col width="150px" class="parameters_name">
|
@@ -109,16 +109,16 @@ a <a href="../clutter/ClutterRectangle.html"><span class="type">ClutterRectangle
|
|
109
109
|
</colgroup>
|
110
110
|
<tbody><tr>
|
111
111
|
<td class="parameter_name"><p>actor</p></td>
|
112
|
-
<td class="parameter_description"><p>a <a href="
|
112
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
113
113
|
<td class="parameter_annotations"> </td>
|
114
114
|
</tr></tbody>
|
115
115
|
</table></div>
|
116
116
|
</div>
|
117
117
|
<div class="refsect3">
|
118
|
-
<a name="id-1.3.
|
118
|
+
<a name="id-1.9.3.6.8.2.6"></a><h4>Returns</h4>
|
119
119
|
<p> the newly created <span class="type">AtkObject</span></p>
|
120
120
|
</div>
|
121
|
-
<p class="since">Since: <a class="link" href="
|
121
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
122
122
|
</div>
|
123
123
|
</div>
|
124
124
|
<div class="refsect1">
|
@@ -126,9 +126,9 @@ a <a href="../clutter/ClutterRectangle.html"><span class="type">ClutterRectangle
|
|
126
126
|
<div class="refsect2">
|
127
127
|
<a name="CallyRectangle-struct"></a><h3>struct CallyRectangle</h3>
|
128
128
|
<pre class="programlisting">struct CallyRectangle;</pre>
|
129
|
-
<p>The
|
129
|
+
<p>The <span class="structname">CallyRectangle</span> structure contains only private
|
130
130
|
data and should be accessed using the provided API</p>
|
131
|
-
<p class="since">Since: <a class="link" href="
|
131
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
132
132
|
</div>
|
133
133
|
<hr>
|
134
134
|
<div class="refsect2">
|
@@ -136,17 +136,17 @@ data and should be accessed using the provided API</p>
|
|
136
136
|
<pre class="programlisting">struct CallyRectangleClass {
|
137
137
|
};
|
138
138
|
</pre>
|
139
|
-
<p>The
|
139
|
+
<p>The <span class="structname">CallyRectangleClass</span> structure contains
|
140
140
|
only private data</p>
|
141
|
-
<p class="since">Since: <a class="link" href="
|
141
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
142
142
|
</div>
|
143
143
|
</div>
|
144
144
|
<div class="refsect1">
|
145
145
|
<a name="CallyRectangle.see-also"></a><h2>See Also</h2>
|
146
|
-
<p><a href="
|
146
|
+
<p><a class="link" href="ClutterRectangle.html" title="ClutterRectangle"><span class="type">ClutterRectangle</span></a></p>
|
147
147
|
</div>
|
148
148
|
</div>
|
149
149
|
<div class="footer">
|
150
|
-
<hr>Generated by GTK-Doc V1.
|
150
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
151
151
|
</body>
|
152
152
|
</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>CallyRoot:
|
5
|
+
<title>CallyRoot: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="
|
8
|
-
<link rel="up" href="
|
7
|
+
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
|
+
<link rel="up" href="ch14.html" title="Utility API">
|
9
9
|
<link rel="prev" href="CallyUtil.html" title="CallyUtil">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="migration.html" title="Part IX. Migrating from previous version of Clutter">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -19,9 +19,9 @@
|
|
19
19
|
<a href="#CallyRoot.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
-
<td><a accesskey="u" href="
|
22
|
+
<td><a accesskey="u" href="ch14.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
23
|
<td><a accesskey="p" href="CallyUtil.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
-
<td><a accesskey="n" href="
|
24
|
+
<td><a accesskey="n" href="migration.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
25
|
</tr></table>
|
26
26
|
<div class="refentry">
|
27
27
|
<a name="CallyRoot"></a><div class="titlepage"></div>
|
@@ -81,10 +81,10 @@
|
|
81
81
|
<p><a class="link" href="CallyRoot.html" title="CallyRoot"><span class="type">CallyRoot</span></a> is the root object of the accessibility tree-like
|
82
82
|
hierarchy, exposing the application level.</p>
|
83
83
|
<p>Somewhat equivalent to <span class="type">GailTopLevel</span>. We consider that this class
|
84
|
-
expose the a11y information of the <a href="
|
84
|
+
expose the a11y information of the <a class="link" href="clutter-Stage-Manager.html#ClutterStageManager"><span class="type">ClutterStageManager</span></a>, as the
|
85
85
|
children of this object are the different ClutterStage managed (so
|
86
86
|
the <span class="type">GObject</span> used in the <code class="function">atk_object_initialize()</code> is the
|
87
|
-
<a href="
|
87
|
+
<a class="link" href="clutter-Stage-Manager.html#ClutterStageManager"><span class="type">ClutterStageManager</span></a>).</p>
|
88
88
|
</div>
|
89
89
|
<div class="refsect1">
|
90
90
|
<a name="CallyRoot.functions_details"></a><h2>Functions</h2>
|
@@ -94,10 +94,10 @@ the <span class="type">GObject</span> used in the <code class="function">atk_obj
|
|
94
94
|
cally_root_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
95
95
|
<p>Creates a new <a class="link" href="CallyRoot.html" title="CallyRoot"><span class="type">CallyRoot</span></a> object.</p>
|
96
96
|
<div class="refsect3">
|
97
|
-
<a name="id-1.
|
97
|
+
<a name="id-1.9.4.4.7.2.5"></a><h4>Returns</h4>
|
98
98
|
<p> the newly created <span class="type">AtkObject</span></p>
|
99
99
|
</div>
|
100
|
-
<p class="since">Since: <a class="link" href="
|
100
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
101
101
|
</div>
|
102
102
|
</div>
|
103
103
|
<div class="refsect1">
|
@@ -105,9 +105,9 @@ cally_root_new (<em class="parameter"><code><span class="type">void</span></code
|
|
105
105
|
<div class="refsect2">
|
106
106
|
<a name="CallyRoot-struct"></a><h3>struct CallyRoot</h3>
|
107
107
|
<pre class="programlisting">struct CallyRoot;</pre>
|
108
|
-
<p>The
|
108
|
+
<p>The <span class="structname">CallyRoot</span> structure contains only private
|
109
109
|
data and should be accessed using the provided API</p>
|
110
|
-
<p class="since">Since: <a class="link" href="
|
110
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
111
111
|
</div>
|
112
112
|
<hr>
|
113
113
|
<div class="refsect2">
|
@@ -115,17 +115,17 @@ data and should be accessed using the provided API</p>
|
|
115
115
|
<pre class="programlisting">struct CallyRootClass {
|
116
116
|
};
|
117
117
|
</pre>
|
118
|
-
<p>The
|
118
|
+
<p>The <span class="structname">CallyRootClass</span> structure contains only
|
119
119
|
private data</p>
|
120
|
-
<p class="since">Since: <a class="link" href="
|
120
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
121
121
|
</div>
|
122
122
|
</div>
|
123
123
|
<div class="refsect1">
|
124
124
|
<a name="CallyRoot.see-also"></a><h2>See Also</h2>
|
125
|
-
<p><a href="
|
125
|
+
<p><a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a></p>
|
126
126
|
</div>
|
127
127
|
</div>
|
128
128
|
<div class="footer">
|
129
|
-
<hr>Generated by GTK-Doc V1.
|
129
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
130
130
|
</body>
|
131
131
|
</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>CallyStage:
|
5
|
+
<title>CallyStage: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="
|
8
|
-
<link rel="up" href="
|
7
|
+
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
|
+
<link rel="up" href="ch13.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyGroup.html" title="CallyGroup">
|
10
10
|
<link rel="next" href="CallyTexture.html" title="CallyTexture">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#CallyStage.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="CallyGroup.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="CallyTexture.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="CallyStage.top_of_page"></a>CallyStage</span></h2>
|
32
|
-
<p>CallyStage — Implementation of the ATK interfaces for a <a href="
|
32
|
+
<p>CallyStage — Implementation of the ATK interfaces for a <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a></p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -87,25 +87,25 @@ CallyStage implements
|
|
87
87
|
</div>
|
88
88
|
<div class="refsect1">
|
89
89
|
<a name="CallyStage.description"></a><h2>Description</h2>
|
90
|
-
<p><a class="link" href="CallyStage.html" title="CallyStage"><span class="type">CallyStage</span></a> implements the required ATK interfaces for <a href="
|
90
|
+
<p><a class="link" href="CallyStage.html" title="CallyStage"><span class="type">CallyStage</span></a> implements the required ATK interfaces for <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a></p>
|
91
91
|
<p>Some implementation details: at this moment <a class="link" href="CallyStage.html" title="CallyStage"><span class="type">CallyStage</span></a> is used as
|
92
92
|
the most similar Window object in this toolkit (ie: emitting window
|
93
|
-
related signals), although the real purpose of <a href="
|
93
|
+
related signals), although the real purpose of <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> is
|
94
94
|
being a canvas. Anyway, this is required for applications using
|
95
|
-
just clutter, or directly <a href="
|
95
|
+
just clutter, or directly <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a></p>
|
96
96
|
</div>
|
97
97
|
<div class="refsect1">
|
98
98
|
<a name="CallyStage.functions_details"></a><h2>Functions</h2>
|
99
99
|
<div class="refsect2">
|
100
100
|
<a name="cally-stage-new"></a><h3>cally_stage_new ()</h3>
|
101
101
|
<pre class="programlisting"><span class="returnvalue">AtkObject</span> *
|
102
|
-
cally_stage_new (<em class="parameter"><code><a href="
|
102
|
+
cally_stage_new (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
103
103
|
<p>Creates a new <a class="link" href="CallyStage.html" title="CallyStage"><span class="type">CallyStage</span></a> for the given <em class="parameter"><code>actor</code></em>
|
104
104
|
. <em class="parameter"><code>actor</code></em>
|
105
105
|
should be a
|
106
|
-
<a href="
|
106
|
+
<a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a>.</p>
|
107
107
|
<div class="refsect3">
|
108
|
-
<a name="id-1.3.
|
108
|
+
<a name="id-1.9.3.4.8.2.5"></a><h4>Parameters</h4>
|
109
109
|
<div class="informaltable"><table width="100%" border="0">
|
110
110
|
<colgroup>
|
111
111
|
<col width="150px" class="parameters_name">
|
@@ -114,16 +114,16 @@ cally_stage_new (<em class="parameter"><code><a href="../clutter/ClutterActor.ht
|
|
114
114
|
</colgroup>
|
115
115
|
<tbody><tr>
|
116
116
|
<td class="parameter_name"><p>actor</p></td>
|
117
|
-
<td class="parameter_description"><p>a <a href="
|
117
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
118
118
|
<td class="parameter_annotations"> </td>
|
119
119
|
</tr></tbody>
|
120
120
|
</table></div>
|
121
121
|
</div>
|
122
122
|
<div class="refsect3">
|
123
|
-
<a name="id-1.3.
|
123
|
+
<a name="id-1.9.3.4.8.2.6"></a><h4>Returns</h4>
|
124
124
|
<p> the newly created <span class="type">AtkObject</span></p>
|
125
125
|
</div>
|
126
|
-
<p class="since">Since: <a class="link" href="
|
126
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
127
127
|
</div>
|
128
128
|
</div>
|
129
129
|
<div class="refsect1">
|
@@ -131,9 +131,9 @@ cally_stage_new (<em class="parameter"><code><a href="../clutter/ClutterActor.ht
|
|
131
131
|
<div class="refsect2">
|
132
132
|
<a name="CallyStage-struct"></a><h3>struct CallyStage</h3>
|
133
133
|
<pre class="programlisting">struct CallyStage;</pre>
|
134
|
-
<p>The
|
134
|
+
<p>The <span class="structname">CallyStage</span> structure contains only
|
135
135
|
private data and should be accessed using the provided API</p>
|
136
|
-
<p class="since">Since: <a class="link" href="
|
136
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
137
137
|
</div>
|
138
138
|
<hr>
|
139
139
|
<div class="refsect2">
|
@@ -141,17 +141,17 @@ private data and should be accessed using the provided API</p>
|
|
141
141
|
<pre class="programlisting">struct CallyStageClass {
|
142
142
|
};
|
143
143
|
</pre>
|
144
|
-
<p>The
|
144
|
+
<p>The <span class="structname">CallyStageClass</span> structure contains only
|
145
145
|
private data</p>
|
146
|
-
<p class="since">Since: <a class="link" href="
|
146
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
147
147
|
</div>
|
148
148
|
</div>
|
149
149
|
<div class="refsect1">
|
150
150
|
<a name="CallyStage.see-also"></a><h2>See Also</h2>
|
151
|
-
<p><a href="
|
151
|
+
<p><a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a></p>
|
152
152
|
</div>
|
153
153
|
</div>
|
154
154
|
<div class="footer">
|
155
|
-
<hr>Generated by GTK-Doc V1.
|
155
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
156
156
|
</body>
|
157
157
|
</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>CallyText:
|
5
|
+
<title>CallyText: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="
|
8
|
-
<link rel="up" href="
|
7
|
+
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
|
+
<link rel="up" href="ch13.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyRectangle.html" title="CallyRectangle">
|
10
10
|
<link rel="next" href="CallyClone.html" title="CallyClone">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#CallyText.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="CallyRectangle.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="CallyClone.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="CallyText.top_of_page"></a>CallyText</span></h2>
|
32
|
-
<p>CallyText — Implementation of the ATK interfaces for a <a href="
|
32
|
+
<p>CallyText — Implementation of the ATK interfaces for a <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a></p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -87,20 +87,20 @@ CallyText implements
|
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="CallyText.description"></a><h2>Description</h2>
|
89
89
|
<p><a class="link" href="CallyText.html" title="CallyText"><span class="type">CallyText</span></a> implements the required ATK interfaces of
|
90
|
-
<a href="
|
90
|
+
<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a>, <span class="type">AtkText</span> and <span class="type">AtkEditableText</span></p>
|
91
91
|
</div>
|
92
92
|
<div class="refsect1">
|
93
93
|
<a name="CallyText.functions_details"></a><h2>Functions</h2>
|
94
94
|
<div class="refsect2">
|
95
95
|
<a name="cally-text-new"></a><h3>cally_text_new ()</h3>
|
96
96
|
<pre class="programlisting"><span class="returnvalue">AtkObject</span> *
|
97
|
-
cally_text_new (<em class="parameter"><code><a href="
|
97
|
+
cally_text_new (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
98
98
|
<p>Creates a new <a class="link" href="CallyText.html" title="CallyText"><span class="type">CallyText</span></a> for the given <em class="parameter"><code>actor</code></em>
|
99
99
|
. <em class="parameter"><code>actor</code></em>
|
100
100
|
must be a
|
101
|
-
<a href="
|
101
|
+
<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a>.</p>
|
102
102
|
<div class="refsect3">
|
103
|
-
<a name="id-1.3.
|
103
|
+
<a name="id-1.9.3.7.8.2.5"></a><h4>Parameters</h4>
|
104
104
|
<div class="informaltable"><table width="100%" border="0">
|
105
105
|
<colgroup>
|
106
106
|
<col width="150px" class="parameters_name">
|
@@ -109,16 +109,16 @@ cally_text_new (<em class="parameter"><code><a href="../clutter/ClutterActor.htm
|
|
109
109
|
</colgroup>
|
110
110
|
<tbody><tr>
|
111
111
|
<td class="parameter_name"><p>actor</p></td>
|
112
|
-
<td class="parameter_description"><p>a <a href="
|
112
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
113
113
|
<td class="parameter_annotations"> </td>
|
114
114
|
</tr></tbody>
|
115
115
|
</table></div>
|
116
116
|
</div>
|
117
117
|
<div class="refsect3">
|
118
|
-
<a name="id-1.3.
|
118
|
+
<a name="id-1.9.3.7.8.2.6"></a><h4>Returns</h4>
|
119
119
|
<p> the newly created <span class="type">AtkObject</span></p>
|
120
120
|
</div>
|
121
|
-
<p class="since">Since: <a class="link" href="
|
121
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
122
122
|
</div>
|
123
123
|
</div>
|
124
124
|
<div class="refsect1">
|
@@ -126,9 +126,9 @@ cally_text_new (<em class="parameter"><code><a href="../clutter/ClutterActor.htm
|
|
126
126
|
<div class="refsect2">
|
127
127
|
<a name="CallyText-struct"></a><h3>struct CallyText</h3>
|
128
128
|
<pre class="programlisting">struct CallyText;</pre>
|
129
|
-
<p>The
|
129
|
+
<p>The <span class="structname">CallyText</span> structure contains only private
|
130
130
|
data and should be accessed using the provided API</p>
|
131
|
-
<p class="since">Since: <a class="link" href="
|
131
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
132
132
|
</div>
|
133
133
|
<hr>
|
134
134
|
<div class="refsect2">
|
@@ -136,17 +136,17 @@ data and should be accessed using the provided API</p>
|
|
136
136
|
<pre class="programlisting">struct CallyTextClass {
|
137
137
|
};
|
138
138
|
</pre>
|
139
|
-
<p>The
|
139
|
+
<p>The <span class="structname">CallyTextClass</span> structure contains only
|
140
140
|
private data</p>
|
141
|
-
<p class="since">Since: <a class="link" href="
|
141
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
142
142
|
</div>
|
143
143
|
</div>
|
144
144
|
<div class="refsect1">
|
145
145
|
<a name="CallyText.see-also"></a><h2>See Also</h2>
|
146
|
-
<p><a href="
|
146
|
+
<p><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a></p>
|
147
147
|
</div>
|
148
148
|
</div>
|
149
149
|
<div class="footer">
|
150
|
-
<hr>Generated by GTK-Doc V1.
|
150
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
151
151
|
</body>
|
152
152
|
</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>CallyTexture:
|
5
|
+
<title>CallyTexture: Clutter Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
-
<link rel="home" href="index.html" title="
|
8
|
-
<link rel="up" href="
|
7
|
+
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
|
+
<link rel="up" href="ch13.html" title="Base Classes">
|
9
9
|
<link rel="prev" href="CallyStage.html" title="CallyStage">
|
10
10
|
<link rel="next" href="CallyRectangle.html" title="CallyRectangle">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24 (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">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#CallyTexture.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="CallyStage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="CallyRectangle.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="CallyTexture.top_of_page"></a>CallyTexture</span></h2>
|
32
|
-
<p>CallyTexture — Implementation of the ATK interfaces for a <a href="
|
32
|
+
<p>CallyTexture — Implementation of the ATK interfaces for a <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a></p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -86,7 +86,7 @@ CallyTexture implements
|
|
86
86
|
</div>
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="CallyTexture.description"></a><h2>Description</h2>
|
89
|
-
<p><a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> implements the required ATK interfaces of <a href="
|
89
|
+
<p><a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> implements the required ATK interfaces of <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a></p>
|
90
90
|
<p>In particular it sets a proper role for the texture.</p>
|
91
91
|
</div>
|
92
92
|
<div class="refsect1">
|
@@ -94,13 +94,13 @@ CallyTexture implements
|
|
94
94
|
<div class="refsect2">
|
95
95
|
<a name="cally-texture-new"></a><h3>cally_texture_new ()</h3>
|
96
96
|
<pre class="programlisting"><span class="returnvalue">AtkObject</span> *
|
97
|
-
cally_texture_new (<em class="parameter"><code><a href="
|
97
|
+
cally_texture_new (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
98
98
|
<p>Creates a new <a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> for the given <em class="parameter"><code>actor</code></em>
|
99
99
|
. <em class="parameter"><code>actor</code></em>
|
100
100
|
must be
|
101
|
-
a <a href="
|
101
|
+
a <a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a>.</p>
|
102
102
|
<div class="refsect3">
|
103
|
-
<a name="id-1.3.
|
103
|
+
<a name="id-1.9.3.5.8.2.5"></a><h4>Parameters</h4>
|
104
104
|
<div class="informaltable"><table width="100%" border="0">
|
105
105
|
<colgroup>
|
106
106
|
<col width="150px" class="parameters_name">
|
@@ -109,16 +109,16 @@ a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</sp
|
|
109
109
|
</colgroup>
|
110
110
|
<tbody><tr>
|
111
111
|
<td class="parameter_name"><p>actor</p></td>
|
112
|
-
<td class="parameter_description"><p>a <a href="
|
112
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
113
113
|
<td class="parameter_annotations"> </td>
|
114
114
|
</tr></tbody>
|
115
115
|
</table></div>
|
116
116
|
</div>
|
117
117
|
<div class="refsect3">
|
118
|
-
<a name="id-1.3.
|
118
|
+
<a name="id-1.9.3.5.8.2.6"></a><h4>Returns</h4>
|
119
119
|
<p> the newly created <span class="type">AtkObject</span></p>
|
120
120
|
</div>
|
121
|
-
<p class="since">Since: <a class="link" href="
|
121
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
122
122
|
</div>
|
123
123
|
</div>
|
124
124
|
<div class="refsect1">
|
@@ -126,9 +126,9 @@ a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</sp
|
|
126
126
|
<div class="refsect2">
|
127
127
|
<a name="CallyTexture-struct"></a><h3>struct CallyTexture</h3>
|
128
128
|
<pre class="programlisting">struct CallyTexture;</pre>
|
129
|
-
<p>The
|
129
|
+
<p>The <span class="structname">CallyTexture</span> structure contains only
|
130
130
|
private data and should be accessed using the provided API</p>
|
131
|
-
<p class="since">Since: <a class="link" href="
|
131
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
132
132
|
</div>
|
133
133
|
<hr>
|
134
134
|
<div class="refsect2">
|
@@ -136,17 +136,17 @@ private data and should be accessed using the provided API</p>
|
|
136
136
|
<pre class="programlisting">struct CallyTextureClass {
|
137
137
|
};
|
138
138
|
</pre>
|
139
|
-
<p>The
|
139
|
+
<p>The <span class="structname">CallyTextureClass</span> structure contains
|
140
140
|
only private data</p>
|
141
|
-
<p class="since">Since: <a class="link" href="
|
141
|
+
<p class="since">Since: <a class="link" href="ix09.html#api-index-1.4">1.4</a></p>
|
142
142
|
</div>
|
143
143
|
</div>
|
144
144
|
<div class="refsect1">
|
145
145
|
<a name="CallyTexture.see-also"></a><h2>See Also</h2>
|
146
|
-
<p><a href="
|
146
|
+
<p><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a></p>
|
147
147
|
</div>
|
148
148
|
</div>
|
149
149
|
<div class="footer">
|
150
|
-
<hr>Generated by GTK-Doc V1.
|
150
|
+
<hr>Generated by GTK-Doc V1.24</div>
|
151
151
|
</body>
|
152
152
|
</html>
|