clutter 3.0.7-x86-mingw32 → 3.0.8-x86-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
@@ -1957,6 +1957,129 @@ transformation (i.e. scale, rotation, etc)</doc>
|
|
1957
1957
|
</parameter>
|
1958
1958
|
</parameters>
|
1959
1959
|
</method>
|
1960
|
+
<method name="bind_model"
|
1961
|
+
c:identifier="clutter_actor_bind_model"
|
1962
|
+
version="1.24">
|
1963
|
+
<doc xml:space="preserve">Binds a #GListModel to a #ClutterActor.
|
1964
|
+
|
1965
|
+
If the #ClutterActor was already bound to a #GListModel, the previous
|
1966
|
+
binding is destroyed.
|
1967
|
+
|
1968
|
+
The existing children of #ClutterActor are destroyed when setting a
|
1969
|
+
model, and new children are created and added, representing the contents
|
1970
|
+
of the @model. The #ClutterActor is updated whenever the @model changes.
|
1971
|
+
If @model is %NULL, the #ClutterActor is left empty.
|
1972
|
+
|
1973
|
+
When a #ClutterActor is bound to a model, adding and removing children
|
1974
|
+
directly is undefined behaviour.</doc>
|
1975
|
+
<return-value transfer-ownership="none">
|
1976
|
+
<type name="none" c:type="void"/>
|
1977
|
+
</return-value>
|
1978
|
+
<parameters>
|
1979
|
+
<instance-parameter name="self" transfer-ownership="none">
|
1980
|
+
<doc xml:space="preserve">a #ClutterActor</doc>
|
1981
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
1982
|
+
</instance-parameter>
|
1983
|
+
<parameter name="model"
|
1984
|
+
transfer-ownership="none"
|
1985
|
+
nullable="1"
|
1986
|
+
allow-none="1">
|
1987
|
+
<doc xml:space="preserve">a #GListModel</doc>
|
1988
|
+
<type name="Gio.ListModel" c:type="GListModel*"/>
|
1989
|
+
</parameter>
|
1990
|
+
<parameter name="create_child_func"
|
1991
|
+
transfer-ownership="none"
|
1992
|
+
scope="notified"
|
1993
|
+
closure="2"
|
1994
|
+
destroy="3">
|
1995
|
+
<doc xml:space="preserve">a function that creates #ClutterActor instances
|
1996
|
+
from the contents of the @model</doc>
|
1997
|
+
<type name="ActorCreateChildFunc"
|
1998
|
+
c:type="ClutterActorCreateChildFunc"/>
|
1999
|
+
</parameter>
|
2000
|
+
<parameter name="user_data"
|
2001
|
+
transfer-ownership="none"
|
2002
|
+
nullable="1"
|
2003
|
+
allow-none="1">
|
2004
|
+
<doc xml:space="preserve">user data passed to @create_child_func</doc>
|
2005
|
+
<type name="gpointer" c:type="gpointer"/>
|
2006
|
+
</parameter>
|
2007
|
+
<parameter name="notify" transfer-ownership="none" scope="async">
|
2008
|
+
<doc xml:space="preserve">function called when unsetting the @model</doc>
|
2009
|
+
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
2010
|
+
</parameter>
|
2011
|
+
</parameters>
|
2012
|
+
</method>
|
2013
|
+
<method name="bind_model_with_properties"
|
2014
|
+
c:identifier="clutter_actor_bind_model_with_properties"
|
2015
|
+
version="1.24"
|
2016
|
+
introspectable="0">
|
2017
|
+
<doc xml:space="preserve">Binds a #GListModel to a #ClutterActor.
|
2018
|
+
|
2019
|
+
Unlike clutter_actor_bind_model(), this function automatically creates
|
2020
|
+
a child #ClutterActor of type @child_type, and binds properties on the
|
2021
|
+
items inside the @model to the corresponding properties on the child,
|
2022
|
+
for instance:
|
2023
|
+
|
2024
|
+
|[<!-- language="C" -->
|
2025
|
+
clutter_actor_bind_model_with_properties (actor, model,
|
2026
|
+
MY_TYPE_CHILD_VIEW,
|
2027
|
+
"label", "text", G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE,
|
2028
|
+
"icon", "image", G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE,
|
2029
|
+
"selected", "selected", G_BINDING_BIDIRECTIONAL,
|
2030
|
+
"active", "active", G_BINDING_BIDIRECTIONAL,
|
2031
|
+
NULL);
|
2032
|
+
]|
|
2033
|
+
|
2034
|
+
is the equivalent of calling clutter_actor_bind_model() with a
|
2035
|
+
#ClutterActorCreateChildFunc of:
|
2036
|
+
|
2037
|
+
|[<!-- language="C" -->
|
2038
|
+
ClutterActor *res = g_object_new (MY_TYPE_CHILD_VIEW, NULL);
|
2039
|
+
|
2040
|
+
g_object_bind_property (item, "label", res, "text", G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);
|
2041
|
+
g_object_bind_property (item, "icon", res, "image", G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);
|
2042
|
+
g_object_bind_property (item, "selected", res, "selected", G_BINDING_BIDIRECTIONAL);
|
2043
|
+
g_object_bind_property (item, "active", res, "active", G_BINDING_BIDIRECTIONAL);
|
2044
|
+
|
2045
|
+
return res;
|
2046
|
+
]|
|
2047
|
+
|
2048
|
+
If the #ClutterActor was already bound to a #GListModel, the previous
|
2049
|
+
binding is destroyed.
|
2050
|
+
|
2051
|
+
When a #ClutterActor is bound to a model, adding and removing children
|
2052
|
+
directly is undefined behaviour.
|
2053
|
+
|
2054
|
+
See also: clutter_actor_bind_model()</doc>
|
2055
|
+
<return-value transfer-ownership="none">
|
2056
|
+
<type name="none" c:type="void"/>
|
2057
|
+
</return-value>
|
2058
|
+
<parameters>
|
2059
|
+
<instance-parameter name="self" transfer-ownership="none">
|
2060
|
+
<doc xml:space="preserve">a #ClutterActor</doc>
|
2061
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
2062
|
+
</instance-parameter>
|
2063
|
+
<parameter name="model" transfer-ownership="none">
|
2064
|
+
<doc xml:space="preserve">a #GListModel</doc>
|
2065
|
+
<type name="Gio.ListModel" c:type="GListModel*"/>
|
2066
|
+
</parameter>
|
2067
|
+
<parameter name="child_type" transfer-ownership="none">
|
2068
|
+
<doc xml:space="preserve">the type of #ClutterActor to use when creating
|
2069
|
+
children mapping to items inside the @model</doc>
|
2070
|
+
<type name="GType" c:type="GType"/>
|
2071
|
+
</parameter>
|
2072
|
+
<parameter name="first_model_property" transfer-ownership="none">
|
2073
|
+
<doc xml:space="preserve">the first property of @model to bind</doc>
|
2074
|
+
<type name="utf8" c:type="const char*"/>
|
2075
|
+
</parameter>
|
2076
|
+
<parameter name="..." transfer-ownership="none">
|
2077
|
+
<doc xml:space="preserve">tuples of property names on the @model, on the child, and the
|
2078
|
+
#GBindingFlags used to bind them, terminated by %NULL</doc>
|
2079
|
+
<varargs/>
|
2080
|
+
</parameter>
|
2081
|
+
</parameters>
|
2082
|
+
</method>
|
1960
2083
|
<method name="clear_actions"
|
1961
2084
|
c:identifier="clutter_actor_clear_actions"
|
1962
2085
|
version="1.4">
|
@@ -4701,6 +4824,40 @@ This function should not be used by applications</doc>
|
|
4701
4824
|
</instance-parameter>
|
4702
4825
|
</parameters>
|
4703
4826
|
</method>
|
4827
|
+
<method name="is_mapped"
|
4828
|
+
c:identifier="clutter_actor_is_mapped"
|
4829
|
+
version="1.24">
|
4830
|
+
<doc xml:space="preserve">Checks whether a #ClutterActor has been set as mapped.
|
4831
|
+
|
4832
|
+
See also %CLUTTER_ACTOR_IS_MAPPED and #ClutterActor:mapped</doc>
|
4833
|
+
<return-value transfer-ownership="none">
|
4834
|
+
<doc xml:space="preserve">%TRUE if the actor is mapped</doc>
|
4835
|
+
<type name="gboolean" c:type="gboolean"/>
|
4836
|
+
</return-value>
|
4837
|
+
<parameters>
|
4838
|
+
<instance-parameter name="self" transfer-ownership="none">
|
4839
|
+
<doc xml:space="preserve">a #ClutterActor</doc>
|
4840
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
4841
|
+
</instance-parameter>
|
4842
|
+
</parameters>
|
4843
|
+
</method>
|
4844
|
+
<method name="is_realized"
|
4845
|
+
c:identifier="clutter_actor_is_realized"
|
4846
|
+
version="1.24">
|
4847
|
+
<doc xml:space="preserve">Checks whether a #ClutterActor is realized.
|
4848
|
+
|
4849
|
+
See also %CLUTTER_ACTOR_IS_REALIZED and #ClutterActor:realized.</doc>
|
4850
|
+
<return-value transfer-ownership="none">
|
4851
|
+
<doc xml:space="preserve">%TRUE if the actor is realized</doc>
|
4852
|
+
<type name="gboolean" c:type="gboolean"/>
|
4853
|
+
</return-value>
|
4854
|
+
<parameters>
|
4855
|
+
<instance-parameter name="self" transfer-ownership="none">
|
4856
|
+
<doc xml:space="preserve">a #ClutterActor</doc>
|
4857
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
4858
|
+
</instance-parameter>
|
4859
|
+
</parameters>
|
4860
|
+
</method>
|
4704
4861
|
<method name="is_rotated"
|
4705
4862
|
c:identifier="clutter_actor_is_rotated"
|
4706
4863
|
version="0.6">
|
@@ -4731,6 +4888,23 @@ This function should not be used by applications</doc>
|
|
4731
4888
|
</instance-parameter>
|
4732
4889
|
</parameters>
|
4733
4890
|
</method>
|
4891
|
+
<method name="is_visible"
|
4892
|
+
c:identifier="clutter_actor_is_visible"
|
4893
|
+
version="1.24">
|
4894
|
+
<doc xml:space="preserve">Checks whether an actor is marked as visible.
|
4895
|
+
|
4896
|
+
See also %CLUTTER_ACTOR_IS_VISIBLE and #ClutterActor:visible.</doc>
|
4897
|
+
<return-value transfer-ownership="none">
|
4898
|
+
<doc xml:space="preserve">%TRUE if the actor visible</doc>
|
4899
|
+
<type name="gboolean" c:type="gboolean"/>
|
4900
|
+
</return-value>
|
4901
|
+
<parameters>
|
4902
|
+
<instance-parameter name="self" transfer-ownership="none">
|
4903
|
+
<doc xml:space="preserve">a #ClutterActor</doc>
|
4904
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
4905
|
+
</instance-parameter>
|
4906
|
+
</parameters>
|
4907
|
+
</method>
|
4734
4908
|
<method name="lower"
|
4735
4909
|
c:identifier="clutter_actor_lower"
|
4736
4910
|
deprecated="1"
|
@@ -4806,7 +4980,8 @@ implementation.</doc>
|
|
4806
4980
|
deprecated-version="1.12">
|
4807
4981
|
<doc xml:space="preserve">Sets an anchor point for the actor, and adjusts the actor postion so that
|
4808
4982
|
the relative position of the actor toward its parent remains the same.</doc>
|
4809
|
-
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point
|
4983
|
+
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point and
|
4984
|
+
clutter_actor_set_translation() instead.</doc-deprecated>
|
4810
4985
|
<return-value transfer-ownership="none">
|
4811
4986
|
<type name="none" c:type="void"/>
|
4812
4987
|
</return-value>
|
@@ -4839,7 +5014,8 @@ that if the actor changes size then the anchor point will move. For
|
|
4839
5014
|
example, if you set the anchor point to %CLUTTER_GRAVITY_SOUTH_EAST
|
4840
5015
|
and later double the size of the actor, the anchor point will move
|
4841
5016
|
to the bottom right.</doc>
|
4842
|
-
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point
|
5017
|
+
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point and
|
5018
|
+
clutter_actor_set_translation() instead.</doc-deprecated>
|
4843
5019
|
<return-value transfer-ownership="none">
|
4844
5020
|
<type name="none" c:type="void"/>
|
4845
5021
|
</return-value>
|
@@ -5600,7 +5776,9 @@ that if the actor changes size then the anchor point will move. For
|
|
5600
5776
|
example, if you set the anchor point to %CLUTTER_GRAVITY_SOUTH_EAST
|
5601
5777
|
and later double the size of the actor, the anchor point will move
|
5602
5778
|
to the bottom right.</doc>
|
5603
|
-
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point
|
5779
|
+
<doc-deprecated xml:space="preserve">Use #ClutterActor:pivot-point and
|
5780
|
+
clutter_actor_set_translation() instead. E.g. For %CLUTTER_GRAVITY_CENTER set
|
5781
|
+
pivot_point to (0.5,0.5) and the translation to (width/2,height/2).</doc-deprecated>
|
5604
5782
|
<return-value transfer-ownership="none">
|
5605
5783
|
<type name="none" c:type="void"/>
|
5606
5784
|
</return-value>
|
@@ -9667,6 +9845,34 @@ using @progress</doc>
|
|
9667
9845
|
</array>
|
9668
9846
|
</field>
|
9669
9847
|
</record>
|
9848
|
+
<callback name="ActorCreateChildFunc"
|
9849
|
+
c:type="ClutterActorCreateChildFunc"
|
9850
|
+
version="1.24">
|
9851
|
+
<doc xml:space="preserve">Creates a #ClutterActor using the @item in the model.
|
9852
|
+
|
9853
|
+
The usual way to implement this function is to create a #ClutterActor
|
9854
|
+
instance and then bind the #GObject properties to the actor properties
|
9855
|
+
of interest, using g_object_bind_property(). This way, when the @item
|
9856
|
+
in the #GListModel changes, the #ClutterActor changes as well.</doc>
|
9857
|
+
<return-value transfer-ownership="full">
|
9858
|
+
<doc xml:space="preserve">The newly created child #ClutterActor</doc>
|
9859
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
9860
|
+
</return-value>
|
9861
|
+
<parameters>
|
9862
|
+
<parameter name="item" transfer-ownership="none">
|
9863
|
+
<doc xml:space="preserve">the item in the model</doc>
|
9864
|
+
<type name="GObject.Object" c:type="gpointer"/>
|
9865
|
+
</parameter>
|
9866
|
+
<parameter name="user_data"
|
9867
|
+
transfer-ownership="none"
|
9868
|
+
nullable="1"
|
9869
|
+
allow-none="1"
|
9870
|
+
closure="1">
|
9871
|
+
<doc xml:space="preserve">Data passed to clutter_actor_bind_model()</doc>
|
9872
|
+
<type name="gpointer" c:type="gpointer"/>
|
9873
|
+
</parameter>
|
9874
|
+
</parameters>
|
9875
|
+
</callback>
|
9670
9876
|
<bitfield name="ActorFlags"
|
9671
9877
|
glib:type-name="ClutterActorFlags"
|
9672
9878
|
glib:get-type="clutter_actor_flags_get_type"
|
@@ -10462,7 +10668,10 @@ See also clutter_alpha_set_timeline() and clutter_alpha_set_func().</doc>
|
|
10462
10668
|
<doc xml:space="preserve">a #ClutterAlphaFunc</doc>
|
10463
10669
|
<type name="AlphaFunc" c:type="ClutterAlphaFunc"/>
|
10464
10670
|
</parameter>
|
10465
|
-
<parameter name="data"
|
10671
|
+
<parameter name="data"
|
10672
|
+
transfer-ownership="none"
|
10673
|
+
nullable="1"
|
10674
|
+
allow-none="1">
|
10466
10675
|
<doc xml:space="preserve">data to pass to the function, or %NULL</doc>
|
10467
10676
|
<type name="gpointer" c:type="gpointer"/>
|
10468
10677
|
</parameter>
|
@@ -10521,7 +10730,10 @@ The logical id is always greater than %CLUTTER_ANIMATION_LAST.</doc>
|
|
10521
10730
|
<doc xml:space="preserve">a #ClutterAlphaFunc</doc>
|
10522
10731
|
<type name="AlphaFunc" c:type="ClutterAlphaFunc"/>
|
10523
10732
|
</parameter>
|
10524
|
-
<parameter name="data"
|
10733
|
+
<parameter name="data"
|
10734
|
+
transfer-ownership="none"
|
10735
|
+
nullable="1"
|
10736
|
+
allow-none="1">
|
10525
10737
|
<doc xml:space="preserve">user data to pass to @func, or %NULL</doc>
|
10526
10738
|
<type name="gpointer" c:type="gpointer"/>
|
10527
10739
|
</parameter>
|
@@ -10630,7 +10842,10 @@ This function will not register @func as a global alpha function.</doc>
|
|
10630
10842
|
<doc xml:space="preserve">A #ClutterAlphaFunc</doc>
|
10631
10843
|
<type name="AlphaFunc" c:type="ClutterAlphaFunc"/>
|
10632
10844
|
</parameter>
|
10633
|
-
<parameter name="data"
|
10845
|
+
<parameter name="data"
|
10846
|
+
transfer-ownership="none"
|
10847
|
+
nullable="1"
|
10848
|
+
allow-none="1">
|
10634
10849
|
<doc xml:space="preserve">user data to be passed to the alpha function, or %NULL</doc>
|
10635
10850
|
<type name="gpointer" c:type="gpointer"/>
|
10636
10851
|
</parameter>
|
@@ -10795,7 +11010,11 @@ the #ClutterTimeline bound to @alpha.</doc>
|
|
10795
11010
|
<doc xml:space="preserve">a #ClutterAlpha</doc>
|
10796
11011
|
<type name="Alpha" c:type="ClutterAlpha*"/>
|
10797
11012
|
</parameter>
|
10798
|
-
<parameter name="user_data"
|
11013
|
+
<parameter name="user_data"
|
11014
|
+
transfer-ownership="none"
|
11015
|
+
nullable="1"
|
11016
|
+
allow-none="1"
|
11017
|
+
closure="1">
|
10799
11018
|
<doc xml:space="preserve">user data passed to the function</doc>
|
10800
11019
|
<type name="gpointer" c:type="gpointer"/>
|
10801
11020
|
</parameter>
|
@@ -12633,7 +12852,10 @@ value will be replaced with the new values.</doc>
|
|
12633
12852
|
<doc xml:space="preserve">a #ClutterAnimator</doc>
|
12634
12853
|
<type name="Animator" c:type="ClutterAnimator*"/>
|
12635
12854
|
</instance-parameter>
|
12636
|
-
<parameter name="first_object"
|
12855
|
+
<parameter name="first_object"
|
12856
|
+
transfer-ownership="none"
|
12857
|
+
nullable="1"
|
12858
|
+
allow-none="1">
|
12637
12859
|
<doc xml:space="preserve">a #GObject</doc>
|
12638
12860
|
<type name="gpointer" c:type="gpointer"/>
|
12639
12861
|
</parameter>
|
@@ -14122,7 +14344,10 @@ be accessed with the functions below.</doc>
|
|
14122
14344
|
<type name="BehaviourForeachFunc"
|
14123
14345
|
c:type="ClutterBehaviourForeachFunc"/>
|
14124
14346
|
</parameter>
|
14125
|
-
<parameter name="data"
|
14347
|
+
<parameter name="data"
|
14348
|
+
transfer-ownership="none"
|
14349
|
+
nullable="1"
|
14350
|
+
allow-none="1">
|
14126
14351
|
<doc xml:space="preserve">optional data to be passed to the function, or %NULL</doc>
|
14127
14352
|
<type name="gpointer" c:type="gpointer"/>
|
14128
14353
|
</parameter>
|
@@ -15101,7 +15326,11 @@ will be called for each actor driven by @behaviour.</doc>
|
|
15101
15326
|
<doc xml:space="preserve">an actor driven by @behaviour</doc>
|
15102
15327
|
<type name="Actor" c:type="ClutterActor*"/>
|
15103
15328
|
</parameter>
|
15104
|
-
<parameter name="data"
|
15329
|
+
<parameter name="data"
|
15330
|
+
transfer-ownership="none"
|
15331
|
+
nullable="1"
|
15332
|
+
allow-none="1"
|
15333
|
+
closure="2">
|
15105
15334
|
<doc xml:space="preserve">optional data passed to the function</doc>
|
15106
15335
|
<type name="gpointer" c:type="gpointer"/>
|
15107
15336
|
</parameter>
|
@@ -16504,7 +16733,11 @@ clutter_binding_pool_activate().</doc>
|
|
16504
16733
|
<doc xml:space="preserve">bitmask of the modifier flags</doc>
|
16505
16734
|
<type name="ModifierType" c:type="ClutterModifierType"/>
|
16506
16735
|
</parameter>
|
16507
|
-
<parameter name="user_data"
|
16736
|
+
<parameter name="user_data"
|
16737
|
+
transfer-ownership="none"
|
16738
|
+
nullable="1"
|
16739
|
+
allow-none="1"
|
16740
|
+
closure="4">
|
16508
16741
|
<doc xml:space="preserve">data passed to the function</doc>
|
16509
16742
|
<type name="gpointer" c:type="gpointer"/>
|
16510
16743
|
</parameter>
|
@@ -16578,7 +16811,10 @@ clutter_binding_pool_find() with the class type name:
|
|
16578
16811
|
<type name="BindingPool" c:type="ClutterBindingPool*"/>
|
16579
16812
|
</return-value>
|
16580
16813
|
<parameters>
|
16581
|
-
<parameter name="klass"
|
16814
|
+
<parameter name="klass"
|
16815
|
+
transfer-ownership="none"
|
16816
|
+
nullable="1"
|
16817
|
+
allow-none="1">
|
16582
16818
|
<doc xml:space="preserve">a #GObjectClass pointer</doc>
|
16583
16819
|
<type name="gpointer" c:type="gpointer"/>
|
16584
16820
|
</parameter>
|
@@ -16717,7 +16953,10 @@ and then unblocked using clutter_binding_pool_unblock_action().</doc>
|
|
16717
16953
|
when the action is activated</doc>
|
16718
16954
|
<type name="BindingActionFunc" c:type="GCallback"/>
|
16719
16955
|
</parameter>
|
16720
|
-
<parameter name="data"
|
16956
|
+
<parameter name="data"
|
16957
|
+
transfer-ownership="none"
|
16958
|
+
nullable="1"
|
16959
|
+
allow-none="1">
|
16721
16960
|
<doc xml:space="preserve">data to be passed to @callback</doc>
|
16722
16961
|
<type name="gpointer" c:type="gpointer"/>
|
16723
16962
|
</parameter>
|
@@ -16805,7 +17044,10 @@ and then unblocked using clutter_binding_pool_unblock_action().</doc>
|
|
16805
17044
|
<doc xml:space="preserve">function to be called when the action is activated</doc>
|
16806
17045
|
<type name="GObject.Callback" c:type="GCallback"/>
|
16807
17046
|
</parameter>
|
16808
|
-
<parameter name="data"
|
17047
|
+
<parameter name="data"
|
17048
|
+
transfer-ownership="none"
|
17049
|
+
nullable="1"
|
17050
|
+
allow-none="1">
|
16809
17051
|
<doc xml:space="preserve">data to be passed to @callback</doc>
|
16810
17052
|
<type name="gpointer" c:type="gpointer"/>
|
16811
17053
|
</parameter>
|
@@ -17998,7 +18240,7 @@ The default value is %CLUTTER_EASE_OUT_CUBIC.</doc>
|
|
17998
18240
|
writable="1"
|
17999
18241
|
transfer-ownership="none">
|
18000
18242
|
<doc xml:space="preserve">Whether the #ClutterBoxLayout should arrange its children
|
18001
|
-
homogeneously, i.e. all
|
18243
|
+
homogeneously, i.e. all children get the same size</doc>
|
18002
18244
|
<type name="gboolean" c:type="gboolean"/>
|
18003
18245
|
</property>
|
18004
18246
|
<property name="orientation"
|
@@ -18922,7 +19164,11 @@ cairo_restore().</doc>
|
|
18922
19164
|
<doc xml:space="preserve">a #ClutterActor</doc>
|
18923
19165
|
<type name="Actor" c:type="ClutterActor*"/>
|
18924
19166
|
</parameter>
|
18925
|
-
<parameter name="data"
|
19167
|
+
<parameter name="data"
|
19168
|
+
transfer-ownership="none"
|
19169
|
+
nullable="1"
|
19170
|
+
allow-none="1"
|
19171
|
+
closure="1">
|
18926
19172
|
<doc xml:space="preserve">user data</doc>
|
18927
19173
|
<type name="gpointer" c:type="gpointer"/>
|
18928
19174
|
</parameter>
|
@@ -20747,7 +20993,11 @@ virtual function, which has been deprecated.</doc>
|
|
20747
20993
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
20748
20994
|
<type name="Callback" c:type="ClutterCallback"/>
|
20749
20995
|
</parameter>
|
20750
|
-
<parameter name="user_data"
|
20996
|
+
<parameter name="user_data"
|
20997
|
+
transfer-ownership="none"
|
20998
|
+
nullable="1"
|
20999
|
+
allow-none="1"
|
21000
|
+
closure="1">
|
20751
21001
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
20752
21002
|
<type name="gpointer" c:type="gpointer"/>
|
20753
21003
|
</parameter>
|
@@ -20780,7 +21030,11 @@ virtual function, which has been deprecated.</doc>
|
|
20780
21030
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
20781
21031
|
<type name="Callback" c:type="ClutterCallback"/>
|
20782
21032
|
</parameter>
|
20783
|
-
<parameter name="user_data"
|
21033
|
+
<parameter name="user_data"
|
21034
|
+
transfer-ownership="none"
|
21035
|
+
nullable="1"
|
21036
|
+
allow-none="1"
|
21037
|
+
closure="1">
|
20784
21038
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
20785
21039
|
<type name="gpointer" c:type="gpointer"/>
|
20786
21040
|
</parameter>
|
@@ -21259,7 +21513,10 @@ virtual function, which has been deprecated.</doc>
|
|
21259
21513
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
21260
21514
|
<type name="Callback" c:type="ClutterCallback"/>
|
21261
21515
|
</parameter>
|
21262
|
-
<parameter name="user_data"
|
21516
|
+
<parameter name="user_data"
|
21517
|
+
transfer-ownership="none"
|
21518
|
+
nullable="1"
|
21519
|
+
allow-none="1">
|
21263
21520
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
21264
21521
|
<type name="gpointer" c:type="gpointer"/>
|
21265
21522
|
</parameter>
|
@@ -21292,7 +21549,10 @@ virtual function, which has been deprecated.</doc>
|
|
21292
21549
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
21293
21550
|
<type name="Callback" c:type="ClutterCallback"/>
|
21294
21551
|
</parameter>
|
21295
|
-
<parameter name="user_data"
|
21552
|
+
<parameter name="user_data"
|
21553
|
+
transfer-ownership="none"
|
21554
|
+
nullable="1"
|
21555
|
+
allow-none="1">
|
21296
21556
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
21297
21557
|
<type name="gpointer" c:type="gpointer"/>
|
21298
21558
|
</parameter>
|
@@ -21626,7 +21886,11 @@ virtual functions are optional.</doc>
|
|
21626
21886
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
21627
21887
|
<type name="Callback" c:type="ClutterCallback"/>
|
21628
21888
|
</parameter>
|
21629
|
-
<parameter name="user_data"
|
21889
|
+
<parameter name="user_data"
|
21890
|
+
transfer-ownership="none"
|
21891
|
+
nullable="1"
|
21892
|
+
allow-none="1"
|
21893
|
+
closure="2">
|
21630
21894
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
21631
21895
|
<type name="gpointer" c:type="gpointer"/>
|
21632
21896
|
</parameter>
|
@@ -21650,7 +21914,11 @@ virtual functions are optional.</doc>
|
|
21650
21914
|
<doc xml:space="preserve">a function to be called for each child</doc>
|
21651
21915
|
<type name="Callback" c:type="ClutterCallback"/>
|
21652
21916
|
</parameter>
|
21653
|
-
<parameter name="user_data"
|
21917
|
+
<parameter name="user_data"
|
21918
|
+
transfer-ownership="none"
|
21919
|
+
nullable="1"
|
21920
|
+
allow-none="1"
|
21921
|
+
closure="2">
|
21654
21922
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
21655
21923
|
<type name="gpointer" c:type="gpointer"/>
|
21656
21924
|
</parameter>
|
@@ -24817,6 +25085,12 @@ flag set.</doc>
|
|
24817
25085
|
<field name="touch" readable="0" private="1">
|
24818
25086
|
<type name="TouchEvent" c:type="ClutterTouchEvent"/>
|
24819
25087
|
</field>
|
25088
|
+
<field name="touchpad_pinch" readable="0" private="1">
|
25089
|
+
<type name="TouchpadPinchEvent" c:type="ClutterTouchpadPinchEvent"/>
|
25090
|
+
</field>
|
25091
|
+
<field name="touchpad_swipe" readable="0" private="1">
|
25092
|
+
<type name="TouchpadSwipeEvent" c:type="ClutterTouchpadSwipeEvent"/>
|
25093
|
+
</field>
|
24820
25094
|
<constructor name="new" c:identifier="clutter_event_new">
|
24821
25095
|
<doc xml:space="preserve">Creates a new #ClutterEvent of the specified type.</doc>
|
24822
25096
|
<return-value transfer-ownership="full">
|
@@ -25062,6 +25336,104 @@ be cast to the platform-specific implementation.</doc>
|
|
25062
25336
|
</instance-parameter>
|
25063
25337
|
</parameters>
|
25064
25338
|
</method>
|
25339
|
+
<method name="get_gesture_motion_delta"
|
25340
|
+
c:identifier="clutter_event_get_gesture_motion_delta"
|
25341
|
+
version="1.24">
|
25342
|
+
<doc xml:space="preserve">Returns the gesture motion deltas relative to the current pointer
|
25343
|
+
position.</doc>
|
25344
|
+
<return-value transfer-ownership="none">
|
25345
|
+
<type name="none" c:type="void"/>
|
25346
|
+
</return-value>
|
25347
|
+
<parameters>
|
25348
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25349
|
+
<doc xml:space="preserve">A clutter touchpad gesture event</doc>
|
25350
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25351
|
+
</instance-parameter>
|
25352
|
+
<parameter name="dx"
|
25353
|
+
direction="out"
|
25354
|
+
caller-allocates="0"
|
25355
|
+
transfer-ownership="full"
|
25356
|
+
optional="1"
|
25357
|
+
allow-none="1">
|
25358
|
+
<doc xml:space="preserve">the displacement relative to the pointer
|
25359
|
+
position in the X axis, or %NULL</doc>
|
25360
|
+
<type name="gdouble" c:type="gdouble*"/>
|
25361
|
+
</parameter>
|
25362
|
+
<parameter name="dy"
|
25363
|
+
direction="out"
|
25364
|
+
caller-allocates="0"
|
25365
|
+
transfer-ownership="full"
|
25366
|
+
optional="1"
|
25367
|
+
allow-none="1">
|
25368
|
+
<doc xml:space="preserve">the displacement relative to the pointer
|
25369
|
+
position in the Y axis, or %NULL</doc>
|
25370
|
+
<type name="gdouble" c:type="gdouble*"/>
|
25371
|
+
</parameter>
|
25372
|
+
</parameters>
|
25373
|
+
</method>
|
25374
|
+
<method name="get_gesture_phase"
|
25375
|
+
c:identifier="clutter_event_get_gesture_phase">
|
25376
|
+
<doc xml:space="preserve">Returns the phase of the event, See #ClutterTouchpadGesturePhase.</doc>
|
25377
|
+
<return-value transfer-ownership="none">
|
25378
|
+
<doc xml:space="preserve">the phase of the gesture event.</doc>
|
25379
|
+
<type name="TouchpadGesturePhase"
|
25380
|
+
c:type="ClutterTouchpadGesturePhase"/>
|
25381
|
+
</return-value>
|
25382
|
+
<parameters>
|
25383
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25384
|
+
<doc xml:space="preserve">a touchpad gesture event</doc>
|
25385
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25386
|
+
</instance-parameter>
|
25387
|
+
</parameters>
|
25388
|
+
</method>
|
25389
|
+
<method name="get_gesture_pinch_angle_delta"
|
25390
|
+
c:identifier="clutter_event_get_gesture_pinch_angle_delta"
|
25391
|
+
version="1.24">
|
25392
|
+
<doc xml:space="preserve">Returns the angle delta reported by this specific event.</doc>
|
25393
|
+
<return-value transfer-ownership="none">
|
25394
|
+
<doc xml:space="preserve">The angle delta relative to the previous event.</doc>
|
25395
|
+
<type name="gdouble" c:type="gdouble"/>
|
25396
|
+
</return-value>
|
25397
|
+
<parameters>
|
25398
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25399
|
+
<doc xml:space="preserve">a touchpad pinch event</doc>
|
25400
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25401
|
+
</instance-parameter>
|
25402
|
+
</parameters>
|
25403
|
+
</method>
|
25404
|
+
<method name="get_gesture_pinch_scale"
|
25405
|
+
c:identifier="clutter_event_get_gesture_pinch_scale"
|
25406
|
+
version="1.24">
|
25407
|
+
<doc xml:space="preserve">Returns the current scale as reported by @event, 1.0 being the original
|
25408
|
+
distance at the time the corresponding event with phase
|
25409
|
+
%CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN is received.
|
25410
|
+
is received.</doc>
|
25411
|
+
<return-value transfer-ownership="none">
|
25412
|
+
<doc xml:space="preserve">the current pinch gesture scale</doc>
|
25413
|
+
<type name="gdouble" c:type="gdouble"/>
|
25414
|
+
</return-value>
|
25415
|
+
<parameters>
|
25416
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25417
|
+
<doc xml:space="preserve">a touchpad pinch event</doc>
|
25418
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25419
|
+
</instance-parameter>
|
25420
|
+
</parameters>
|
25421
|
+
</method>
|
25422
|
+
<method name="get_gesture_swipe_finger_count"
|
25423
|
+
c:identifier="clutter_event_get_gesture_swipe_finger_count"
|
25424
|
+
version="1.24">
|
25425
|
+
<doc xml:space="preserve">Returns the number of fingers that is triggering the touchpad gesture.</doc>
|
25426
|
+
<return-value transfer-ownership="none">
|
25427
|
+
<doc xml:space="preserve">the number of fingers swiping.</doc>
|
25428
|
+
<type name="guint" c:type="guint"/>
|
25429
|
+
</return-value>
|
25430
|
+
<parameters>
|
25431
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25432
|
+
<doc xml:space="preserve">a touchpad swipe event</doc>
|
25433
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25434
|
+
</instance-parameter>
|
25435
|
+
</parameters>
|
25436
|
+
</method>
|
25065
25437
|
<method name="get_key_code"
|
25066
25438
|
c:identifier="clutter_event_get_key_code"
|
25067
25439
|
version="1.0">
|
@@ -25189,6 +25561,38 @@ of %CLUTTER_SCROLL_SMOOTH.</doc>
|
|
25189
25561
|
</instance-parameter>
|
25190
25562
|
</parameters>
|
25191
25563
|
</method>
|
25564
|
+
<method name="get_scroll_finish_flags"
|
25565
|
+
c:identifier="clutter_event_get_scroll_finish_flags"
|
25566
|
+
version="1.26">
|
25567
|
+
<doc xml:space="preserve">Returns the #ClutterScrollFinishFlags of an scroll event. Those
|
25568
|
+
can be used to determine whether post-scroll effects like kinetic
|
25569
|
+
scrolling should be applied.</doc>
|
25570
|
+
<return-value transfer-ownership="none">
|
25571
|
+
<doc xml:space="preserve">The scroll finish flags</doc>
|
25572
|
+
<type name="ScrollFinishFlags" c:type="ClutterScrollFinishFlags"/>
|
25573
|
+
</return-value>
|
25574
|
+
<parameters>
|
25575
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25576
|
+
<doc xml:space="preserve">an scroll event</doc>
|
25577
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25578
|
+
</instance-parameter>
|
25579
|
+
</parameters>
|
25580
|
+
</method>
|
25581
|
+
<method name="get_scroll_source"
|
25582
|
+
c:identifier="clutter_event_get_scroll_source"
|
25583
|
+
version="1.26">
|
25584
|
+
<doc xml:space="preserve">Returns the #ClutterScrollSource that applies to an scroll event.</doc>
|
25585
|
+
<return-value transfer-ownership="none">
|
25586
|
+
<doc xml:space="preserve">The source of scroll events</doc>
|
25587
|
+
<type name="ScrollSource" c:type="ClutterScrollSource"/>
|
25588
|
+
</return-value>
|
25589
|
+
<parameters>
|
25590
|
+
<instance-parameter name="event" transfer-ownership="none">
|
25591
|
+
<doc xml:space="preserve">an scroll event</doc>
|
25592
|
+
<type name="Event" c:type="const ClutterEvent*"/>
|
25593
|
+
</instance-parameter>
|
25594
|
+
</parameters>
|
25595
|
+
</method>
|
25192
25596
|
<method name="get_source"
|
25193
25597
|
c:identifier="clutter_event_get_source"
|
25194
25598
|
version="0.6">
|
@@ -25741,7 +26145,10 @@ emitted for the event and it will take precedence over any grabs.</doc>
|
|
25741
26145
|
<doc xml:space="preserve">A #GDestroyNotify</doc>
|
25742
26146
|
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
25743
26147
|
</parameter>
|
25744
|
-
<parameter name="user_data"
|
26148
|
+
<parameter name="user_data"
|
26149
|
+
transfer-ownership="none"
|
26150
|
+
nullable="1"
|
26151
|
+
allow-none="1">
|
25745
26152
|
<doc xml:space="preserve">A data pointer to pass to the function.</doc>
|
25746
26153
|
<type name="gpointer" c:type="gpointer"/>
|
25747
26154
|
</parameter>
|
@@ -25796,7 +26203,11 @@ clutter_event_add_filter().</doc>
|
|
25796
26203
|
<doc xml:space="preserve">the event that is going to be emitted</doc>
|
25797
26204
|
<type name="Event" c:type="const ClutterEvent*"/>
|
25798
26205
|
</parameter>
|
25799
|
-
<parameter name="user_data"
|
26206
|
+
<parameter name="user_data"
|
26207
|
+
transfer-ownership="none"
|
26208
|
+
nullable="1"
|
26209
|
+
allow-none="1"
|
26210
|
+
closure="1">
|
25800
26211
|
<doc xml:space="preserve">the data pointer passed to clutter_event_add_filter()</doc>
|
25801
26212
|
<type name="gpointer" c:type="gpointer"/>
|
25802
26213
|
</parameter>
|
@@ -25942,8 +26353,22 @@ type used to denote the event sequence of a touch event.</doc>
|
|
25942
26353
|
<doc xml:space="preserve">A touch event sequence has been canceled;
|
25943
26354
|
event added in 1.10</doc>
|
25944
26355
|
</member>
|
25945
|
-
<member name="
|
26356
|
+
<member name="touchpad_pinch"
|
25946
26357
|
value="17"
|
26358
|
+
c:identifier="CLUTTER_TOUCHPAD_PINCH"
|
26359
|
+
glib:nick="touchpad-pinch">
|
26360
|
+
<doc xml:space="preserve">A pinch gesture event, the current state is
|
26361
|
+
determined by its phase field; event added in 1.24</doc>
|
26362
|
+
</member>
|
26363
|
+
<member name="touchpad_swipe"
|
26364
|
+
value="18"
|
26365
|
+
c:identifier="CLUTTER_TOUCHPAD_SWIPE"
|
26366
|
+
glib:nick="touchpad-swipe">
|
26367
|
+
<doc xml:space="preserve">A swipe gesture event, the current state is
|
26368
|
+
determined by its phase field; event added in 1.24</doc>
|
26369
|
+
</member>
|
26370
|
+
<member name="event_last"
|
26371
|
+
value="19"
|
25947
26372
|
c:identifier="CLUTTER_EVENT_LAST"
|
25948
26373
|
glib:nick="event-last">
|
25949
26374
|
<doc xml:space="preserve">Marks the end of the #ClutterEventType enumeration;
|
@@ -28450,7 +28875,12 @@ position are grown to span the new row.</doc>
|
|
28450
28875
|
<method name="set_orientation"
|
28451
28876
|
c:identifier="clutter_grid_layout_set_orientation"
|
28452
28877
|
version="1.12">
|
28453
|
-
<doc xml:space="preserve">Sets the orientation of the @layout
|
28878
|
+
<doc xml:space="preserve">Sets the orientation of the @layout.
|
28879
|
+
|
28880
|
+
#ClutterGridLayout uses the orientation as a hint when adding
|
28881
|
+
children to the #ClutterActor using it as a layout manager via
|
28882
|
+
clutter_actor_add_child(); changing this value will not have
|
28883
|
+
any effect on children that are already part of the layout.</doc>
|
28454
28884
|
<return-value transfer-ownership="none">
|
28455
28885
|
<type name="none" c:type="void"/>
|
28456
28886
|
</return-value>
|
@@ -43012,16 +43442,21 @@ should never be accessed directly</doc>
|
|
43012
43442
|
c:symbol-prefix="list_model"
|
43013
43443
|
c:type="ClutterListModel"
|
43014
43444
|
version="0.6"
|
43445
|
+
deprecated="1"
|
43446
|
+
deprecated-version="1.24"
|
43015
43447
|
parent="Model"
|
43016
43448
|
glib:type-name="ClutterListModel"
|
43017
43449
|
glib:get-type="clutter_list_model_get_type"
|
43018
43450
|
glib:type-struct="ListModelClass">
|
43019
43451
|
<doc xml:space="preserve">The #ClutterListModel struct contains only private data.</doc>
|
43452
|
+
<doc-deprecated xml:space="preserve">Use #GListStore instead</doc-deprecated>
|
43020
43453
|
<implements name="Scriptable"/>
|
43021
43454
|
<constructor name="new"
|
43022
43455
|
c:identifier="clutter_list_model_new"
|
43023
43456
|
version="0.6"
|
43024
|
-
introspectable="0"
|
43457
|
+
introspectable="0"
|
43458
|
+
deprecated="1"
|
43459
|
+
deprecated-version="1.24">
|
43025
43460
|
<doc xml:space="preserve">Creates a new default model with @n_columns columns with the types
|
43026
43461
|
and names passed in.
|
43027
43462
|
|
@@ -43040,6 +43475,7 @@ string and #GdkPixbuf respectively.
|
|
43040
43475
|
Note that the name of the column can be set to %NULL, in which case
|
43041
43476
|
the canonical name of the type held by the column will be used as
|
43042
43477
|
the title.</doc>
|
43478
|
+
<doc-deprecated xml:space="preserve">Use #GListStore instead</doc-deprecated>
|
43043
43479
|
<return-value transfer-ownership="full">
|
43044
43480
|
<doc xml:space="preserve">a new #ClutterListModel</doc>
|
43045
43481
|
<type name="Model" c:type="ClutterModel*"/>
|
@@ -43057,9 +43493,12 @@ the title.</doc>
|
|
43057
43493
|
</constructor>
|
43058
43494
|
<constructor name="newv"
|
43059
43495
|
c:identifier="clutter_list_model_newv"
|
43060
|
-
version="0.6"
|
43496
|
+
version="0.6"
|
43497
|
+
deprecated="1"
|
43498
|
+
deprecated-version="1.24">
|
43061
43499
|
<doc xml:space="preserve">Non-vararg version of clutter_list_model_new(). This function is
|
43062
43500
|
useful for language bindings.</doc>
|
43501
|
+
<doc-deprecated xml:space="preserve">Use #GListStore instead</doc-deprecated>
|
43063
43502
|
<return-value transfer-ownership="full">
|
43064
43503
|
<doc xml:space="preserve">a new default #ClutterModel</doc>
|
43065
43504
|
<type name="Model" c:type="ClutterModel*"/>
|
@@ -43093,8 +43532,11 @@ useful for language bindings.</doc>
|
|
43093
43532
|
<record name="ListModelClass"
|
43094
43533
|
c:type="ClutterListModelClass"
|
43095
43534
|
glib:is-gtype-struct-for="ListModel"
|
43096
|
-
version="0.6"
|
43535
|
+
version="0.6"
|
43536
|
+
deprecated="1"
|
43537
|
+
deprecated-version="1.24">
|
43097
43538
|
<doc xml:space="preserve">The #ClutterListModelClass struct contains only private data.</doc>
|
43539
|
+
<doc-deprecated xml:space="preserve">Use #GListStore instead</doc-deprecated>
|
43098
43540
|
<field name="parent_class" readable="0" private="1">
|
43099
43541
|
<type name="ModelClass" c:type="ClutterModelClass"/>
|
43100
43542
|
</field>
|
@@ -43152,11 +43594,11 @@ useful for language bindings.</doc>
|
|
43152
43594
|
<doc xml:space="preserve">The major version of the Clutter library (1, if %CLUTTER_VERSION is 1.2.3)</doc>
|
43153
43595
|
<type name="gint" c:type="gint"/>
|
43154
43596
|
</constant>
|
43155
|
-
<constant name="MICRO_VERSION" value="
|
43597
|
+
<constant name="MICRO_VERSION" value="0" c:type="CLUTTER_MICRO_VERSION">
|
43156
43598
|
<doc xml:space="preserve">The micro version of the Clutter library (3, if %CLUTTER_VERSION is 1.2.3)</doc>
|
43157
43599
|
<type name="gint" c:type="gint"/>
|
43158
43600
|
</constant>
|
43159
|
-
<constant name="MINOR_VERSION" value="
|
43601
|
+
<constant name="MINOR_VERSION" value="26" c:type="CLUTTER_MINOR_VERSION">
|
43160
43602
|
<doc xml:space="preserve">The minor version of the Clutter library (2, if %CLUTTER_VERSION is 1.2.3)</doc>
|
43161
43603
|
<type name="gint" c:type="gint"/>
|
43162
43604
|
</constant>
|
@@ -43783,6 +44225,8 @@ pango_font_description_from_string().</doc>
|
|
43783
44225
|
c:symbol-prefix="model"
|
43784
44226
|
c:type="ClutterModel"
|
43785
44227
|
version="0.6"
|
44228
|
+
deprecated="1"
|
44229
|
+
deprecated-version="1.24"
|
43786
44230
|
parent="GObject.Object"
|
43787
44231
|
abstract="1"
|
43788
44232
|
glib:type-name="ClutterModel"
|
@@ -43791,6 +44235,7 @@ pango_font_description_from_string().</doc>
|
|
43791
44235
|
<doc xml:space="preserve">Base class for list models. The #ClutterModel structure contains
|
43792
44236
|
only private data and should be manipulated using the provided
|
43793
44237
|
API.</doc>
|
44238
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43794
44239
|
<implements name="Scriptable"/>
|
43795
44240
|
<virtual-method name="filter_changed">
|
43796
44241
|
<return-value transfer-ownership="none">
|
@@ -43804,8 +44249,11 @@ API.</doc>
|
|
43804
44249
|
</virtual-method>
|
43805
44250
|
<virtual-method name="get_column_name"
|
43806
44251
|
invoker="get_column_name"
|
43807
|
-
version="0.6"
|
44252
|
+
version="0.6"
|
44253
|
+
deprecated="1"
|
44254
|
+
deprecated-version="1.24">
|
43808
44255
|
<doc xml:space="preserve">Retrieves the name of the @column</doc>
|
44256
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43809
44257
|
<return-value transfer-ownership="none">
|
43810
44258
|
<doc xml:space="preserve">the name of the column. The model holds the returned
|
43811
44259
|
string, and it should not be modified or freed</doc>
|
@@ -43824,8 +44272,11 @@ API.</doc>
|
|
43824
44272
|
</virtual-method>
|
43825
44273
|
<virtual-method name="get_column_type"
|
43826
44274
|
invoker="get_column_type"
|
43827
|
-
version="0.6"
|
44275
|
+
version="0.6"
|
44276
|
+
deprecated="1"
|
44277
|
+
deprecated-version="1.24">
|
43828
44278
|
<doc xml:space="preserve">Retrieves the type of the @column.</doc>
|
44279
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43829
44280
|
<return-value transfer-ownership="none">
|
43830
44281
|
<doc xml:space="preserve">the type of the column.</doc>
|
43831
44282
|
<type name="GType" c:type="GType"/>
|
@@ -43843,12 +44294,15 @@ API.</doc>
|
|
43843
44294
|
</virtual-method>
|
43844
44295
|
<virtual-method name="get_iter_at_row"
|
43845
44296
|
invoker="get_iter_at_row"
|
43846
|
-
version="0.6"
|
44297
|
+
version="0.6"
|
44298
|
+
deprecated="1"
|
44299
|
+
deprecated-version="1.24">
|
43847
44300
|
<doc xml:space="preserve">Retrieves a #ClutterModelIter representing the row at the given index.
|
43848
44301
|
|
43849
44302
|
If a filter function has been set using clutter_model_set_filter()
|
43850
44303
|
then the @model implementation will return the first non filtered
|
43851
44304
|
row.</doc>
|
44305
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43852
44306
|
<return-value transfer-ownership="full">
|
43853
44307
|
<doc xml:space="preserve">A new #ClutterModelIter, or %NULL if @row was
|
43854
44308
|
out of bounds. When done using the iterator object, call g_object_unref()
|
@@ -43868,8 +44322,11 @@ row.</doc>
|
|
43868
44322
|
</virtual-method>
|
43869
44323
|
<virtual-method name="get_n_columns"
|
43870
44324
|
invoker="get_n_columns"
|
43871
|
-
version="0.6"
|
44325
|
+
version="0.6"
|
44326
|
+
deprecated="1"
|
44327
|
+
deprecated-version="1.24">
|
43872
44328
|
<doc xml:space="preserve">Retrieves the number of columns inside @model.</doc>
|
44329
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43873
44330
|
<return-value transfer-ownership="none">
|
43874
44331
|
<doc xml:space="preserve">the number of columns</doc>
|
43875
44332
|
<type name="guint" c:type="guint"/>
|
@@ -43881,9 +44338,14 @@ row.</doc>
|
|
43881
44338
|
</instance-parameter>
|
43882
44339
|
</parameters>
|
43883
44340
|
</virtual-method>
|
43884
|
-
<virtual-method name="get_n_rows"
|
44341
|
+
<virtual-method name="get_n_rows"
|
44342
|
+
invoker="get_n_rows"
|
44343
|
+
version="0.6"
|
44344
|
+
deprecated="1"
|
44345
|
+
deprecated-version="1.24">
|
43885
44346
|
<doc xml:space="preserve">Retrieves the number of rows inside @model, eventually taking
|
43886
44347
|
into account any filtering function set using clutter_model_set_filter().</doc>
|
44348
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
43887
44349
|
<return-value transfer-ownership="none">
|
43888
44350
|
<doc xml:space="preserve">The length of the @model. If there is a filter set, then
|
43889
44351
|
the length of the filtered @model is returned.</doc>
|
@@ -43933,7 +44395,10 @@ into account any filtering function set using clutter_model_set_filter().</doc>
|
|
43933
44395
|
<parameter name="func" transfer-ownership="none" closure="1">
|
43934
44396
|
<type name="ModelSortFunc" c:type="ClutterModelSortFunc"/>
|
43935
44397
|
</parameter>
|
43936
|
-
<parameter name="data"
|
44398
|
+
<parameter name="data"
|
44399
|
+
transfer-ownership="none"
|
44400
|
+
nullable="1"
|
44401
|
+
allow-none="1">
|
43937
44402
|
<type name="gpointer" c:type="gpointer"/>
|
43938
44403
|
</parameter>
|
43939
44404
|
</parameters>
|
@@ -43990,7 +44455,9 @@ into account any filtering function set using clutter_model_set_filter().</doc>
|
|
43990
44455
|
<method name="append"
|
43991
44456
|
c:identifier="clutter_model_append"
|
43992
44457
|
version="0.6"
|
43993
|
-
introspectable="0"
|
44458
|
+
introspectable="0"
|
44459
|
+
deprecated="1"
|
44460
|
+
deprecated-version="1.24">
|
43994
44461
|
<doc xml:space="preserve">Creates and appends a new row to the #ClutterModel, setting the
|
43995
44462
|
row values upon creation. For example, to append a new row where
|
43996
44463
|
column 0 is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
@@ -44002,6 +44469,7 @@ column 0 is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
|
44002
44469
|
G_TYPE_STRING, "Team");
|
44003
44470
|
clutter_model_append (model, 0, 42, 1, "Team #1", -1);
|
44004
44471
|
</programlisting></informalexample></doc>
|
44472
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44005
44473
|
<return-value transfer-ownership="none">
|
44006
44474
|
<type name="none" c:type="void"/>
|
44007
44475
|
</return-value>
|
@@ -44018,9 +44486,12 @@ column 0 is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
|
44018
44486
|
</method>
|
44019
44487
|
<method name="appendv"
|
44020
44488
|
c:identifier="clutter_model_appendv"
|
44021
|
-
version="0.6"
|
44489
|
+
version="0.6"
|
44490
|
+
deprecated="1"
|
44491
|
+
deprecated-version="1.24">
|
44022
44492
|
<doc xml:space="preserve">Creates and appends a new row to the #ClutterModel, setting the row
|
44023
44493
|
values for the given @columns upon creation.</doc>
|
44494
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44024
44495
|
<return-value transfer-ownership="none">
|
44025
44496
|
<type name="none" c:type="void"/>
|
44026
44497
|
</return-value>
|
@@ -44049,11 +44520,14 @@ values for the given @columns upon creation.</doc>
|
|
44049
44520
|
</method>
|
44050
44521
|
<method name="filter_iter"
|
44051
44522
|
c:identifier="clutter_model_filter_iter"
|
44052
|
-
version="0.6"
|
44523
|
+
version="0.6"
|
44524
|
+
deprecated="1"
|
44525
|
+
deprecated-version="1.24">
|
44053
44526
|
<doc xml:space="preserve">Checks whether the row pointer by @iter should be filtered or not using
|
44054
44527
|
the filtering function set on @model.
|
44055
44528
|
|
44056
44529
|
This function should be used only by subclasses of #ClutterModel.</doc>
|
44530
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44057
44531
|
<return-value transfer-ownership="none">
|
44058
44532
|
<doc xml:space="preserve">%TRUE if the row should be displayed,
|
44059
44533
|
%FALSE otherwise</doc>
|
@@ -44072,11 +44546,14 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44072
44546
|
</method>
|
44073
44547
|
<method name="filter_row"
|
44074
44548
|
c:identifier="clutter_model_filter_row"
|
44075
|
-
version="0.6"
|
44549
|
+
version="0.6"
|
44550
|
+
deprecated="1"
|
44551
|
+
deprecated-version="1.24">
|
44076
44552
|
<doc xml:space="preserve">Checks whether @row should be filtered or not using the
|
44077
44553
|
filtering function set on @model.
|
44078
44554
|
|
44079
44555
|
This function should be used only by subclasses of #ClutterModel.</doc>
|
44556
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44080
44557
|
<return-value transfer-ownership="none">
|
44081
44558
|
<doc xml:space="preserve">%TRUE if the row should be displayed,
|
44082
44559
|
%FALSE otherwise</doc>
|
@@ -44095,8 +44572,11 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44095
44572
|
</method>
|
44096
44573
|
<method name="foreach"
|
44097
44574
|
c:identifier="clutter_model_foreach"
|
44098
|
-
version="0.6"
|
44575
|
+
version="0.6"
|
44576
|
+
deprecated="1"
|
44577
|
+
deprecated-version="1.24">
|
44099
44578
|
<doc xml:space="preserve">Calls @func for each row in the model.</doc>
|
44579
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44100
44580
|
<return-value transfer-ownership="none">
|
44101
44581
|
<type name="none" c:type="void"/>
|
44102
44582
|
</return-value>
|
@@ -44112,7 +44592,10 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44112
44592
|
<doc xml:space="preserve">a #ClutterModelForeachFunc</doc>
|
44113
44593
|
<type name="ModelForeachFunc" c:type="ClutterModelForeachFunc"/>
|
44114
44594
|
</parameter>
|
44115
|
-
<parameter name="user_data"
|
44595
|
+
<parameter name="user_data"
|
44596
|
+
transfer-ownership="none"
|
44597
|
+
nullable="1"
|
44598
|
+
allow-none="1">
|
44116
44599
|
<doc xml:space="preserve">user data to pass to @func</doc>
|
44117
44600
|
<type name="gpointer" c:type="gpointer"/>
|
44118
44601
|
</parameter>
|
@@ -44120,8 +44603,11 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44120
44603
|
</method>
|
44121
44604
|
<method name="get_column_name"
|
44122
44605
|
c:identifier="clutter_model_get_column_name"
|
44123
|
-
version="0.6"
|
44606
|
+
version="0.6"
|
44607
|
+
deprecated="1"
|
44608
|
+
deprecated-version="1.24">
|
44124
44609
|
<doc xml:space="preserve">Retrieves the name of the @column</doc>
|
44610
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44125
44611
|
<return-value transfer-ownership="none">
|
44126
44612
|
<doc xml:space="preserve">the name of the column. The model holds the returned
|
44127
44613
|
string, and it should not be modified or freed</doc>
|
@@ -44140,8 +44626,11 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44140
44626
|
</method>
|
44141
44627
|
<method name="get_column_type"
|
44142
44628
|
c:identifier="clutter_model_get_column_type"
|
44143
|
-
version="0.6"
|
44629
|
+
version="0.6"
|
44630
|
+
deprecated="1"
|
44631
|
+
deprecated-version="1.24">
|
44144
44632
|
<doc xml:space="preserve">Retrieves the type of the @column.</doc>
|
44633
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44145
44634
|
<return-value transfer-ownership="none">
|
44146
44635
|
<doc xml:space="preserve">the type of the column.</doc>
|
44147
44636
|
<type name="GType" c:type="GType"/>
|
@@ -44159,9 +44648,12 @@ This function should be used only by subclasses of #ClutterModel.</doc>
|
|
44159
44648
|
</method>
|
44160
44649
|
<method name="get_filter_set"
|
44161
44650
|
c:identifier="clutter_model_get_filter_set"
|
44162
|
-
version="1.0"
|
44651
|
+
version="1.0"
|
44652
|
+
deprecated="1"
|
44653
|
+
deprecated-version="1.24">
|
44163
44654
|
<doc xml:space="preserve">Returns whether the @model has a filter in place, set
|
44164
44655
|
using clutter_model_set_filter()</doc>
|
44656
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44165
44657
|
<return-value transfer-ownership="none">
|
44166
44658
|
<doc xml:space="preserve">%TRUE if a filter is set</doc>
|
44167
44659
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -44175,9 +44667,12 @@ using clutter_model_set_filter()</doc>
|
|
44175
44667
|
</method>
|
44176
44668
|
<method name="get_first_iter"
|
44177
44669
|
c:identifier="clutter_model_get_first_iter"
|
44178
|
-
version="0.6"
|
44670
|
+
version="0.6"
|
44671
|
+
deprecated="1"
|
44672
|
+
deprecated-version="1.24">
|
44179
44673
|
<doc xml:space="preserve">Retrieves a #ClutterModelIter representing the first non-filtered
|
44180
44674
|
row in @model.</doc>
|
44675
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44181
44676
|
<return-value transfer-ownership="full">
|
44182
44677
|
<doc xml:space="preserve">A new #ClutterModelIter.
|
44183
44678
|
Call g_object_unref() when done using it</doc>
|
@@ -44192,12 +44687,15 @@ row in @model.</doc>
|
|
44192
44687
|
</method>
|
44193
44688
|
<method name="get_iter_at_row"
|
44194
44689
|
c:identifier="clutter_model_get_iter_at_row"
|
44195
|
-
version="0.6"
|
44690
|
+
version="0.6"
|
44691
|
+
deprecated="1"
|
44692
|
+
deprecated-version="1.24">
|
44196
44693
|
<doc xml:space="preserve">Retrieves a #ClutterModelIter representing the row at the given index.
|
44197
44694
|
|
44198
44695
|
If a filter function has been set using clutter_model_set_filter()
|
44199
44696
|
then the @model implementation will return the first non filtered
|
44200
44697
|
row.</doc>
|
44698
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44201
44699
|
<return-value transfer-ownership="full">
|
44202
44700
|
<doc xml:space="preserve">A new #ClutterModelIter, or %NULL if @row was
|
44203
44701
|
out of bounds. When done using the iterator object, call g_object_unref()
|
@@ -44217,9 +44715,12 @@ row.</doc>
|
|
44217
44715
|
</method>
|
44218
44716
|
<method name="get_last_iter"
|
44219
44717
|
c:identifier="clutter_model_get_last_iter"
|
44220
|
-
version="0.6"
|
44718
|
+
version="0.6"
|
44719
|
+
deprecated="1"
|
44720
|
+
deprecated-version="1.24">
|
44221
44721
|
<doc xml:space="preserve">Retrieves a #ClutterModelIter representing the last non-filtered
|
44222
44722
|
row in @model.</doc>
|
44723
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44223
44724
|
<return-value transfer-ownership="full">
|
44224
44725
|
<doc xml:space="preserve">A new #ClutterModelIter.
|
44225
44726
|
Call g_object_unref() when done using it</doc>
|
@@ -44234,8 +44735,11 @@ row in @model.</doc>
|
|
44234
44735
|
</method>
|
44235
44736
|
<method name="get_n_columns"
|
44236
44737
|
c:identifier="clutter_model_get_n_columns"
|
44237
|
-
version="0.6"
|
44738
|
+
version="0.6"
|
44739
|
+
deprecated="1"
|
44740
|
+
deprecated-version="1.24">
|
44238
44741
|
<doc xml:space="preserve">Retrieves the number of columns inside @model.</doc>
|
44742
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44239
44743
|
<return-value transfer-ownership="none">
|
44240
44744
|
<doc xml:space="preserve">the number of columns</doc>
|
44241
44745
|
<type name="guint" c:type="guint"/>
|
@@ -44249,9 +44753,12 @@ row in @model.</doc>
|
|
44249
44753
|
</method>
|
44250
44754
|
<method name="get_n_rows"
|
44251
44755
|
c:identifier="clutter_model_get_n_rows"
|
44252
|
-
version="0.6"
|
44756
|
+
version="0.6"
|
44757
|
+
deprecated="1"
|
44758
|
+
deprecated-version="1.24">
|
44253
44759
|
<doc xml:space="preserve">Retrieves the number of rows inside @model, eventually taking
|
44254
44760
|
into account any filtering function set using clutter_model_set_filter().</doc>
|
44761
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44255
44762
|
<return-value transfer-ownership="none">
|
44256
44763
|
<doc xml:space="preserve">The length of the @model. If there is a filter set, then
|
44257
44764
|
the length of the filtered @model is returned.</doc>
|
@@ -44266,8 +44773,11 @@ into account any filtering function set using clutter_model_set_filter().</doc>
|
|
44266
44773
|
</method>
|
44267
44774
|
<method name="get_sorting_column"
|
44268
44775
|
c:identifier="clutter_model_get_sorting_column"
|
44269
|
-
version="0.6"
|
44776
|
+
version="0.6"
|
44777
|
+
deprecated="1"
|
44778
|
+
deprecated-version="1.24">
|
44270
44779
|
<doc xml:space="preserve">Retrieves the number of column used for sorting the @model.</doc>
|
44780
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44271
44781
|
<return-value transfer-ownership="none">
|
44272
44782
|
<doc xml:space="preserve">a column number, or -1 if the model is not sorted</doc>
|
44273
44783
|
<type name="gint" c:type="gint"/>
|
@@ -44282,7 +44792,9 @@ into account any filtering function set using clutter_model_set_filter().</doc>
|
|
44282
44792
|
<method name="insert"
|
44283
44793
|
c:identifier="clutter_model_insert"
|
44284
44794
|
version="0.6"
|
44285
|
-
introspectable="0"
|
44795
|
+
introspectable="0"
|
44796
|
+
deprecated="1"
|
44797
|
+
deprecated-version="1.24">
|
44286
44798
|
<doc xml:space="preserve">Inserts a new row to the #ClutterModel at @row, setting the row
|
44287
44799
|
values upon creation. For example, to insert a new row at index 100,
|
44288
44800
|
where column 0 is type %G_TYPE_INT and column 1 is of type
|
@@ -44295,6 +44807,7 @@ where column 0 is type %G_TYPE_INT and column 1 is of type
|
|
44295
44807
|
G_TYPE_STRING, "Team");
|
44296
44808
|
clutter_model_insert (model, 3, 0, 42, 1, "Team #1", -1);
|
44297
44809
|
</programlisting></informalexample></doc>
|
44810
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44298
44811
|
<return-value transfer-ownership="none">
|
44299
44812
|
<type name="none" c:type="void"/>
|
44300
44813
|
</return-value>
|
@@ -44315,10 +44828,13 @@ where column 0 is type %G_TYPE_INT and column 1 is of type
|
|
44315
44828
|
</method>
|
44316
44829
|
<method name="insert_value"
|
44317
44830
|
c:identifier="clutter_model_insert_value"
|
44318
|
-
version="0.6"
|
44831
|
+
version="0.6"
|
44832
|
+
deprecated="1"
|
44833
|
+
deprecated-version="1.24">
|
44319
44834
|
<doc xml:space="preserve">Sets the data in the cell specified by @iter and @column. The type of
|
44320
44835
|
@value must be convertable to the type of the column. If the row does
|
44321
44836
|
not exist then it is created.</doc>
|
44837
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44322
44838
|
<return-value transfer-ownership="none">
|
44323
44839
|
<type name="none" c:type="void"/>
|
44324
44840
|
</return-value>
|
@@ -44343,9 +44859,12 @@ not exist then it is created.</doc>
|
|
44343
44859
|
</method>
|
44344
44860
|
<method name="insertv"
|
44345
44861
|
c:identifier="clutter_model_insertv"
|
44346
|
-
version="0.6"
|
44862
|
+
version="0.6"
|
44863
|
+
deprecated="1"
|
44864
|
+
deprecated-version="1.24">
|
44347
44865
|
<doc xml:space="preserve">Inserts data at @row into the #ClutterModel, setting the row
|
44348
44866
|
values for the given @columns upon creation.</doc>
|
44867
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44349
44868
|
<return-value transfer-ownership="none">
|
44350
44869
|
<type name="none" c:type="void"/>
|
44351
44870
|
</return-value>
|
@@ -44379,7 +44898,9 @@ values for the given @columns upon creation.</doc>
|
|
44379
44898
|
<method name="prepend"
|
44380
44899
|
c:identifier="clutter_model_prepend"
|
44381
44900
|
version="0.6"
|
44382
|
-
introspectable="0"
|
44901
|
+
introspectable="0"
|
44902
|
+
deprecated="1"
|
44903
|
+
deprecated-version="1.24">
|
44383
44904
|
<doc xml:space="preserve">Creates and prepends a new row to the #ClutterModel, setting the row
|
44384
44905
|
values upon creation. For example, to prepend a new row where column 0
|
44385
44906
|
is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
@@ -44391,6 +44912,7 @@ is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
|
44391
44912
|
G_TYPE_STRING, "Team");
|
44392
44913
|
clutter_model_prepend (model, 0, 42, 1, "Team #1", -1);
|
44393
44914
|
</programlisting></informalexample></doc>
|
44915
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44394
44916
|
<return-value transfer-ownership="none">
|
44395
44917
|
<type name="none" c:type="void"/>
|
44396
44918
|
</return-value>
|
@@ -44407,9 +44929,12 @@ is type %G_TYPE_INT and column 1 is of type %G_TYPE_STRING:
|
|
44407
44929
|
</method>
|
44408
44930
|
<method name="prependv"
|
44409
44931
|
c:identifier="clutter_model_prependv"
|
44410
|
-
version="0.6"
|
44932
|
+
version="0.6"
|
44933
|
+
deprecated="1"
|
44934
|
+
deprecated-version="1.24">
|
44411
44935
|
<doc xml:space="preserve">Creates and prepends a new row to the #ClutterModel, setting the row
|
44412
44936
|
values for the given @columns upon creation.</doc>
|
44937
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44413
44938
|
<return-value transfer-ownership="none">
|
44414
44939
|
<type name="none" c:type="void"/>
|
44415
44940
|
</return-value>
|
@@ -44436,8 +44961,13 @@ values for the given @columns upon creation.</doc>
|
|
44436
44961
|
</parameter>
|
44437
44962
|
</parameters>
|
44438
44963
|
</method>
|
44439
|
-
<method name="remove"
|
44964
|
+
<method name="remove"
|
44965
|
+
c:identifier="clutter_model_remove"
|
44966
|
+
version="0.6"
|
44967
|
+
deprecated="1"
|
44968
|
+
deprecated-version="1.24">
|
44440
44969
|
<doc xml:space="preserve">Removes the row at the given position from the model.</doc>
|
44970
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44441
44971
|
<return-value transfer-ownership="none">
|
44442
44972
|
<type name="none" c:type="void"/>
|
44443
44973
|
</return-value>
|
@@ -44452,9 +44982,14 @@ values for the given @columns upon creation.</doc>
|
|
44452
44982
|
</parameter>
|
44453
44983
|
</parameters>
|
44454
44984
|
</method>
|
44455
|
-
<method name="resort"
|
44985
|
+
<method name="resort"
|
44986
|
+
c:identifier="clutter_model_resort"
|
44987
|
+
version="0.6"
|
44988
|
+
deprecated="1"
|
44989
|
+
deprecated-version="1.24">
|
44456
44990
|
<doc xml:space="preserve">Force a resort on the @model. This function should only be
|
44457
44991
|
used by subclasses of #ClutterModel.</doc>
|
44992
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44458
44993
|
<return-value transfer-ownership="none">
|
44459
44994
|
<type name="none" c:type="void"/>
|
44460
44995
|
</return-value>
|
@@ -44467,8 +45002,11 @@ used by subclasses of #ClutterModel.</doc>
|
|
44467
45002
|
</method>
|
44468
45003
|
<method name="set_filter"
|
44469
45004
|
c:identifier="clutter_model_set_filter"
|
44470
|
-
version="0.6"
|
45005
|
+
version="0.6"
|
45006
|
+
deprecated="1"
|
45007
|
+
deprecated-version="1.24">
|
44471
45008
|
<doc xml:space="preserve">Filters the @model using the given filtering function.</doc>
|
45009
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44472
45010
|
<return-value transfer-ownership="none">
|
44473
45011
|
<type name="none" c:type="void"/>
|
44474
45012
|
</return-value>
|
@@ -44487,7 +45025,10 @@ used by subclasses of #ClutterModel.</doc>
|
|
44487
45025
|
<doc xml:space="preserve">a #ClutterModelFilterFunc, or #NULL</doc>
|
44488
45026
|
<type name="ModelFilterFunc" c:type="ClutterModelFilterFunc"/>
|
44489
45027
|
</parameter>
|
44490
|
-
<parameter name="user_data"
|
45028
|
+
<parameter name="user_data"
|
45029
|
+
transfer-ownership="none"
|
45030
|
+
nullable="1"
|
45031
|
+
allow-none="1">
|
44491
45032
|
<doc xml:space="preserve">user data to pass to @func, or #NULL</doc>
|
44492
45033
|
<type name="gpointer" c:type="gpointer"/>
|
44493
45034
|
</parameter>
|
@@ -44499,12 +45040,15 @@ used by subclasses of #ClutterModel.</doc>
|
|
44499
45040
|
</method>
|
44500
45041
|
<method name="set_names"
|
44501
45042
|
c:identifier="clutter_model_set_names"
|
44502
|
-
version="0.6"
|
45043
|
+
version="0.6"
|
45044
|
+
deprecated="1"
|
45045
|
+
deprecated-version="1.24">
|
44503
45046
|
<doc xml:space="preserve">Assigns a name to the columns of a #ClutterModel.
|
44504
45047
|
|
44505
45048
|
This function is meant primarily for #GObjects that inherit from
|
44506
45049
|
#ClutterModel, and should only be used when contructing a #ClutterModel.
|
44507
45050
|
It will not work after the initial creation of the #ClutterModel.</doc>
|
45051
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44508
45052
|
<return-value transfer-ownership="none">
|
44509
45053
|
<type name="none" c:type="void"/>
|
44510
45054
|
</return-value>
|
@@ -44527,8 +45071,11 @@ It will not work after the initial creation of the #ClutterModel.</doc>
|
|
44527
45071
|
</method>
|
44528
45072
|
<method name="set_sort"
|
44529
45073
|
c:identifier="clutter_model_set_sort"
|
44530
|
-
version="0.6"
|
45074
|
+
version="0.6"
|
45075
|
+
deprecated="1"
|
45076
|
+
deprecated-version="1.24">
|
44531
45077
|
<doc xml:space="preserve">Sorts @model using the given sorting function.</doc>
|
45078
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44532
45079
|
<return-value transfer-ownership="none">
|
44533
45080
|
<type name="none" c:type="void"/>
|
44534
45081
|
</return-value>
|
@@ -44551,7 +45098,10 @@ It will not work after the initial creation of the #ClutterModel.</doc>
|
|
44551
45098
|
<doc xml:space="preserve">a #ClutterModelSortFunc, or #NULL</doc>
|
44552
45099
|
<type name="ModelSortFunc" c:type="ClutterModelSortFunc"/>
|
44553
45100
|
</parameter>
|
44554
|
-
<parameter name="user_data"
|
45101
|
+
<parameter name="user_data"
|
45102
|
+
transfer-ownership="none"
|
45103
|
+
nullable="1"
|
45104
|
+
allow-none="1">
|
44555
45105
|
<doc xml:space="preserve">user data to pass to @func, or #NULL</doc>
|
44556
45106
|
<type name="gpointer" c:type="gpointer"/>
|
44557
45107
|
</parameter>
|
@@ -44563,9 +45113,12 @@ It will not work after the initial creation of the #ClutterModel.</doc>
|
|
44563
45113
|
</method>
|
44564
45114
|
<method name="set_sorting_column"
|
44565
45115
|
c:identifier="clutter_model_set_sorting_column"
|
44566
|
-
version="0.6"
|
45116
|
+
version="0.6"
|
45117
|
+
deprecated="1"
|
45118
|
+
deprecated-version="1.24">
|
44567
45119
|
<doc xml:space="preserve">Sets the model to sort by @column. If @column is a negative value
|
44568
45120
|
the sorting column will be unset.</doc>
|
45121
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44569
45122
|
<return-value transfer-ownership="none">
|
44570
45123
|
<type name="none" c:type="void"/>
|
44571
45124
|
</return-value>
|
@@ -44582,12 +45135,15 @@ the sorting column will be unset.</doc>
|
|
44582
45135
|
</method>
|
44583
45136
|
<method name="set_types"
|
44584
45137
|
c:identifier="clutter_model_set_types"
|
44585
|
-
version="0.6"
|
45138
|
+
version="0.6"
|
45139
|
+
deprecated="1"
|
45140
|
+
deprecated-version="1.24">
|
44586
45141
|
<doc xml:space="preserve">Sets the types of the columns inside a #ClutterModel.
|
44587
45142
|
|
44588
45143
|
This function is meant primarily for #GObjects that inherit from
|
44589
45144
|
#ClutterModel, and should only be used when contructing a #ClutterModel.
|
44590
45145
|
It will not work after the initial creation of the #ClutterModel.</doc>
|
45146
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44591
45147
|
<return-value transfer-ownership="none">
|
44592
45148
|
<type name="none" c:type="void"/>
|
44593
45149
|
</return-value>
|
@@ -44608,11 +45164,16 @@ It will not work after the initial creation of the #ClutterModel.</doc>
|
|
44608
45164
|
</parameter>
|
44609
45165
|
</parameters>
|
44610
45166
|
</method>
|
44611
|
-
<property name="filter-set"
|
45167
|
+
<property name="filter-set"
|
45168
|
+
version="1.0"
|
45169
|
+
deprecated="1"
|
45170
|
+
deprecated-version="1.24"
|
45171
|
+
transfer-ownership="none">
|
44612
45172
|
<doc xml:space="preserve">Whether the #ClutterModel has a filter set
|
44613
45173
|
|
44614
45174
|
This property is set to %TRUE if a filter function has been
|
44615
45175
|
set using clutter_model_set_filter()</doc>
|
45176
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44616
45177
|
<type name="gboolean" c:type="gboolean"/>
|
44617
45178
|
</property>
|
44618
45179
|
<field name="parent_instance" readable="0" private="1">
|
@@ -44621,16 +45182,26 @@ set using clutter_model_set_filter()</doc>
|
|
44621
45182
|
<field name="priv" readable="0" private="1">
|
44622
45183
|
<type name="ModelPrivate" c:type="ClutterModelPrivate*"/>
|
44623
45184
|
</field>
|
44624
|
-
<glib:signal name="filter-changed"
|
45185
|
+
<glib:signal name="filter-changed"
|
45186
|
+
when="last"
|
45187
|
+
version="0.6"
|
45188
|
+
deprecated="1"
|
45189
|
+
deprecated-version="1.24">
|
44625
45190
|
<doc xml:space="preserve">The ::filter-changed signal is emitted when a new filter has been applied</doc>
|
45191
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44626
45192
|
<return-value transfer-ownership="none">
|
44627
45193
|
<type name="none" c:type="void"/>
|
44628
45194
|
</return-value>
|
44629
45195
|
</glib:signal>
|
44630
|
-
<glib:signal name="row-added"
|
45196
|
+
<glib:signal name="row-added"
|
45197
|
+
when="last"
|
45198
|
+
version="0.6"
|
45199
|
+
deprecated="1"
|
45200
|
+
deprecated-version="1.24">
|
44631
45201
|
<doc xml:space="preserve">The ::row-added signal is emitted when a new row has been added.
|
44632
45202
|
The data on the row has already been set when the ::row-added signal
|
44633
45203
|
has been emitted.</doc>
|
45204
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44634
45205
|
<return-value transfer-ownership="none">
|
44635
45206
|
<type name="none" c:type="void"/>
|
44636
45207
|
</return-value>
|
@@ -44641,10 +45212,15 @@ has been emitted.</doc>
|
|
44641
45212
|
</parameter>
|
44642
45213
|
</parameters>
|
44643
45214
|
</glib:signal>
|
44644
|
-
<glib:signal name="row-changed"
|
45215
|
+
<glib:signal name="row-changed"
|
45216
|
+
when="last"
|
45217
|
+
version="0.6"
|
45218
|
+
deprecated="1"
|
45219
|
+
deprecated-version="1.24">
|
44645
45220
|
<doc xml:space="preserve">The ::row-removed signal is emitted when a row has been changed.
|
44646
45221
|
The data on the row has already been updated when the ::row-changed
|
44647
45222
|
signal has been emitted.</doc>
|
45223
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44648
45224
|
<return-value transfer-ownership="none">
|
44649
45225
|
<type name="none" c:type="void"/>
|
44650
45226
|
</return-value>
|
@@ -44655,10 +45231,15 @@ signal has been emitted.</doc>
|
|
44655
45231
|
</parameter>
|
44656
45232
|
</parameters>
|
44657
45233
|
</glib:signal>
|
44658
|
-
<glib:signal name="row-removed"
|
45234
|
+
<glib:signal name="row-removed"
|
45235
|
+
when="last"
|
45236
|
+
version="0.6"
|
45237
|
+
deprecated="1"
|
45238
|
+
deprecated-version="1.24">
|
44659
45239
|
<doc xml:space="preserve">The ::row-removed signal is emitted when a row has been removed.
|
44660
45240
|
The data on the row pointed by the passed iterator is still valid
|
44661
45241
|
when the ::row-removed signal has been emitted.</doc>
|
45242
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44662
45243
|
<return-value transfer-ownership="none">
|
44663
45244
|
<type name="none" c:type="void"/>
|
44664
45245
|
</return-value>
|
@@ -44669,8 +45250,13 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44669
45250
|
</parameter>
|
44670
45251
|
</parameters>
|
44671
45252
|
</glib:signal>
|
44672
|
-
<glib:signal name="sort-changed"
|
45253
|
+
<glib:signal name="sort-changed"
|
45254
|
+
when="last"
|
45255
|
+
version="0.6"
|
45256
|
+
deprecated="1"
|
45257
|
+
deprecated-version="1.24">
|
44673
45258
|
<doc xml:space="preserve">The ::sort-changed signal is emitted after the model has been sorted</doc>
|
45259
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44674
45260
|
<return-value transfer-ownership="none">
|
44675
45261
|
<type name="none" c:type="void"/>
|
44676
45262
|
</return-value>
|
@@ -44679,8 +45265,11 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44679
45265
|
<record name="ModelClass"
|
44680
45266
|
c:type="ClutterModelClass"
|
44681
45267
|
glib:is-gtype-struct-for="Model"
|
44682
|
-
version="0.6"
|
45268
|
+
version="0.6"
|
45269
|
+
deprecated="1"
|
45270
|
+
deprecated-version="1.24">
|
44683
45271
|
<doc xml:space="preserve">Class for #ClutterModel instances.</doc>
|
45272
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
44684
45273
|
<field name="parent_class" readable="0" private="1">
|
44685
45274
|
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
|
44686
45275
|
</field>
|
@@ -44812,7 +45401,10 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44812
45401
|
<parameter name="func" transfer-ownership="none" closure="2">
|
44813
45402
|
<type name="ModelSortFunc" c:type="ClutterModelSortFunc"/>
|
44814
45403
|
</parameter>
|
44815
|
-
<parameter name="data"
|
45404
|
+
<parameter name="data"
|
45405
|
+
transfer-ownership="none"
|
45406
|
+
nullable="1"
|
45407
|
+
allow-none="1">
|
44816
45408
|
<type name="gpointer" c:type="gpointer"/>
|
44817
45409
|
</parameter>
|
44818
45410
|
</parameters>
|
@@ -44946,8 +45538,11 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44946
45538
|
</record>
|
44947
45539
|
<callback name="ModelFilterFunc"
|
44948
45540
|
c:type="ClutterModelFilterFunc"
|
44949
|
-
version="0.6"
|
45541
|
+
version="0.6"
|
45542
|
+
deprecated="1"
|
45543
|
+
deprecated-version="1.24">
|
44950
45544
|
<doc xml:space="preserve">Filters the content of a row in the model.</doc>
|
45545
|
+
<doc-deprecated xml:space="preserve">Implement filters using a custom #GListModel instead</doc-deprecated>
|
44951
45546
|
<return-value transfer-ownership="none">
|
44952
45547
|
<doc xml:space="preserve">If the row should be displayed, return %TRUE</doc>
|
44953
45548
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -44961,7 +45556,11 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44961
45556
|
<doc xml:space="preserve">the iterator for the row</doc>
|
44962
45557
|
<type name="ModelIter" c:type="ClutterModelIter*"/>
|
44963
45558
|
</parameter>
|
44964
|
-
<parameter name="user_data"
|
45559
|
+
<parameter name="user_data"
|
45560
|
+
transfer-ownership="none"
|
45561
|
+
nullable="1"
|
45562
|
+
allow-none="1"
|
45563
|
+
closure="2">
|
44965
45564
|
<doc xml:space="preserve">data passed to clutter_model_set_filter()</doc>
|
44966
45565
|
<type name="gpointer" c:type="gpointer"/>
|
44967
45566
|
</parameter>
|
@@ -44969,8 +45568,11 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44969
45568
|
</callback>
|
44970
45569
|
<callback name="ModelForeachFunc"
|
44971
45570
|
c:type="ClutterModelForeachFunc"
|
44972
|
-
version="0.6"
|
45571
|
+
version="0.6"
|
45572
|
+
deprecated="1"
|
45573
|
+
deprecated-version="1.24">
|
44973
45574
|
<doc xml:space="preserve">Iterates on the content of a row in the model</doc>
|
45575
|
+
<doc-deprecated xml:space="preserve">Use #GListModel</doc-deprecated>
|
44974
45576
|
<return-value transfer-ownership="none">
|
44975
45577
|
<doc xml:space="preserve">%TRUE if the iteration should continue, %FALSE otherwise</doc>
|
44976
45578
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -44984,7 +45586,11 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44984
45586
|
<doc xml:space="preserve">the iterator for the row</doc>
|
44985
45587
|
<type name="ModelIter" c:type="ClutterModelIter*"/>
|
44986
45588
|
</parameter>
|
44987
|
-
<parameter name="user_data"
|
45589
|
+
<parameter name="user_data"
|
45590
|
+
transfer-ownership="none"
|
45591
|
+
nullable="1"
|
45592
|
+
allow-none="1"
|
45593
|
+
closure="2">
|
44988
45594
|
<doc xml:space="preserve">data passed to clutter_model_foreach()</doc>
|
44989
45595
|
<type name="gpointer" c:type="gpointer"/>
|
44990
45596
|
</parameter>
|
@@ -44994,6 +45600,8 @@ when the ::row-removed signal has been emitted.</doc>
|
|
44994
45600
|
c:symbol-prefix="model_iter"
|
44995
45601
|
c:type="ClutterModelIter"
|
44996
45602
|
version="0.6"
|
45603
|
+
deprecated="1"
|
45604
|
+
deprecated-version="1.24"
|
44997
45605
|
parent="GObject.Object"
|
44998
45606
|
abstract="1"
|
44999
45607
|
glib:type-name="ClutterModelIter"
|
@@ -45002,8 +45610,14 @@ when the ::row-removed signal has been emitted.</doc>
|
|
45002
45610
|
<doc xml:space="preserve">Base class for list models iters. The #ClutterModelIter structure
|
45003
45611
|
contains only private data and should be manipulated using the
|
45004
45612
|
provided API.</doc>
|
45005
|
-
<
|
45613
|
+
<doc-deprecated xml:space="preserve">Use custom iterators for #GListModel</doc-deprecated>
|
45614
|
+
<virtual-method name="copy"
|
45615
|
+
invoker="copy"
|
45616
|
+
version="0.8"
|
45617
|
+
deprecated="1"
|
45618
|
+
deprecated-version="1.24">
|
45006
45619
|
<doc xml:space="preserve">Copies the passed iterator.</doc>
|
45620
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45007
45621
|
<return-value transfer-ownership="full">
|
45008
45622
|
<doc xml:space="preserve">a copy of the iterator, or %NULL</doc>
|
45009
45623
|
<type name="ModelIter" c:type="ClutterModelIter*"/>
|
@@ -45015,8 +45629,13 @@ provided API.</doc>
|
|
45015
45629
|
</instance-parameter>
|
45016
45630
|
</parameters>
|
45017
45631
|
</virtual-method>
|
45018
|
-
<virtual-method name="get_model"
|
45632
|
+
<virtual-method name="get_model"
|
45633
|
+
invoker="get_model"
|
45634
|
+
version="0.6"
|
45635
|
+
deprecated="1"
|
45636
|
+
deprecated-version="1.24">
|
45019
45637
|
<doc xml:space="preserve">Retrieves a pointer to the #ClutterModel that this iter is part of.</doc>
|
45638
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45020
45639
|
<return-value transfer-ownership="none">
|
45021
45640
|
<doc xml:space="preserve">a pointer to a #ClutterModel.</doc>
|
45022
45641
|
<type name="Model" c:type="ClutterModel*"/>
|
@@ -45028,8 +45647,13 @@ provided API.</doc>
|
|
45028
45647
|
</instance-parameter>
|
45029
45648
|
</parameters>
|
45030
45649
|
</virtual-method>
|
45031
|
-
<virtual-method name="get_row"
|
45650
|
+
<virtual-method name="get_row"
|
45651
|
+
invoker="get_row"
|
45652
|
+
version="0.6"
|
45653
|
+
deprecated="1"
|
45654
|
+
deprecated-version="1.24">
|
45032
45655
|
<doc xml:space="preserve">Retrieves the position of the row that the @iter points to.</doc>
|
45656
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45033
45657
|
<return-value transfer-ownership="none">
|
45034
45658
|
<doc xml:space="preserve">the position of the @iter in the model</doc>
|
45035
45659
|
<type name="guint" c:type="guint"/>
|
@@ -45041,9 +45665,14 @@ provided API.</doc>
|
|
45041
45665
|
</instance-parameter>
|
45042
45666
|
</parameters>
|
45043
45667
|
</virtual-method>
|
45044
|
-
<virtual-method name="get_value"
|
45668
|
+
<virtual-method name="get_value"
|
45669
|
+
invoker="get_value"
|
45670
|
+
version="0.6"
|
45671
|
+
deprecated="1"
|
45672
|
+
deprecated-version="1.24">
|
45045
45673
|
<doc xml:space="preserve">Sets an initializes @value to that at @column. When done with @value,
|
45046
45674
|
g_value_unset() needs to be called to free any allocated memory.</doc>
|
45675
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45047
45676
|
<return-value transfer-ownership="none">
|
45048
45677
|
<type name="none" c:type="void"/>
|
45049
45678
|
</return-value>
|
@@ -45065,9 +45694,14 @@ g_value_unset() needs to be called to free any allocated memory.</doc>
|
|
45065
45694
|
</parameter>
|
45066
45695
|
</parameters>
|
45067
45696
|
</virtual-method>
|
45068
|
-
<virtual-method name="is_first"
|
45697
|
+
<virtual-method name="is_first"
|
45698
|
+
invoker="is_first"
|
45699
|
+
version="0.6"
|
45700
|
+
deprecated="1"
|
45701
|
+
deprecated-version="1.24">
|
45069
45702
|
<doc xml:space="preserve">Gets whether the current iterator is at the beginning of the model
|
45070
45703
|
to which it belongs.</doc>
|
45704
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45071
45705
|
<return-value transfer-ownership="none">
|
45072
45706
|
<doc xml:space="preserve">#TRUE if @iter is the first iter in the filtered model</doc>
|
45073
45707
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -45079,9 +45713,14 @@ to which it belongs.</doc>
|
|
45079
45713
|
</instance-parameter>
|
45080
45714
|
</parameters>
|
45081
45715
|
</virtual-method>
|
45082
|
-
<virtual-method name="is_last"
|
45716
|
+
<virtual-method name="is_last"
|
45717
|
+
invoker="is_last"
|
45718
|
+
version="0.6"
|
45719
|
+
deprecated="1"
|
45720
|
+
deprecated-version="1.24">
|
45083
45721
|
<doc xml:space="preserve">Gets whether the iterator is at the end of the model to which it
|
45084
45722
|
belongs.</doc>
|
45723
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45085
45724
|
<return-value transfer-ownership="none">
|
45086
45725
|
<doc xml:space="preserve">#TRUE if @iter is the last iter in the filtered model.</doc>
|
45087
45726
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -45093,10 +45732,15 @@ belongs.</doc>
|
|
45093
45732
|
</instance-parameter>
|
45094
45733
|
</parameters>
|
45095
45734
|
</virtual-method>
|
45096
|
-
<virtual-method name="next"
|
45735
|
+
<virtual-method name="next"
|
45736
|
+
invoker="next"
|
45737
|
+
version="0.6"
|
45738
|
+
deprecated="1"
|
45739
|
+
deprecated-version="1.24">
|
45097
45740
|
<doc xml:space="preserve">Updates the @iter to point at the next position in the model.
|
45098
45741
|
The model implementation should take into account the presence of
|
45099
45742
|
a filter function.</doc>
|
45743
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45100
45744
|
<return-value transfer-ownership="none">
|
45101
45745
|
<doc xml:space="preserve">The passed iterator, updated to point at the next
|
45102
45746
|
row in the model.</doc>
|
@@ -45109,10 +45753,15 @@ a filter function.</doc>
|
|
45109
45753
|
</instance-parameter>
|
45110
45754
|
</parameters>
|
45111
45755
|
</virtual-method>
|
45112
|
-
<virtual-method name="prev"
|
45756
|
+
<virtual-method name="prev"
|
45757
|
+
invoker="prev"
|
45758
|
+
version="0.6"
|
45759
|
+
deprecated="1"
|
45760
|
+
deprecated-version="1.24">
|
45113
45761
|
<doc xml:space="preserve">Sets the @iter to point at the previous position in the model.
|
45114
45762
|
The model implementation should take into account the presence of
|
45115
45763
|
a filter function.</doc>
|
45764
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45116
45765
|
<return-value transfer-ownership="none">
|
45117
45766
|
<doc xml:space="preserve">The passed iterator, updated to point at the previous
|
45118
45767
|
row in the model.</doc>
|
@@ -45125,9 +45774,14 @@ a filter function.</doc>
|
|
45125
45774
|
</instance-parameter>
|
45126
45775
|
</parameters>
|
45127
45776
|
</virtual-method>
|
45128
|
-
<virtual-method name="set_value"
|
45777
|
+
<virtual-method name="set_value"
|
45778
|
+
invoker="set_value"
|
45779
|
+
version="0.6"
|
45780
|
+
deprecated="1"
|
45781
|
+
deprecated-version="1.24">
|
45129
45782
|
<doc xml:space="preserve">Sets the data in the cell specified by @iter and @column. The type of
|
45130
45783
|
@value must be convertable to the type of the column.</doc>
|
45784
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45131
45785
|
<return-value transfer-ownership="none">
|
45132
45786
|
<type name="none" c:type="void"/>
|
45133
45787
|
</return-value>
|
@@ -45146,8 +45800,13 @@ a filter function.</doc>
|
|
45146
45800
|
</parameter>
|
45147
45801
|
</parameters>
|
45148
45802
|
</virtual-method>
|
45149
|
-
<method name="copy"
|
45803
|
+
<method name="copy"
|
45804
|
+
c:identifier="clutter_model_iter_copy"
|
45805
|
+
version="0.8"
|
45806
|
+
deprecated="1"
|
45807
|
+
deprecated-version="1.24">
|
45150
45808
|
<doc xml:space="preserve">Copies the passed iterator.</doc>
|
45809
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45151
45810
|
<return-value transfer-ownership="full">
|
45152
45811
|
<doc xml:space="preserve">a copy of the iterator, or %NULL</doc>
|
45153
45812
|
<type name="ModelIter" c:type="ClutterModelIter*"/>
|
@@ -45162,7 +45821,9 @@ a filter function.</doc>
|
|
45162
45821
|
<method name="get"
|
45163
45822
|
c:identifier="clutter_model_iter_get"
|
45164
45823
|
version="0.6"
|
45165
|
-
introspectable="0"
|
45824
|
+
introspectable="0"
|
45825
|
+
deprecated="1"
|
45826
|
+
deprecated-version="1.24">
|
45166
45827
|
<doc xml:space="preserve">Gets the value of one or more cells in the row referenced by @iter. The
|
45167
45828
|
variable argument list should contain integer column numbers, each column
|
45168
45829
|
column number followed by a place to store the value being retrieved. The
|
@@ -45175,6 +45836,7 @@ For example, to get a value from column 0 with type %G_TYPE_STRING use:
|
|
45175
45836
|
|
45176
45837
|
where place_string_here is a gchar* to be filled with the string. If
|
45177
45838
|
appropriate, the returned values have to be freed or unreferenced.</doc>
|
45839
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45178
45840
|
<return-value transfer-ownership="none">
|
45179
45841
|
<type name="none" c:type="void"/>
|
45180
45842
|
</return-value>
|
@@ -45191,8 +45853,11 @@ appropriate, the returned values have to be freed or unreferenced.</doc>
|
|
45191
45853
|
</method>
|
45192
45854
|
<method name="get_model"
|
45193
45855
|
c:identifier="clutter_model_iter_get_model"
|
45194
|
-
version="0.6"
|
45856
|
+
version="0.6"
|
45857
|
+
deprecated="1"
|
45858
|
+
deprecated-version="1.24">
|
45195
45859
|
<doc xml:space="preserve">Retrieves a pointer to the #ClutterModel that this iter is part of.</doc>
|
45860
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45196
45861
|
<return-value transfer-ownership="none">
|
45197
45862
|
<doc xml:space="preserve">a pointer to a #ClutterModel.</doc>
|
45198
45863
|
<type name="Model" c:type="ClutterModel*"/>
|
@@ -45206,8 +45871,11 @@ appropriate, the returned values have to be freed or unreferenced.</doc>
|
|
45206
45871
|
</method>
|
45207
45872
|
<method name="get_row"
|
45208
45873
|
c:identifier="clutter_model_iter_get_row"
|
45209
|
-
version="0.6"
|
45874
|
+
version="0.6"
|
45875
|
+
deprecated="1"
|
45876
|
+
deprecated-version="1.24">
|
45210
45877
|
<doc xml:space="preserve">Retrieves the position of the row that the @iter points to.</doc>
|
45878
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45211
45879
|
<return-value transfer-ownership="none">
|
45212
45880
|
<doc xml:space="preserve">the position of the @iter in the model</doc>
|
45213
45881
|
<type name="guint" c:type="guint"/>
|
@@ -45222,9 +45890,12 @@ appropriate, the returned values have to be freed or unreferenced.</doc>
|
|
45222
45890
|
<method name="get_valist"
|
45223
45891
|
c:identifier="clutter_model_iter_get_valist"
|
45224
45892
|
version="0.6"
|
45225
|
-
introspectable="0"
|
45893
|
+
introspectable="0"
|
45894
|
+
deprecated="1"
|
45895
|
+
deprecated-version="1.24">
|
45226
45896
|
<doc xml:space="preserve">See clutter_model_iter_get(). This version takes a va_list for language
|
45227
45897
|
bindings.</doc>
|
45898
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45228
45899
|
<return-value transfer-ownership="none">
|
45229
45900
|
<type name="none" c:type="void"/>
|
45230
45901
|
</return-value>
|
@@ -45241,9 +45912,12 @@ bindings.</doc>
|
|
45241
45912
|
</method>
|
45242
45913
|
<method name="get_value"
|
45243
45914
|
c:identifier="clutter_model_iter_get_value"
|
45244
|
-
version="0.6"
|
45915
|
+
version="0.6"
|
45916
|
+
deprecated="1"
|
45917
|
+
deprecated-version="1.24">
|
45245
45918
|
<doc xml:space="preserve">Sets an initializes @value to that at @column. When done with @value,
|
45246
45919
|
g_value_unset() needs to be called to free any allocated memory.</doc>
|
45920
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45247
45921
|
<return-value transfer-ownership="none">
|
45248
45922
|
<type name="none" c:type="void"/>
|
45249
45923
|
</return-value>
|
@@ -45267,9 +45941,12 @@ g_value_unset() needs to be called to free any allocated memory.</doc>
|
|
45267
45941
|
</method>
|
45268
45942
|
<method name="is_first"
|
45269
45943
|
c:identifier="clutter_model_iter_is_first"
|
45270
|
-
version="0.6"
|
45944
|
+
version="0.6"
|
45945
|
+
deprecated="1"
|
45946
|
+
deprecated-version="1.24">
|
45271
45947
|
<doc xml:space="preserve">Gets whether the current iterator is at the beginning of the model
|
45272
45948
|
to which it belongs.</doc>
|
45949
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45273
45950
|
<return-value transfer-ownership="none">
|
45274
45951
|
<doc xml:space="preserve">#TRUE if @iter is the first iter in the filtered model</doc>
|
45275
45952
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -45283,9 +45960,12 @@ to which it belongs.</doc>
|
|
45283
45960
|
</method>
|
45284
45961
|
<method name="is_last"
|
45285
45962
|
c:identifier="clutter_model_iter_is_last"
|
45286
|
-
version="0.6"
|
45963
|
+
version="0.6"
|
45964
|
+
deprecated="1"
|
45965
|
+
deprecated-version="1.24">
|
45287
45966
|
<doc xml:space="preserve">Gets whether the iterator is at the end of the model to which it
|
45288
45967
|
belongs.</doc>
|
45968
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45289
45969
|
<return-value transfer-ownership="none">
|
45290
45970
|
<doc xml:space="preserve">#TRUE if @iter is the last iter in the filtered model.</doc>
|
45291
45971
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -45297,10 +45977,15 @@ belongs.</doc>
|
|
45297
45977
|
</instance-parameter>
|
45298
45978
|
</parameters>
|
45299
45979
|
</method>
|
45300
|
-
<method name="next"
|
45980
|
+
<method name="next"
|
45981
|
+
c:identifier="clutter_model_iter_next"
|
45982
|
+
version="0.6"
|
45983
|
+
deprecated="1"
|
45984
|
+
deprecated-version="1.24">
|
45301
45985
|
<doc xml:space="preserve">Updates the @iter to point at the next position in the model.
|
45302
45986
|
The model implementation should take into account the presence of
|
45303
45987
|
a filter function.</doc>
|
45988
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45304
45989
|
<return-value transfer-ownership="none">
|
45305
45990
|
<doc xml:space="preserve">The passed iterator, updated to point at the next
|
45306
45991
|
row in the model.</doc>
|
@@ -45313,10 +45998,15 @@ a filter function.</doc>
|
|
45313
45998
|
</instance-parameter>
|
45314
45999
|
</parameters>
|
45315
46000
|
</method>
|
45316
|
-
<method name="prev"
|
46001
|
+
<method name="prev"
|
46002
|
+
c:identifier="clutter_model_iter_prev"
|
46003
|
+
version="0.6"
|
46004
|
+
deprecated="1"
|
46005
|
+
deprecated-version="1.24">
|
45317
46006
|
<doc xml:space="preserve">Sets the @iter to point at the previous position in the model.
|
45318
46007
|
The model implementation should take into account the presence of
|
45319
46008
|
a filter function.</doc>
|
46009
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45320
46010
|
<return-value transfer-ownership="none">
|
45321
46011
|
<doc xml:space="preserve">The passed iterator, updated to point at the previous
|
45322
46012
|
row in the model.</doc>
|
@@ -45332,7 +46022,9 @@ a filter function.</doc>
|
|
45332
46022
|
<method name="set"
|
45333
46023
|
c:identifier="clutter_model_iter_set"
|
45334
46024
|
version="0.6"
|
45335
|
-
introspectable="0"
|
46025
|
+
introspectable="0"
|
46026
|
+
deprecated="1"
|
46027
|
+
deprecated-version="1.24">
|
45336
46028
|
<doc xml:space="preserve">Sets the value of one or more cells in the row referenced by @iter. The
|
45337
46029
|
variable argument list should contain integer column numbers, each column
|
45338
46030
|
column number followed by the value to be set. The list is terminated by a
|
@@ -45342,6 +46034,7 @@ For example, to set column 0 with type %G_TYPE_STRING, use:
|
|
45342
46034
|
<informalexample><programlisting>
|
45343
46035
|
clutter_model_iter_set (iter, 0, "foo", -1);
|
45344
46036
|
</programlisting></informalexample></doc>
|
46037
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45345
46038
|
<return-value transfer-ownership="none">
|
45346
46039
|
<type name="none" c:type="void"/>
|
45347
46040
|
</return-value>
|
@@ -45359,9 +46052,12 @@ For example, to set column 0 with type %G_TYPE_STRING, use:
|
|
45359
46052
|
<method name="set_valist"
|
45360
46053
|
c:identifier="clutter_model_iter_set_valist"
|
45361
46054
|
version="0.6"
|
45362
|
-
introspectable="0"
|
46055
|
+
introspectable="0"
|
46056
|
+
deprecated="1"
|
46057
|
+
deprecated-version="1.24">
|
45363
46058
|
<doc xml:space="preserve">See clutter_model_iter_set(); this version takes a va_list for language
|
45364
46059
|
bindings.</doc>
|
46060
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45365
46061
|
<return-value transfer-ownership="none">
|
45366
46062
|
<type name="none" c:type="void"/>
|
45367
46063
|
</return-value>
|
@@ -45378,9 +46074,12 @@ bindings.</doc>
|
|
45378
46074
|
</method>
|
45379
46075
|
<method name="set_value"
|
45380
46076
|
c:identifier="clutter_model_iter_set_value"
|
45381
|
-
version="0.6"
|
46077
|
+
version="0.6"
|
46078
|
+
deprecated="1"
|
46079
|
+
deprecated-version="1.24">
|
45382
46080
|
<doc xml:space="preserve">Sets the data in the cell specified by @iter and @column. The type of
|
45383
46081
|
@value must be convertable to the type of the column.</doc>
|
46082
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45384
46083
|
<return-value transfer-ownership="none">
|
45385
46084
|
<type name="none" c:type="void"/>
|
45386
46085
|
</return-value>
|
@@ -45401,16 +46100,22 @@ bindings.</doc>
|
|
45401
46100
|
</method>
|
45402
46101
|
<property name="model"
|
45403
46102
|
version="0.6"
|
46103
|
+
deprecated="1"
|
46104
|
+
deprecated-version="1.24"
|
45404
46105
|
writable="1"
|
45405
46106
|
transfer-ownership="none">
|
45406
46107
|
<doc xml:space="preserve">A reference to the #ClutterModel that this iter belongs to.</doc>
|
46108
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45407
46109
|
<type name="Model"/>
|
45408
46110
|
</property>
|
45409
46111
|
<property name="row"
|
45410
46112
|
version="0.6"
|
46113
|
+
deprecated="1"
|
46114
|
+
deprecated-version="1.24"
|
45411
46115
|
writable="1"
|
45412
46116
|
transfer-ownership="none">
|
45413
46117
|
<doc xml:space="preserve">The row number to which this iter points to.</doc>
|
46118
|
+
<doc-deprecated xml:space="preserve">Use #GListModel instead</doc-deprecated>
|
45414
46119
|
<type name="guint" c:type="guint"/>
|
45415
46120
|
</property>
|
45416
46121
|
<field name="parent_instance" readable="0" private="1">
|
@@ -45423,8 +46128,11 @@ bindings.</doc>
|
|
45423
46128
|
<record name="ModelIterClass"
|
45424
46129
|
c:type="ClutterModelIterClass"
|
45425
46130
|
glib:is-gtype-struct-for="ModelIter"
|
45426
|
-
version="0.6"
|
46131
|
+
version="0.6"
|
46132
|
+
deprecated="1"
|
46133
|
+
deprecated-version="1.24">
|
45427
46134
|
<doc xml:space="preserve">Class for #ClutterModelIter instances.</doc>
|
46135
|
+
<doc-deprecated xml:space="preserve">Use custom iterators for #GListModel</doc-deprecated>
|
45428
46136
|
<field name="parent_class" readable="0" private="1">
|
45429
46137
|
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
|
45430
46138
|
</field>
|
@@ -45636,8 +46344,13 @@ bindings.</doc>
|
|
45636
46344
|
</record>
|
45637
46345
|
<record name="ModelPrivate" c:type="ClutterModelPrivate" disguised="1">
|
45638
46346
|
</record>
|
45639
|
-
<callback name="ModelSortFunc"
|
46347
|
+
<callback name="ModelSortFunc"
|
46348
|
+
c:type="ClutterModelSortFunc"
|
46349
|
+
version="0.6"
|
46350
|
+
deprecated="1"
|
46351
|
+
deprecated-version="1.24">
|
45640
46352
|
<doc xml:space="preserve">Compares the content of two rows in the model.</doc>
|
46353
|
+
<doc-deprecated xml:space="preserve">Implement sorting using a custom #GListModel instead</doc-deprecated>
|
45641
46354
|
<return-value transfer-ownership="none">
|
45642
46355
|
<doc xml:space="preserve">a positive integer if @a is after @b, a negative integer if
|
45643
46356
|
@a is before @b, or 0 if the rows are the same</doc>
|
@@ -45656,7 +46369,11 @@ bindings.</doc>
|
|
45656
46369
|
<doc xml:space="preserve">a #GValue representing the contents of the second row</doc>
|
45657
46370
|
<type name="GObject.Value" c:type="const GValue*"/>
|
45658
46371
|
</parameter>
|
45659
|
-
<parameter name="user_data"
|
46372
|
+
<parameter name="user_data"
|
46373
|
+
transfer-ownership="none"
|
46374
|
+
nullable="1"
|
46375
|
+
allow-none="1"
|
46376
|
+
closure="3">
|
45660
46377
|
<doc xml:space="preserve">data passed to clutter_model_set_sort()</doc>
|
45661
46378
|
<type name="gpointer" c:type="gpointer"/>
|
45662
46379
|
</parameter>
|
@@ -47182,6 +47899,46 @@ only private data and should be accessed using the provided API</doc>
|
|
47182
47899
|
</instance-parameter>
|
47183
47900
|
</parameters>
|
47184
47901
|
</method>
|
47902
|
+
<method name="get_constrained_motion_delta"
|
47903
|
+
c:identifier="clutter_pan_action_get_constrained_motion_delta"
|
47904
|
+
version="1.24">
|
47905
|
+
<doc xml:space="preserve">Retrieves the delta, in stage space, dependent on the current state
|
47906
|
+
of the #ClutterPanAction, and respecting the constraint specified by the
|
47907
|
+
#ClutterPanAction:pan-axis property.</doc>
|
47908
|
+
<return-value transfer-ownership="none">
|
47909
|
+
<doc xml:space="preserve">the distance since last motion event</doc>
|
47910
|
+
<type name="gfloat" c:type="gfloat"/>
|
47911
|
+
</return-value>
|
47912
|
+
<parameters>
|
47913
|
+
<instance-parameter name="self" transfer-ownership="none">
|
47914
|
+
<doc xml:space="preserve">A #ClutterPanAction</doc>
|
47915
|
+
<type name="PanAction" c:type="ClutterPanAction*"/>
|
47916
|
+
</instance-parameter>
|
47917
|
+
<parameter name="point" transfer-ownership="none">
|
47918
|
+
<doc xml:space="preserve">the touch point index, with 0 being the first touch
|
47919
|
+
point received by the action</doc>
|
47920
|
+
<type name="guint" c:type="guint"/>
|
47921
|
+
</parameter>
|
47922
|
+
<parameter name="delta_x"
|
47923
|
+
direction="out"
|
47924
|
+
caller-allocates="0"
|
47925
|
+
transfer-ownership="full"
|
47926
|
+
optional="1"
|
47927
|
+
allow-none="1">
|
47928
|
+
<doc xml:space="preserve">return location for the X delta</doc>
|
47929
|
+
<type name="gfloat" c:type="gfloat*"/>
|
47930
|
+
</parameter>
|
47931
|
+
<parameter name="delta_y"
|
47932
|
+
direction="out"
|
47933
|
+
caller-allocates="0"
|
47934
|
+
transfer-ownership="full"
|
47935
|
+
optional="1"
|
47936
|
+
allow-none="1">
|
47937
|
+
<doc xml:space="preserve">return location for the Y delta</doc>
|
47938
|
+
<type name="gfloat" c:type="gfloat*"/>
|
47939
|
+
</parameter>
|
47940
|
+
</parameters>
|
47941
|
+
</method>
|
47185
47942
|
<method name="get_deceleration"
|
47186
47943
|
c:identifier="clutter_pan_action_get_deceleration"
|
47187
47944
|
version="1.12">
|
@@ -47655,6 +48412,13 @@ panning action</doc>
|
|
47655
48412
|
glib:nick="y-axis">
|
47656
48413
|
<doc xml:space="preserve">Set a constraint on the Y axis</doc>
|
47657
48414
|
</member>
|
48415
|
+
<member name="axis_auto"
|
48416
|
+
value="3"
|
48417
|
+
c:identifier="CLUTTER_PAN_AXIS_AUTO"
|
48418
|
+
glib:nick="axis-auto">
|
48419
|
+
<doc xml:space="preserve">Constrain panning automatically based on initial
|
48420
|
+
movement (available since 1.24)</doc>
|
48421
|
+
</member>
|
47658
48422
|
</enumeration>
|
47659
48423
|
<class name="ParamSpecColor"
|
47660
48424
|
c:symbol-prefix="param_color"
|
@@ -48075,7 +48839,10 @@ otherwise.</doc>
|
|
48075
48839
|
<doc xml:space="preserve">the function to call with each node</doc>
|
48076
48840
|
<type name="PathCallback" c:type="ClutterPathCallback"/>
|
48077
48841
|
</parameter>
|
48078
|
-
<parameter name="user_data"
|
48842
|
+
<parameter name="user_data"
|
48843
|
+
transfer-ownership="none"
|
48844
|
+
nullable="1"
|
48845
|
+
allow-none="1">
|
48079
48846
|
<doc xml:space="preserve">user data to pass to the function</doc>
|
48080
48847
|
<type name="gpointer" c:type="gpointer"/>
|
48081
48848
|
</parameter>
|
@@ -48330,7 +49097,11 @@ called for each node contained in the path.</doc>
|
|
48330
49097
|
<doc xml:space="preserve">the node</doc>
|
48331
49098
|
<type name="PathNode" c:type="const ClutterPathNode*"/>
|
48332
49099
|
</parameter>
|
48333
|
-
<parameter name="data"
|
49100
|
+
<parameter name="data"
|
49101
|
+
transfer-ownership="none"
|
49102
|
+
nullable="1"
|
49103
|
+
allow-none="1"
|
49104
|
+
closure="1">
|
48334
49105
|
<doc xml:space="preserve">optional data passed to the function</doc>
|
48335
49106
|
<type name="gpointer" c:type="gpointer"/>
|
48336
49107
|
</parameter>
|
@@ -50905,7 +51676,10 @@ the platform Clutter is running on.</doc>
|
|
50905
51676
|
<doc xml:space="preserve">a #ClutterScript</doc>
|
50906
51677
|
<type name="Script" c:type="ClutterScript*"/>
|
50907
51678
|
</instance-parameter>
|
50908
|
-
<parameter name="user_data"
|
51679
|
+
<parameter name="user_data"
|
51680
|
+
transfer-ownership="none"
|
51681
|
+
nullable="1"
|
51682
|
+
allow-none="1">
|
50909
51683
|
<doc xml:space="preserve">data to be passed to the signal handlers, or %NULL</doc>
|
50910
51684
|
<type name="gpointer" c:type="gpointer"/>
|
50911
51685
|
</parameter>
|
@@ -50939,7 +51713,10 @@ Applications should use clutter_script_connect_signals().</doc>
|
|
50939
51713
|
<doc xml:space="preserve">signal connection function</doc>
|
50940
51714
|
<type name="ScriptConnectFunc" c:type="ClutterScriptConnectFunc"/>
|
50941
51715
|
</parameter>
|
50942
|
-
<parameter name="user_data"
|
51716
|
+
<parameter name="user_data"
|
51717
|
+
transfer-ownership="none"
|
51718
|
+
nullable="1"
|
51719
|
+
allow-none="1">
|
50943
51720
|
<doc xml:space="preserve">data to be passed to the signal handlers, or %NULL</doc>
|
50944
51721
|
<type name="gpointer" c:type="gpointer"/>
|
50945
51722
|
</parameter>
|
@@ -51394,7 +52171,11 @@ programmer wants more control over the signal connection process.</doc>
|
|
51394
52171
|
<doc xml:space="preserve">signal connection flags</doc>
|
51395
52172
|
<type name="GObject.ConnectFlags" c:type="GConnectFlags"/>
|
51396
52173
|
</parameter>
|
51397
|
-
<parameter name="user_data"
|
52174
|
+
<parameter name="user_data"
|
52175
|
+
transfer-ownership="none"
|
52176
|
+
nullable="1"
|
52177
|
+
allow-none="1"
|
52178
|
+
closure="6">
|
51398
52179
|
<doc xml:space="preserve">user data to pass to the signal handler</doc>
|
51399
52180
|
<type name="gpointer" c:type="gpointer"/>
|
51400
52181
|
</parameter>
|
@@ -51961,7 +52742,41 @@ has precise scrolling delta information.</doc>
|
|
51961
52742
|
device the event originated from, use clutter_event_get_source_device()</doc>
|
51962
52743
|
<type name="InputDevice" c:type="ClutterInputDevice*"/>
|
51963
52744
|
</field>
|
52745
|
+
<field name="scroll_source" writable="1">
|
52746
|
+
<doc xml:space="preserve">the source of scroll events. This field is available since 1.26</doc>
|
52747
|
+
<type name="ScrollSource" c:type="ClutterScrollSource"/>
|
52748
|
+
</field>
|
52749
|
+
<field name="finish_flags" writable="1">
|
52750
|
+
<doc xml:space="preserve">the axes that were stopped in this event. This field is available since 1.26</doc>
|
52751
|
+
<type name="ScrollFinishFlags" c:type="ClutterScrollFinishFlags"/>
|
52752
|
+
</field>
|
51964
52753
|
</record>
|
52754
|
+
<bitfield name="ScrollFinishFlags"
|
52755
|
+
version="1.26"
|
52756
|
+
glib:type-name="ClutterScrollFinishFlags"
|
52757
|
+
glib:get-type="clutter_scroll_finish_flags_get_type"
|
52758
|
+
c:type="ClutterScrollFinishFlags">
|
52759
|
+
<doc xml:space="preserve">Flags used to notify the axes that were stopped in a #ClutterScrollEvent.
|
52760
|
+
These can be used to trigger post-scroll effects like kinetic scrolling.</doc>
|
52761
|
+
<member name="none"
|
52762
|
+
value="0"
|
52763
|
+
c:identifier="CLUTTER_SCROLL_FINISHED_NONE"
|
52764
|
+
glib:nick="none">
|
52765
|
+
<doc xml:space="preserve">no axis was stopped.</doc>
|
52766
|
+
</member>
|
52767
|
+
<member name="horizontal"
|
52768
|
+
value="1"
|
52769
|
+
c:identifier="CLUTTER_SCROLL_FINISHED_HORIZONTAL"
|
52770
|
+
glib:nick="horizontal">
|
52771
|
+
<doc xml:space="preserve">The horizontal axis stopped.</doc>
|
52772
|
+
</member>
|
52773
|
+
<member name="vertical"
|
52774
|
+
value="2"
|
52775
|
+
c:identifier="CLUTTER_SCROLL_FINISHED_VERTICAL"
|
52776
|
+
glib:nick="vertical">
|
52777
|
+
<doc xml:space="preserve">The vertical axis stopped.</doc>
|
52778
|
+
</member>
|
52779
|
+
</bitfield>
|
51965
52780
|
<bitfield name="ScrollMode"
|
51966
52781
|
version="1.12"
|
51967
52782
|
glib:type-name="ClutterScrollMode"
|
@@ -51993,6 +52808,41 @@ device the event originated from, use clutter_event_get_source_device()</doc>
|
|
51993
52808
|
<doc xml:space="preserve">Scroll in both directions</doc>
|
51994
52809
|
</member>
|
51995
52810
|
</bitfield>
|
52811
|
+
<enumeration name="ScrollSource"
|
52812
|
+
version="1.26"
|
52813
|
+
glib:type-name="ClutterScrollSource"
|
52814
|
+
glib:get-type="clutter_scroll_source_get_type"
|
52815
|
+
c:type="ClutterScrollSource">
|
52816
|
+
<doc xml:space="preserve">The scroll source determines the source of the scroll event. Keep in mind
|
52817
|
+
that the source device #ClutterInputDeviceType is not enough to infer
|
52818
|
+
the scroll source.</doc>
|
52819
|
+
<member name="unknown"
|
52820
|
+
value="0"
|
52821
|
+
c:identifier="CLUTTER_SCROLL_SOURCE_UNKNOWN"
|
52822
|
+
glib:nick="unknown">
|
52823
|
+
<doc xml:space="preserve">Source of scroll events is unknown.</doc>
|
52824
|
+
</member>
|
52825
|
+
<member name="wheel"
|
52826
|
+
value="1"
|
52827
|
+
c:identifier="CLUTTER_SCROLL_SOURCE_WHEEL"
|
52828
|
+
glib:nick="wheel">
|
52829
|
+
<doc xml:space="preserve">The scroll event is originated by a mouse wheel.</doc>
|
52830
|
+
</member>
|
52831
|
+
<member name="finger"
|
52832
|
+
value="2"
|
52833
|
+
c:identifier="CLUTTER_SCROLL_SOURCE_FINGER"
|
52834
|
+
glib:nick="finger">
|
52835
|
+
<doc xml:space="preserve">The scroll event is originated by one or more
|
52836
|
+
fingers on the device (eg. touchpads).</doc>
|
52837
|
+
</member>
|
52838
|
+
<member name="continuous"
|
52839
|
+
value="3"
|
52840
|
+
c:identifier="CLUTTER_SCROLL_SOURCE_CONTINUOUS"
|
52841
|
+
glib:nick="continuous">
|
52842
|
+
<doc xml:space="preserve">The scroll event is originated by the
|
52843
|
+
motion of some device (eg. a scroll button is set).</doc>
|
52844
|
+
</member>
|
52845
|
+
</enumeration>
|
51996
52846
|
<constant name="ScrollUp" value="269025144" c:type="CLUTTER_ScrollUp">
|
51997
52847
|
<type name="gint" c:type="gint"/>
|
51998
52848
|
</constant>
|
@@ -54673,7 +55523,7 @@ but before the results are displayed on the screen.</doc>
|
|
54673
55523
|
</return-value>
|
54674
55524
|
</glib:signal>
|
54675
55525
|
<glib:signal name="deactivate" when="last" version="0.6">
|
54676
|
-
<doc xml:space="preserve">The ::
|
55526
|
+
<doc xml:space="preserve">The ::deactivate signal is emitted when the stage loses key focus
|
54677
55527
|
from the underlying window system.</doc>
|
54678
55528
|
<return-value transfer-ownership="none">
|
54679
55529
|
<type name="none" c:type="void"/>
|
@@ -55407,7 +56257,10 @@ and 20% of the duration after animating.</doc>
|
|
55407
56257
|
<doc xml:space="preserve">the name of the target state keys are being added for</doc>
|
55408
56258
|
<type name="utf8" c:type="const gchar*"/>
|
55409
56259
|
</parameter>
|
55410
|
-
<parameter name="first_object"
|
56260
|
+
<parameter name="first_object"
|
56261
|
+
transfer-ownership="none"
|
56262
|
+
nullable="1"
|
56263
|
+
allow-none="1">
|
55411
56264
|
<doc xml:space="preserve">a #GObject</doc>
|
55412
56265
|
<type name="gpointer" c:type="gpointer"/>
|
55413
56266
|
</parameter>
|
@@ -58999,9 +59852,11 @@ be the default cursor size of 2 pixels.</doc>
|
|
58999
59852
|
version="1.0"
|
59000
59853
|
writable="1"
|
59001
59854
|
transfer-ownership="none">
|
59002
|
-
<doc xml:space="preserve">Whether the input cursor is visible or not
|
59003
|
-
|
59004
|
-
|
59855
|
+
<doc xml:space="preserve">Whether the input cursor is visible or not.
|
59856
|
+
|
59857
|
+
The cursor will only be visible if this property and either
|
59858
|
+
the #ClutterText:editable or the #ClutterText:selectable properties
|
59859
|
+
are set to %TRUE.</doc>
|
59005
59860
|
<type name="gboolean" c:type="gboolean"/>
|
59006
59861
|
</property>
|
59007
59862
|
<property name="editable"
|
@@ -59101,7 +59956,10 @@ the actual text in a password text actor.</doc>
|
|
59101
59956
|
writable="1"
|
59102
59957
|
transfer-ownership="none">
|
59103
59958
|
<doc xml:space="preserve">Whether it is possible to select text, either using the pointer
|
59104
|
-
or the keyboard
|
59959
|
+
or the keyboard.
|
59960
|
+
|
59961
|
+
This property depends on the #ClutterActor:reactive property being
|
59962
|
+
set to %TRUE.</doc>
|
59105
59963
|
<type name="gboolean" c:type="gboolean"/>
|
59106
59964
|
</property>
|
59107
59965
|
<property name="selected-text-color"
|
@@ -59249,7 +60107,10 @@ the user. It is emitted before @self text changes.</doc>
|
|
59249
60107
|
new_text is nul-terminated</doc>
|
59250
60108
|
<type name="gint" c:type="gint"/>
|
59251
60109
|
</parameter>
|
59252
|
-
<parameter name="position"
|
60110
|
+
<parameter name="position"
|
60111
|
+
transfer-ownership="none"
|
60112
|
+
nullable="1"
|
60113
|
+
allow-none="1">
|
59253
60114
|
<doc xml:space="preserve">the position, in characters, at which to insert the
|
59254
60115
|
new text. this is an in-out parameter. After the signal
|
59255
60116
|
emission is finished, it should point after the newly
|
@@ -60173,7 +61034,7 @@ Some tips on usage:
|
|
60173
61034
|
data and end redirection.
|
60174
61035
|
- cogl_texture_get_data() with the handle returned by
|
60175
61036
|
clutter_texture_get_cogl_texture() can be used to read the
|
60176
|
-
offscreen texture pixels into a pixbuf
|
61037
|
+
offscreen texture pixels into a pixbuf.</doc>
|
60177
61038
|
<doc-deprecated xml:space="preserve">Use the #ClutterOffscreenEffect and #ClutterShaderEffect
|
60178
61039
|
directly on the intended #ClutterActor to replace the functionality of
|
60179
61040
|
this function.</doc-deprecated>
|
@@ -62467,7 +63328,10 @@ the #ClutterTimeline:progress-mode property will be set to %CLUTTER_LINEAR.</doc
|
|
62467
63328
|
<type name="TimelineProgressFunc"
|
62468
63329
|
c:type="ClutterTimelineProgressFunc"/>
|
62469
63330
|
</parameter>
|
62470
|
-
<parameter name="data"
|
63331
|
+
<parameter name="data"
|
63332
|
+
transfer-ownership="none"
|
63333
|
+
nullable="1"
|
63334
|
+
allow-none="1">
|
62471
63335
|
<doc xml:space="preserve">data to pass to @func</doc>
|
62472
63336
|
<type name="gpointer" c:type="gpointer"/>
|
62473
63337
|
</parameter>
|
@@ -62929,7 +63793,11 @@ this signal will never be emitted.</doc>
|
|
62929
63793
|
<doc xml:space="preserve">the total duration of the timeline, in milliseconds,</doc>
|
62930
63794
|
<type name="gdouble" c:type="gdouble"/>
|
62931
63795
|
</parameter>
|
62932
|
-
<parameter name="user_data"
|
63796
|
+
<parameter name="user_data"
|
63797
|
+
transfer-ownership="none"
|
63798
|
+
nullable="1"
|
63799
|
+
allow-none="1"
|
63800
|
+
closure="3">
|
62933
63801
|
<doc xml:space="preserve">data passed to the function</doc>
|
62934
63802
|
<type name="gpointer" c:type="gpointer"/>
|
62935
63803
|
</parameter>
|
@@ -62986,7 +63854,10 @@ invoke the function multiple times to catch up missing frames if
|
|
62986
63854
|
<doc xml:space="preserve">function to call</doc>
|
62987
63855
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
62988
63856
|
</parameter>
|
62989
|
-
<parameter name="data"
|
63857
|
+
<parameter name="data"
|
63858
|
+
transfer-ownership="none"
|
63859
|
+
nullable="1"
|
63860
|
+
allow-none="1">
|
62990
63861
|
<doc xml:space="preserve">data to pass to the function, or %NULL</doc>
|
62991
63862
|
<type name="gpointer" c:type="gpointer"/>
|
62992
63863
|
</parameter>
|
@@ -63119,6 +63990,56 @@ device the event originated from, use clutter_event_get_source_device()</doc>
|
|
63119
63990
|
<type name="InputDevice" c:type="ClutterInputDevice*"/>
|
63120
63991
|
</field>
|
63121
63992
|
</record>
|
63993
|
+
<enumeration name="TouchpadGesturePhase"
|
63994
|
+
version="1.24"
|
63995
|
+
glib:type-name="ClutterTouchpadGesturePhase"
|
63996
|
+
glib:get-type="clutter_touchpad_gesture_phase_get_type"
|
63997
|
+
c:type="ClutterTouchpadGesturePhase">
|
63998
|
+
<doc xml:space="preserve">The phase of a touchpad gesture event. All gestures are guaranteed to
|
63999
|
+
begin with an event of type %CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN,
|
64000
|
+
followed by a number of %CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE (possibly 0).
|
64001
|
+
|
64002
|
+
A finished gesture may have 2 possible outcomes, an event with phase
|
64003
|
+
%CLUTTER_TOUCHPAD_GESTURE_PHASE_END will be emitted when the gesture is
|
64004
|
+
considered successful, this should be used as the hint to perform any
|
64005
|
+
permanent changes.
|
64006
|
+
|
64007
|
+
Cancelled gestures may be so for a variety of reasons, due to hardware,
|
64008
|
+
or due to the gesture recognition layers hinting the gesture did not
|
64009
|
+
finish resolutely (eg. a 3rd finger being added during a pinch gesture).
|
64010
|
+
In these cases, the last event with report the phase
|
64011
|
+
%CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL, this should be used as a hint
|
64012
|
+
to undo any visible/permanent changes that were done throughout the
|
64013
|
+
progress of the gesture.
|
64014
|
+
|
64015
|
+
See also #ClutterTouchpadPinchEvent and #ClutterTouchpadPinchEvent.</doc>
|
64016
|
+
<member name="begin"
|
64017
|
+
value="0"
|
64018
|
+
c:identifier="CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN"
|
64019
|
+
glib:nick="begin">
|
64020
|
+
<doc xml:space="preserve">The gesture has begun.</doc>
|
64021
|
+
</member>
|
64022
|
+
<member name="update"
|
64023
|
+
value="1"
|
64024
|
+
c:identifier="CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE"
|
64025
|
+
glib:nick="update">
|
64026
|
+
<doc xml:space="preserve">The gesture has been updated.</doc>
|
64027
|
+
</member>
|
64028
|
+
<member name="end"
|
64029
|
+
value="2"
|
64030
|
+
c:identifier="CLUTTER_TOUCHPAD_GESTURE_PHASE_END"
|
64031
|
+
glib:nick="end">
|
64032
|
+
<doc xml:space="preserve">The gesture was finished, changes
|
64033
|
+
should be permanently applied.</doc>
|
64034
|
+
</member>
|
64035
|
+
<member name="cancel"
|
64036
|
+
value="3"
|
64037
|
+
c:identifier="CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL"
|
64038
|
+
glib:nick="cancel">
|
64039
|
+
<doc xml:space="preserve">The gesture was cancelled, all
|
64040
|
+
changes should be undone.</doc>
|
64041
|
+
</member>
|
64042
|
+
</enumeration>
|
63122
64043
|
<constant name="TouchpadOff"
|
63123
64044
|
value="269025201"
|
63124
64045
|
c:type="CLUTTER_TouchpadOff">
|
@@ -63127,6 +64048,118 @@ device the event originated from, use clutter_event_get_source_device()</doc>
|
|
63127
64048
|
<constant name="TouchpadOn" value="269025200" c:type="CLUTTER_TouchpadOn">
|
63128
64049
|
<type name="gint" c:type="gint"/>
|
63129
64050
|
</constant>
|
64051
|
+
<record name="TouchpadPinchEvent"
|
64052
|
+
c:type="ClutterTouchpadPinchEvent"
|
64053
|
+
version="1.24">
|
64054
|
+
<doc xml:space="preserve">Used for touchpad pinch gesture events. The current state of the
|
64055
|
+
gesture will be determined by the @phase field.
|
64056
|
+
|
64057
|
+
Each event with phase %CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN
|
64058
|
+
will report a @scale of 1.0, all later phases in the gesture
|
64059
|
+
report the current scale relative to the initial 1.0 value
|
64060
|
+
(eg. 0.5 being half the size, 2.0 twice as big).</doc>
|
64061
|
+
<field name="type" writable="1">
|
64062
|
+
<doc xml:space="preserve">event type</doc>
|
64063
|
+
<type name="EventType" c:type="ClutterEventType"/>
|
64064
|
+
</field>
|
64065
|
+
<field name="time" writable="1">
|
64066
|
+
<doc xml:space="preserve">event time</doc>
|
64067
|
+
<type name="guint32" c:type="guint32"/>
|
64068
|
+
</field>
|
64069
|
+
<field name="flags" writable="1">
|
64070
|
+
<doc xml:space="preserve">event flags</doc>
|
64071
|
+
<type name="EventFlags" c:type="ClutterEventFlags"/>
|
64072
|
+
</field>
|
64073
|
+
<field name="stage" writable="1">
|
64074
|
+
<doc xml:space="preserve">event source stage</doc>
|
64075
|
+
<type name="Stage" c:type="ClutterStage*"/>
|
64076
|
+
</field>
|
64077
|
+
<field name="source" writable="1">
|
64078
|
+
<doc xml:space="preserve">event source actor (unused)</doc>
|
64079
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
64080
|
+
</field>
|
64081
|
+
<field name="phase" writable="1">
|
64082
|
+
<doc xml:space="preserve">the current phase of the gesture</doc>
|
64083
|
+
<type name="TouchpadGesturePhase"
|
64084
|
+
c:type="ClutterTouchpadGesturePhase"/>
|
64085
|
+
</field>
|
64086
|
+
<field name="x" writable="1">
|
64087
|
+
<doc xml:space="preserve">the X coordinate of the pointer, relative to the stage</doc>
|
64088
|
+
<type name="gfloat" c:type="gfloat"/>
|
64089
|
+
</field>
|
64090
|
+
<field name="y" writable="1">
|
64091
|
+
<doc xml:space="preserve">the Y coordinate of the pointer, relative to the stage</doc>
|
64092
|
+
<type name="gfloat" c:type="gfloat"/>
|
64093
|
+
</field>
|
64094
|
+
<field name="dx" writable="1">
|
64095
|
+
<doc xml:space="preserve">movement delta of the pinch focal point in the X axis</doc>
|
64096
|
+
<type name="gfloat" c:type="gfloat"/>
|
64097
|
+
</field>
|
64098
|
+
<field name="dy" writable="1">
|
64099
|
+
<doc xml:space="preserve">movement delta of the pinch focal point in the Y axis</doc>
|
64100
|
+
<type name="gfloat" c:type="gfloat"/>
|
64101
|
+
</field>
|
64102
|
+
<field name="angle_delta" writable="1">
|
64103
|
+
<doc xml:space="preserve">angle delta in degrees, clockwise rotations are
|
64104
|
+
represented by positive deltas</doc>
|
64105
|
+
<type name="gfloat" c:type="gfloat"/>
|
64106
|
+
</field>
|
64107
|
+
<field name="scale" writable="1">
|
64108
|
+
<doc xml:space="preserve">the current scale</doc>
|
64109
|
+
<type name="gfloat" c:type="gfloat"/>
|
64110
|
+
</field>
|
64111
|
+
</record>
|
64112
|
+
<record name="TouchpadSwipeEvent"
|
64113
|
+
c:type="ClutterTouchpadSwipeEvent"
|
64114
|
+
version="1.24">
|
64115
|
+
<doc xml:space="preserve">Used for touchpad swipe gesture events. The current state of the
|
64116
|
+
gesture will be determined by the @phase field.</doc>
|
64117
|
+
<field name="type" writable="1">
|
64118
|
+
<doc xml:space="preserve">event type</doc>
|
64119
|
+
<type name="EventType" c:type="ClutterEventType"/>
|
64120
|
+
</field>
|
64121
|
+
<field name="time" writable="1">
|
64122
|
+
<doc xml:space="preserve">event time</doc>
|
64123
|
+
<type name="guint32" c:type="guint32"/>
|
64124
|
+
</field>
|
64125
|
+
<field name="flags" writable="1">
|
64126
|
+
<doc xml:space="preserve">event flags</doc>
|
64127
|
+
<type name="EventFlags" c:type="ClutterEventFlags"/>
|
64128
|
+
</field>
|
64129
|
+
<field name="stage" writable="1">
|
64130
|
+
<doc xml:space="preserve">event source stage</doc>
|
64131
|
+
<type name="Stage" c:type="ClutterStage*"/>
|
64132
|
+
</field>
|
64133
|
+
<field name="source" writable="1">
|
64134
|
+
<doc xml:space="preserve">event source actor (unused)</doc>
|
64135
|
+
<type name="Actor" c:type="ClutterActor*"/>
|
64136
|
+
</field>
|
64137
|
+
<field name="phase" writable="1">
|
64138
|
+
<doc xml:space="preserve">the current phase of the gesture</doc>
|
64139
|
+
<type name="TouchpadGesturePhase"
|
64140
|
+
c:type="ClutterTouchpadGesturePhase"/>
|
64141
|
+
</field>
|
64142
|
+
<field name="n_fingers" writable="1">
|
64143
|
+
<doc xml:space="preserve">the number of fingers triggering the swipe</doc>
|
64144
|
+
<type name="guint" c:type="guint"/>
|
64145
|
+
</field>
|
64146
|
+
<field name="x" writable="1">
|
64147
|
+
<doc xml:space="preserve">the X coordinate of the pointer, relative to the stage</doc>
|
64148
|
+
<type name="gfloat" c:type="gfloat"/>
|
64149
|
+
</field>
|
64150
|
+
<field name="y" writable="1">
|
64151
|
+
<doc xml:space="preserve">the Y coordinate of the pointer, relative to the stage</doc>
|
64152
|
+
<type name="gfloat" c:type="gfloat"/>
|
64153
|
+
</field>
|
64154
|
+
<field name="dx" writable="1">
|
64155
|
+
<doc xml:space="preserve">movement delta of the pinch focal point in the X axis</doc>
|
64156
|
+
<type name="gfloat" c:type="gfloat"/>
|
64157
|
+
</field>
|
64158
|
+
<field name="dy" writable="1">
|
64159
|
+
<doc xml:space="preserve">movement delta of the pinch focal point in the Y axis</doc>
|
64160
|
+
<type name="gfloat" c:type="gfloat"/>
|
64161
|
+
</field>
|
64162
|
+
</record>
|
63130
64163
|
<constant name="TouchpadToggle"
|
63131
64164
|
value="269025193"
|
63132
64165
|
c:type="CLUTTER_TouchpadToggle">
|
@@ -64153,7 +65186,7 @@ If no unit is specified, pixels are assumed.</doc>
|
|
64153
65186
|
<constant name="V" value="86" c:type="CLUTTER_V">
|
64154
65187
|
<type name="gint" c:type="gint"/>
|
64155
65188
|
</constant>
|
64156
|
-
<constant name="VERSION" value="1.
|
65189
|
+
<constant name="VERSION" value="1.260000" c:type="CLUTTER_VERSION">
|
64157
65190
|
<doc xml:space="preserve">The full version of the Clutter library, like 1.2.3</doc>
|
64158
65191
|
<type name="gdouble" c:type="gdouble"/>
|
64159
65192
|
</constant>
|
@@ -64161,7 +65194,7 @@ If no unit is specified, pixels are assumed.</doc>
|
|
64161
65194
|
<doc xml:space="preserve">Numerically encoded version of the Clutter library, like 0x010203</doc>
|
64162
65195
|
<type name="gint" c:type="gint"/>
|
64163
65196
|
</constant>
|
64164
|
-
<constant name="VERSION_S" value="1.
|
65197
|
+
<constant name="VERSION_S" value="1.26.0" c:type="CLUTTER_VERSION_S">
|
64165
65198
|
<doc xml:space="preserve">The full version of the Clutter library, in string form (suited for
|
64166
65199
|
string concatenation)</doc>
|
64167
65200
|
<type name="utf8" c:type="gchar*"/>
|
@@ -67070,7 +68103,10 @@ emitted for the event and it will take precedence over any grabs.</doc>
|
|
67070
68103
|
<doc xml:space="preserve">A #GDestroyNotify</doc>
|
67071
68104
|
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
|
67072
68105
|
</parameter>
|
67073
|
-
<parameter name="user_data"
|
68106
|
+
<parameter name="user_data"
|
68107
|
+
transfer-ownership="none"
|
68108
|
+
nullable="1"
|
68109
|
+
allow-none="1">
|
67074
68110
|
<doc xml:space="preserve">A data pointer to pass to the function.</doc>
|
67075
68111
|
<type name="gpointer" c:type="gpointer"/>
|
67076
68112
|
</parameter>
|
@@ -67251,7 +68287,10 @@ OR of #ClutterFeatureFlags.</doc>
|
|
67251
68287
|
<doc xml:space="preserve">function to call</doc>
|
67252
68288
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
67253
68289
|
</parameter>
|
67254
|
-
<parameter name="data"
|
68290
|
+
<parameter name="data"
|
68291
|
+
transfer-ownership="none"
|
68292
|
+
nullable="1"
|
68293
|
+
allow-none="1">
|
67255
68294
|
<doc xml:space="preserve">data to pass to the function</doc>
|
67256
68295
|
<type name="gpointer" c:type="gpointer"/>
|
67257
68296
|
</parameter>
|
@@ -67302,7 +68341,10 @@ multiple times to catch up missing frames if @func takes more than
|
|
67302
68341
|
<doc xml:space="preserve">function to call</doc>
|
67303
68342
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
67304
68343
|
</parameter>
|
67305
|
-
<parameter name="data"
|
68344
|
+
<parameter name="data"
|
68345
|
+
transfer-ownership="none"
|
68346
|
+
nullable="1"
|
68347
|
+
allow-none="1">
|
67306
68348
|
<doc xml:space="preserve">data to pass to the function</doc>
|
67307
68349
|
<type name="gpointer" c:type="gpointer"/>
|
67308
68350
|
</parameter>
|
@@ -69222,15 +70264,45 @@ If @enable is %FALSE the following events will not work:
|
|
69222
70264
|
<function name="set_windowing_backend"
|
69223
70265
|
c:identifier="clutter_set_windowing_backend"
|
69224
70266
|
version="1.16">
|
69225
|
-
<doc xml:space="preserve">Restricts
|
69226
|
-
|
70267
|
+
<doc xml:space="preserve">Restricts Clutter to only use the specified backend or list of backends.
|
70268
|
+
|
70269
|
+
You can use one of the `CLUTTER_WINDOWING_*` symbols, e.g.
|
70270
|
+
|
70271
|
+
|[<!-- language="C" -->
|
70272
|
+
clutter_set_windowing_backend (CLUTTER_WINDOWING_X11);
|
70273
|
+
]|
|
70274
|
+
|
70275
|
+
Will force Clutter to use the X11 windowing and input backend, and terminate
|
70276
|
+
if the X11 backend could not be initialized successfully.
|
70277
|
+
|
70278
|
+
Since Clutter 1.26, you can also use a comma-separated list of windowing
|
70279
|
+
system backends to provide a fallback in case backends are not available or
|
70280
|
+
enabled, e.g.:
|
70281
|
+
|
70282
|
+
|[<!-- language="C" -->
|
70283
|
+
clutter_set_windowing_backend ("gdk,wayland,x11");
|
70284
|
+
]|
|
70285
|
+
|
70286
|
+
Will make Clutter test for the GDK, Wayland, and X11 backends in that order.
|
70287
|
+
|
70288
|
+
You can use the `*` special value to ask Clutter to use the internally
|
70289
|
+
defined list of backends. For instance:
|
70290
|
+
|
70291
|
+
|[<!-- language="C" -->
|
70292
|
+
clutter_set_windowing_backend ("x11,wayland,*");
|
70293
|
+
]|
|
70294
|
+
|
70295
|
+
Will make Clutter test the X11 and Wayland backends, and then fall back
|
70296
|
+
to the internal list of available backends.
|
70297
|
+
|
70298
|
+
This function must be called before the first API call to Clutter, including
|
69227
70299
|
clutter_get_option_context()</doc>
|
69228
70300
|
<return-value transfer-ownership="none">
|
69229
70301
|
<type name="none" c:type="void"/>
|
69230
70302
|
</return-value>
|
69231
70303
|
<parameters>
|
69232
70304
|
<parameter name="backend_type" transfer-ownership="none">
|
69233
|
-
<doc xml:space="preserve">
|
70305
|
+
<doc xml:space="preserve">a comma separated list of windowing backends</doc>
|
69234
70306
|
<type name="utf8" c:type="const char*"/>
|
69235
70307
|
</parameter>
|
69236
70308
|
</parameters>
|
@@ -69358,7 +70430,10 @@ See also: g_test_add_data_func()</doc>
|
|
69358
70430
|
<doc xml:space="preserve">function containing the test</doc>
|
69359
70431
|
<type name="GLib.TestDataFunc" c:type="GTestDataFunc"/>
|
69360
70432
|
</parameter>
|
69361
|
-
<parameter name="test_data"
|
70433
|
+
<parameter name="test_data"
|
70434
|
+
transfer-ownership="none"
|
70435
|
+
nullable="1"
|
70436
|
+
allow-none="1">
|
69362
70437
|
<doc xml:space="preserve">data to pass to the test function</doc>
|
69363
70438
|
<type name="gpointer" c:type="gpointer"/>
|
69364
70439
|
</parameter>
|
@@ -69386,7 +70461,10 @@ See also: g_test_add_data_func_full()</doc>
|
|
69386
70461
|
<doc xml:space="preserve">function containing the test</doc>
|
69387
70462
|
<type name="GLib.TestDataFunc" c:type="GTestDataFunc"/>
|
69388
70463
|
</parameter>
|
69389
|
-
<parameter name="test_data"
|
70464
|
+
<parameter name="test_data"
|
70465
|
+
transfer-ownership="none"
|
70466
|
+
nullable="1"
|
70467
|
+
allow-none="1">
|
69390
70468
|
<doc xml:space="preserve">data to pass to the test function</doc>
|
69391
70469
|
<type name="gpointer" c:type="gpointer"/>
|
69392
70470
|
</parameter>
|
@@ -69551,7 +70629,10 @@ main (int argc, char *argv[])
|
|
69551
70629
|
<doc xml:space="preserve">function to call</doc>
|
69552
70630
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69553
70631
|
</parameter>
|
69554
|
-
<parameter name="data"
|
70632
|
+
<parameter name="data"
|
70633
|
+
transfer-ownership="none"
|
70634
|
+
nullable="1"
|
70635
|
+
allow-none="1">
|
69555
70636
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69556
70637
|
<type name="gpointer" c:type="gpointer"/>
|
69557
70638
|
</parameter>
|
@@ -69603,7 +70684,10 @@ See also clutter_threads_add_idle_full().</doc>
|
|
69603
70684
|
<doc xml:space="preserve">function to call</doc>
|
69604
70685
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69605
70686
|
</parameter>
|
69606
|
-
<parameter name="data"
|
70687
|
+
<parameter name="data"
|
70688
|
+
transfer-ownership="none"
|
70689
|
+
nullable="1"
|
70690
|
+
allow-none="1">
|
69607
70691
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69608
70692
|
<type name="gpointer" c:type="gpointer"/>
|
69609
70693
|
</parameter>
|
@@ -69629,7 +70713,10 @@ default priority.</doc>
|
|
69629
70713
|
<doc xml:space="preserve">function to call</doc>
|
69630
70714
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69631
70715
|
</parameter>
|
69632
|
-
<parameter name="data"
|
70716
|
+
<parameter name="data"
|
70717
|
+
transfer-ownership="none"
|
70718
|
+
nullable="1"
|
70719
|
+
allow-none="1">
|
69633
70720
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69634
70721
|
<type name="gpointer" c:type="gpointer"/>
|
69635
70722
|
</parameter>
|
@@ -69737,7 +70824,10 @@ update_ui (gpointer data)
|
|
69737
70824
|
<doc xml:space="preserve">function to call</doc>
|
69738
70825
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69739
70826
|
</parameter>
|
69740
|
-
<parameter name="data"
|
70827
|
+
<parameter name="data"
|
70828
|
+
transfer-ownership="none"
|
70829
|
+
nullable="1"
|
70830
|
+
allow-none="1">
|
69741
70831
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69742
70832
|
<type name="gpointer" c:type="gpointer"/>
|
69743
70833
|
</parameter>
|
@@ -69790,7 +70880,10 @@ See also: clutter_threads_add_repaint_func_full()</doc>
|
|
69790
70880
|
<doc xml:space="preserve">the function to be called within the paint cycle</doc>
|
69791
70881
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69792
70882
|
</parameter>
|
69793
|
-
<parameter name="data"
|
70883
|
+
<parameter name="data"
|
70884
|
+
transfer-ownership="none"
|
70885
|
+
nullable="1"
|
70886
|
+
allow-none="1">
|
69794
70887
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
69795
70888
|
<type name="gpointer" c:type="gpointer"/>
|
69796
70889
|
</parameter>
|
@@ -69846,7 +70939,10 @@ or because clutter_threads_remove_repaint_func() has been called) the
|
|
69846
70939
|
<doc xml:space="preserve">the function to be called within the paint cycle</doc>
|
69847
70940
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69848
70941
|
</parameter>
|
69849
|
-
<parameter name="data"
|
70942
|
+
<parameter name="data"
|
70943
|
+
transfer-ownership="none"
|
70944
|
+
nullable="1"
|
70945
|
+
allow-none="1">
|
69850
70946
|
<doc xml:space="preserve">data to be passed to the function, or %NULL</doc>
|
69851
70947
|
<type name="gpointer" c:type="gpointer"/>
|
69852
70948
|
</parameter>
|
@@ -69876,7 +70972,10 @@ or because clutter_threads_remove_repaint_func() has been called) the
|
|
69876
70972
|
<doc xml:space="preserve">function to call</doc>
|
69877
70973
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69878
70974
|
</parameter>
|
69879
|
-
<parameter name="data"
|
70975
|
+
<parameter name="data"
|
70976
|
+
transfer-ownership="none"
|
70977
|
+
nullable="1"
|
70978
|
+
allow-none="1">
|
69880
70979
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69881
70980
|
<type name="gpointer" c:type="gpointer"/>
|
69882
70981
|
</parameter>
|
@@ -69921,7 +71020,10 @@ See also clutter_threads_add_idle_full().</doc>
|
|
69921
71020
|
<doc xml:space="preserve">function to call</doc>
|
69922
71021
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
69923
71022
|
</parameter>
|
69924
|
-
<parameter name="data"
|
71023
|
+
<parameter name="data"
|
71024
|
+
transfer-ownership="none"
|
71025
|
+
nullable="1"
|
71026
|
+
allow-none="1">
|
69925
71027
|
<doc xml:space="preserve">data to pass to the function</doc>
|
69926
71028
|
<type name="gpointer" c:type="gpointer"/>
|
69927
71029
|
</parameter>
|