clutter 2.2.0-x86-mingw32 → 2.2.1-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 +14 -5
- data/lib/clutter.rb +1 -2
- 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-15.dll → 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/cally/cally-actor.h +9 -4
- data/vendor/local/include/clutter-1.0/cally/cally-clone.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-group.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-main.h +7 -2
- data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-root.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-stage.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-text.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-texture.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-util.h +7 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +13 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +90 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +15 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +7 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +10 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +8 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +32 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +14 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +49 -37
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +19 -13
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +6 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +12 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +11 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +62 -55
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +23 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +74 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +27 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +20 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +67 -33
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +36 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +42 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +5 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +7 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +26 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +16 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +9 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +10 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +35 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-test-utils.h +164 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +67 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +25 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +60 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +37 -20
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -3
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/{clutter-table-layout.h → deprecated/clutter-table-layout.h} +15 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +1 -1
- data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +5 -0
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +33 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +18 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +22 -12
- data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +20 -13
- data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +35 -13
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +81 -53
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +26 -13
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +244 -15
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl-color.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-context.h +41 -14
- data/vendor/local/include/cogl/cogl/cogl-defines.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-deprecated.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-display.h +33 -14
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +9 -6
- data/vendor/local/include/cogl/cogl/cogl-error.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-euler.h +31 -13
- data/vendor/local/include/cogl/cogl/cogl-fence.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-fixed.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +70 -29
- data/vendor/local/include/cogl/cogl/cogl-gles2.h +64 -18
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-indices.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-macros.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +37 -12
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-object.h +40 -12
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +63 -12
- data/vendor/local/include/cogl/cogl/cogl-output.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-pango.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-poll.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +32 -13
- data/vendor/local/include/cogl/cogl/cogl-primitives.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +33 -15
- data/vendor/local/include/cogl/cogl/cogl-shader.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +27 -12
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +29 -15
- data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +29 -24
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +54 -49
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +81 -65
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +71 -54
- data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +61 -48
- data/vendor/local/include/cogl/cogl/cogl-texture.h +157 -241
- data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +23 -11
- data/vendor/local/include/cogl/cogl/cogl-vector.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-version.h +28 -12
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl.h +61 -22
- data/vendor/local/include/cogl/cogl/cogl1-context.h +20 -434
- data/vendor/local/include/cogl/cogl/cogl2-experimental.h +18 -12
- data/vendor/local/include/cogl/cogl/deprecated/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clip-state.h +266 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clutter.h +54 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-fixed.h +811 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-material-compat.h +1391 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-shader.h +704 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-vertex-buffer.h +451 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +18 -11
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +21 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +8 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +16 -3
- 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-gobject.h +23 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +9 -2
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +17 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +13 -8
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +28 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +97 -12
- data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +135 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +14 -12
- 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/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-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 +4 -4
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +5 -5
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +41 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +5 -5
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +3 -3
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +4 -2
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +4527 -1814
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1194 -1881
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +9 -5
- data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
- data/vendor/local/share/gir-1.0/Json-1.0.gir +363 -163
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +356 -259
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +91 -69
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +89 -71
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +72 -59
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +92 -70
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +90 -66
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +42 -37
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +109 -86
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +47 -29
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +27 -29
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +25 -27
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +47 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +11634 -9660
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +283 -206
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +335 -242
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +595 -523
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +341 -273
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +995 -804
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +583 -432
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +565 -457
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +207 -169
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +718 -518
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +211 -172
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +338 -283
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +506 -367
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +322 -275
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +329 -901
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +374 -553
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +65 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +491 -419
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1032 -790
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +316 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +613 -755
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +367 -373
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +181 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +399 -316
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +177 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +154 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +137 -262
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1119 -851
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +238 -177
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +293 -225
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +159 -114
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +330 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +772 -873
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +304 -766
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +353 -267
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +70 -57
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +646 -825
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +991 -555
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +725 -510
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +177 -133
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +380 -512
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1252 -962
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +414 -320
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +830 -923
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +118 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +144 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +742 -586
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1398 -1058
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +563 -425
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +322 -265
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +292 -194
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +473 -333
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +653 -489
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1107 -855
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +277 -188
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +178 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +334 -216
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +131 -95
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +709 -569
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +958 -899
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +242 -186
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +263 -606
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +243 -165
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +469 -368
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +353 -245
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1967 -1513
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1273 -1005
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +200 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +995 -745
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +123 -93
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +2742 -1997
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +647 -474
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1482 -1223
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2161 -1735
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +496 -383
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +175 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +313 -236
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +4 -7
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +4 -8
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +3059 -2295
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +181 -137
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +340 -197
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +306 -222
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1272 -988
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +154 -69
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +2714 -1972
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +151 -116
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +205 -154
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1455 -1890
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1449 -1804
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +134 -112
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +625 -520
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +302 -239
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +872 -637
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +293 -213
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +674 -508
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +454 -339
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +816 -623
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +346 -302
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +60 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +200 -170
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +162 -119
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +678 -565
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +1937 -2272
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +4 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +87 -87
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +842 -978
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +2005 -1923
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +663 -470
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +122 -124
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +217 -219
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +148 -150
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +349 -351
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +177 -179
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +214 -216
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +80 -82
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +219 -221
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +212 -214
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +22 -32
- data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +513 -392
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +479 -347
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +804 -600
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +395 -362
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +788 -609
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +32 -43
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +40 -0
- data/vendor/local/share/gtk-doc/html/json-glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +15 -6
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +82 -73
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +230 -227
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +20 -25
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +50 -55
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +30 -35
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +39 -44
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +35 -40
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +12 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +84 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +306 -221
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +261 -204
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +843 -583
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +223 -199
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1327 -912
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +986 -694
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +386 -301
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +151 -87
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +204 -218
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +19 -13
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +72 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/style.css +314 -104
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up.png +0 -0
- data/vendor/local/share/license/cogl/COPYING +107 -502
- 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/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/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +66 -27
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +0 -38
@@ -8,15 +8,14 @@
|
|
8
8
|
<link rel="up" href="ch10.html" title="General purpose API">
|
9
9
|
<link rel="prev" href="ClutterTextBuffer.html" title="ClutterTextBuffer">
|
10
10
|
<link rel="next" href="clutter-Utilities.html" title="Utilities">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#clutter-Unit-conversion.description" class="shortcut">Description</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#clutter-Unit-conversion.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -30,66 +29,186 @@
|
|
30
29
|
<h2><span class="refentrytitle"><a name="clutter-Unit-conversion.top_of_page"></a>Unit conversion</span></h2>
|
31
30
|
<p>Unit conversion — A logical distance unit</p>
|
32
31
|
</td>
|
33
|
-
<td valign="top" align="right"></td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
33
|
</tr></table></div>
|
35
|
-
<div class="
|
36
|
-
<a name="clutter-Unit-conversion.
|
37
|
-
<
|
38
|
-
|
39
|
-
<
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
<
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
<
|
53
|
-
<
|
54
|
-
|
55
|
-
<
|
56
|
-
<
|
57
|
-
|
58
|
-
|
59
|
-
<
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
<
|
72
|
-
|
73
|
-
|
74
|
-
</
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="clutter-Unit-conversion.functions"></a><h2>Functions</h2>
|
36
|
+
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="functions_return">
|
39
|
+
<col class="functions_name">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<span class="returnvalue">void</span>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-cm" title="clutter_units_from_cm ()">clutter_units_from_cm</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<span class="returnvalue">void</span>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-em" title="clutter_units_from_em ()">clutter_units_from_em</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<span class="returnvalue">void</span>
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-em-for-font" title="clutter_units_from_em_for_font ()">clutter_units_from_em_for_font</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
67
|
+
<td class="function_type">
|
68
|
+
<span class="returnvalue">void</span>
|
69
|
+
</td>
|
70
|
+
<td class="function_name">
|
71
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-mm" title="clutter_units_from_mm ()">clutter_units_from_mm</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="function_type">
|
76
|
+
<span class="returnvalue">void</span>
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-pixels" title="clutter_units_from_pixels ()">clutter_units_from_pixels</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">
|
84
|
+
<span class="returnvalue">void</span>
|
85
|
+
</td>
|
86
|
+
<td class="function_name">
|
87
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-pt" title="clutter_units_from_pt ()">clutter_units_from_pt</a> <span class="c_punctuation">()</span>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
<tr>
|
91
|
+
<td class="function_type">
|
92
|
+
<span class="returnvalue">gfloat</span>
|
93
|
+
</td>
|
94
|
+
<td class="function_name">
|
95
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-to-pixels" title="clutter_units_to_pixels ()">clutter_units_to_pixels</a> <span class="c_punctuation">()</span>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
<tr>
|
99
|
+
<td class="function_type">
|
100
|
+
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a> *
|
101
|
+
</td>
|
102
|
+
<td class="function_name">
|
103
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-copy" title="clutter_units_copy ()">clutter_units_copy</a> <span class="c_punctuation">()</span>
|
104
|
+
</td>
|
105
|
+
</tr>
|
106
|
+
<tr>
|
107
|
+
<td class="function_type">
|
108
|
+
<span class="returnvalue">void</span>
|
109
|
+
</td>
|
110
|
+
<td class="function_name">
|
111
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-free" title="clutter_units_free ()">clutter_units_free</a> <span class="c_punctuation">()</span>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
<tr>
|
115
|
+
<td class="function_type">
|
116
|
+
<a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="returnvalue">ClutterUnitType</span></a>
|
117
|
+
</td>
|
118
|
+
<td class="function_name">
|
119
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-get-unit-type" title="clutter_units_get_unit_type ()">clutter_units_get_unit_type</a> <span class="c_punctuation">()</span>
|
120
|
+
</td>
|
121
|
+
</tr>
|
122
|
+
<tr>
|
123
|
+
<td class="function_type">
|
124
|
+
<span class="returnvalue">gfloat</span>
|
125
|
+
</td>
|
126
|
+
<td class="function_name">
|
127
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-get-unit-value" title="clutter_units_get_unit_value ()">clutter_units_get_unit_value</a> <span class="c_punctuation">()</span>
|
128
|
+
</td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td class="function_type">
|
132
|
+
<span class="returnvalue">gboolean</span>
|
133
|
+
</td>
|
134
|
+
<td class="function_name">
|
135
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-from-string" title="clutter_units_from_string ()">clutter_units_from_string</a> <span class="c_punctuation">()</span>
|
136
|
+
</td>
|
137
|
+
</tr>
|
138
|
+
<tr>
|
139
|
+
<td class="function_type">
|
140
|
+
<span class="returnvalue">gchar</span> *
|
141
|
+
</td>
|
142
|
+
<td class="function_name">
|
143
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-units-to-string" title="clutter_units_to_string ()">clutter_units_to_string</a> <span class="c_punctuation">()</span>
|
144
|
+
</td>
|
145
|
+
</tr>
|
146
|
+
<tr>
|
147
|
+
<td class="function_type">
|
148
|
+
<span class="returnvalue">GParamSpec</span> *
|
149
|
+
</td>
|
150
|
+
<td class="function_name">
|
151
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-param-spec-units" title="clutter_param_spec_units ()">clutter_param_spec_units</a> <span class="c_punctuation">()</span>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
<tr>
|
155
|
+
<td class="define_keyword">#define</td>
|
156
|
+
<td class="function_name">
|
157
|
+
<a class="link" href="clutter-Unit-conversion.html#CLUTTER-VALUE-HOLDS-UNITS:CAPS" title="CLUTTER_VALUE_HOLDS_UNITS()">CLUTTER_VALUE_HOLDS_UNITS</a><span class="c_punctuation">()</span>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
<tr>
|
161
|
+
<td class="function_type">
|
162
|
+
<span class="returnvalue">void</span>
|
163
|
+
</td>
|
164
|
+
<td class="function_name">
|
165
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-value-set-units" title="clutter_value_set_units ()">clutter_value_set_units</a> <span class="c_punctuation">()</span>
|
166
|
+
</td>
|
167
|
+
</tr>
|
168
|
+
<tr>
|
169
|
+
<td class="function_type">const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a> *
|
170
|
+
</td>
|
171
|
+
<td class="function_name">
|
172
|
+
<a class="link" href="clutter-Unit-conversion.html#clutter-value-get-units" title="clutter_value_get_units ()">clutter_value_get_units</a> <span class="c_punctuation">()</span>
|
173
|
+
</td>
|
174
|
+
</tr>
|
175
|
+
</tbody>
|
176
|
+
</table></div>
|
177
|
+
</div>
|
178
|
+
<div class="refsect1">
|
179
|
+
<a name="clutter-Unit-conversion.other"></a><h2>Types and Values</h2>
|
180
|
+
<div class="informaltable"><table width="100%" border="0">
|
181
|
+
<colgroup>
|
182
|
+
<col width="150px" class="name">
|
183
|
+
<col class="description">
|
184
|
+
</colgroup>
|
185
|
+
<tbody>
|
186
|
+
<tr>
|
187
|
+
<td class="datatype_keyword">enum</td>
|
188
|
+
<td class="function_name"><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType">ClutterUnitType</a></td>
|
189
|
+
</tr>
|
190
|
+
<tr>
|
191
|
+
<td class="datatype_keyword">struct</td>
|
192
|
+
<td class="function_name"><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits">ClutterUnits</a></td>
|
193
|
+
</tr>
|
194
|
+
<tr>
|
195
|
+
<td class="datatype_keyword">struct</td>
|
196
|
+
<td class="function_name"><a class="link" href="clutter-Unit-conversion.html#ClutterParamSpecUnits" title="struct ClutterParamSpecUnits">ClutterParamSpecUnits</a></td>
|
197
|
+
</tr>
|
198
|
+
</tbody>
|
199
|
+
</table></div>
|
75
200
|
</div>
|
76
201
|
<div class="refsect1">
|
77
202
|
<a name="clutter-Unit-conversion.description"></a><h2>Description</h2>
|
78
|
-
<p>
|
79
|
-
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> is a structure holding a logical distance value along with
|
203
|
+
<p><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> is a structure holding a logical distance value along with
|
80
204
|
its type, expressed as a value of the <a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="type">ClutterUnitType</span></a> enumeration. It is
|
81
205
|
possible to use <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to store a position or a size in units
|
82
206
|
different than pixels, and convert them whenever needed (for instance
|
83
207
|
inside the <a class="link" href="ClutterActor.html#ClutterActorClass.allocate"><code class="function">ClutterActorClass.allocate()</code></a> virtual function, or inside the
|
84
208
|
<a class="link" href="ClutterActor.html#ClutterActorClass.get-preferred-width"><code class="function">ClutterActorClass.get_preferred_width()</code></a> and <a class="link" href="ClutterActor.html#ClutterActorClass.get-preferred-height"><code class="function">ClutterActorClass.get_preferred_height()</code></a>
|
85
|
-
virtual functions
|
86
|
-
|
87
|
-
<p>
|
88
|
-
In order to register a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> property, the <a class="link" href="clutter-Unit-conversion.html#ClutterParamSpecUnits" title="struct ClutterParamSpecUnits"><span class="type">ClutterParamSpecUnits</span></a>
|
89
|
-
<span class="type">GParamSpec</span> sub-class should be used:
|
90
|
-
</p>
|
91
|
-
<p>
|
92
|
-
</p>
|
209
|
+
virtual functions.</p>
|
210
|
+
<p>In order to register a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> property, the <a class="link" href="clutter-Unit-conversion.html#ClutterParamSpecUnits" title="struct ClutterParamSpecUnits"><span class="type">ClutterParamSpecUnits</span></a>
|
211
|
+
<span class="type">GParamSpec</span> sub-class should be used:</p>
|
93
212
|
<div class="informalexample">
|
94
213
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
95
214
|
<tbody>
|
@@ -109,7 +228,7 @@ In order to register a <a class="link" href="clutter-Unit-conversion.html#Clutte
|
|
109
228
|
<span class="normal">pspec </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="clutter-Unit-conversion.html#clutter-param-spec-units">clutter_param_spec_units</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"active-width"</span><span class="symbol">,</span>
|
110
229
|
<span class="normal"> </span><span class="string">"Width"</span><span class="symbol">,</span>
|
111
230
|
<span class="normal"> </span><span class="string">"Width of the active area, in millimeters"</span><span class="symbol">,</span>
|
112
|
-
<span class="normal">
|
231
|
+
<span class="normal"> CLUTTER_UNIT_MM</span><span class="symbol">,</span>
|
113
232
|
<span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">12.0</span><span class="symbol">,</span>
|
114
233
|
<span class="normal"> </span><span class="number">12.0</span><span class="symbol">,</span>
|
115
234
|
<span class="normal"> G_PARAM_READWRITE</span><span class="symbol">);</span>
|
@@ -119,396 +238,367 @@ In order to register a <a class="link" href="clutter-Unit-conversion.html#Clutte
|
|
119
238
|
</table>
|
120
239
|
</div>
|
121
240
|
|
122
|
-
<p>
|
123
|
-
|
124
|
-
<
|
125
|
-
|
126
|
-
and <a class="link" href="clutter-Unit-conversion.html#clutter-value-get-units" title="clutter_value_get_units ()"><code class="function">clutter_value_get_units()</code></a>. <span class="type">GValue</span>s containing a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>
|
127
|
-
value can also be transformed to <span class="type">GValue</span>s initialized with
|
241
|
+
<p></p>
|
242
|
+
<p>A <span class="type">GValue</span> holding units can be manipulated using <a class="link" href="clutter-Unit-conversion.html#clutter-value-set-units" title="clutter_value_set_units ()"><code class="function">clutter_value_set_units()</code></a>
|
243
|
+
and <a class="link" href="clutter-Unit-conversion.html#clutter-value-get-units" title="clutter_value_get_units ()"><code class="function">clutter_value_get_units()</code></a>. <span class="type">GValue</span><!-- -->s containing a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>
|
244
|
+
value can also be transformed to <span class="type">GValue</span><!-- -->s initialized with
|
128
245
|
<code class="literal">G_TYPE_INT</code>, <code class="literal">G_TYPE_FLOAT</code> and <code class="literal">G_TYPE_STRING</code> through implicit conversion
|
129
|
-
and using <code class="function">g_value_transform()</code
|
130
|
-
</p>
|
131
|
-
<p>
|
132
|
-
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> is available since Clutter 1.0
|
133
|
-
</p>
|
246
|
+
and using <code class="function">g_value_transform()</code>.</p>
|
247
|
+
<p><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> is available since Clutter 1.0</p>
|
134
248
|
</div>
|
135
249
|
<div class="refsect1">
|
136
|
-
<a name="clutter-Unit-conversion.
|
250
|
+
<a name="clutter-Unit-conversion.functions_details"></a><h2>Functions</h2>
|
137
251
|
<div class="refsect2">
|
138
|
-
<a name="
|
139
|
-
<pre class="programlisting">
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
</pre>
|
148
|
-
<p>
|
149
|
-
The type of unit in which a value is expressed
|
150
|
-
</p>
|
151
|
-
<p>
|
152
|
-
This enumeration might be expanded at later date
|
153
|
-
</p>
|
154
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
252
|
+
<a name="clutter-units-from-cm"></a><h3>clutter_units_from_cm ()</h3>
|
253
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
254
|
+
clutter_units_from_cm (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
255
|
+
<em class="parameter"><code><span class="type">gfloat</span> cm</code></em>);</pre>
|
256
|
+
<p>Stores a value in centimeters inside <em class="parameter"><code>units</code></em>
|
257
|
+
</p>
|
258
|
+
<div class="refsect3">
|
259
|
+
<a name="id-1.7.2.14.6.2.5"></a><h4>Parameters</h4>
|
260
|
+
<div class="informaltable"><table width="100%" border="0">
|
155
261
|
<colgroup>
|
156
|
-
<col
|
157
|
-
<col>
|
262
|
+
<col width="150px" class="parameters_name">
|
263
|
+
<col class="parameters_description">
|
264
|
+
<col width="200px" class="parameters_annotations">
|
158
265
|
</colgroup>
|
159
266
|
<tbody>
|
160
267
|
<tr>
|
161
|
-
<td
|
162
|
-
<td>
|
163
|
-
</td>
|
164
|
-
</tr>
|
165
|
-
<tr>
|
166
|
-
<td><p><a name="CLUTTER-UNIT-EM:CAPS"></a><span class="term"><code class="literal">CLUTTER_UNIT_EM</code></span></p></td>
|
167
|
-
<td>Unit expressed in em
|
168
|
-
</td>
|
169
|
-
</tr>
|
170
|
-
<tr>
|
171
|
-
<td><p><a name="CLUTTER-UNIT-MM:CAPS"></a><span class="term"><code class="literal">CLUTTER_UNIT_MM</code></span></p></td>
|
172
|
-
<td>Unit expressed in millimeters
|
173
|
-
</td>
|
174
|
-
</tr>
|
175
|
-
<tr>
|
176
|
-
<td><p><a name="CLUTTER-UNIT-POINT:CAPS"></a><span class="term"><code class="literal">CLUTTER_UNIT_POINT</code></span></p></td>
|
177
|
-
<td>Unit expressed in points
|
178
|
-
</td>
|
268
|
+
<td class="parameter_name"><p>units</p></td>
|
269
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
270
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
179
271
|
</tr>
|
180
272
|
<tr>
|
181
|
-
<td
|
182
|
-
<td>
|
183
|
-
</td>
|
273
|
+
<td class="parameter_name"><p>cm</p></td>
|
274
|
+
<td class="parameter_description"><p>centimeters</p></td>
|
275
|
+
<td class="parameter_annotations"> </td>
|
184
276
|
</tr>
|
185
277
|
</tbody>
|
186
278
|
</table></div>
|
187
|
-
<p class="since">Since 1.0</p>
|
188
279
|
</div>
|
189
|
-
<hr>
|
190
|
-
<div class="refsect2">
|
191
|
-
<a name="ClutterUnits"></a><h3>struct ClutterUnits</h3>
|
192
|
-
<pre class="programlisting">struct ClutterUnits {
|
193
|
-
};
|
194
|
-
</pre>
|
195
|
-
<p>
|
196
|
-
An opaque structure, to be used to store sizing and positioning
|
197
|
-
values along with their unit.
|
198
|
-
</p>
|
199
|
-
<p class="since">Since 1.0</p>
|
200
|
-
</div>
|
201
|
-
<hr>
|
202
|
-
<div class="refsect2">
|
203
|
-
<a name="clutter-units-from-cm"></a><h3>clutter_units_from_cm ()</h3>
|
204
|
-
<pre class="programlisting"><span class="returnvalue">void</span> clutter_units_from_cm (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
205
|
-
<em class="parameter"><code><span class="type">gfloat</span> cm</code></em>);</pre>
|
206
|
-
<p>
|
207
|
-
Stores a value in centimeters inside <em class="parameter"><code>units</code></em>
|
208
|
-
</p>
|
209
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
210
|
-
<colgroup>
|
211
|
-
<col align="left" valign="top">
|
212
|
-
<col>
|
213
|
-
</colgroup>
|
214
|
-
<tbody>
|
215
|
-
<tr>
|
216
|
-
<td><p><span class="term"><em class="parameter"><code>units</code></em> :</span></p></td>
|
217
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span>
|
218
|
-
</td>
|
219
|
-
</tr>
|
220
|
-
<tr>
|
221
|
-
<td><p><span class="term"><em class="parameter"><code>cm</code></em> :</span></p></td>
|
222
|
-
<td>centimeters</td>
|
223
|
-
</tr>
|
224
|
-
</tbody>
|
225
|
-
</table></div>
|
226
280
|
<p class="since">Since 1.2</p>
|
227
281
|
</div>
|
228
282
|
<hr>
|
229
283
|
<div class="refsect2">
|
230
|
-
<a name="clutter-units-from-em"></a><h3>clutter_units_from_em
|
231
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
232
|
-
|
233
|
-
<
|
234
|
-
Stores a value in em inside <em class="parameter"><code>units</code></em
|
235
|
-
|
236
|
-
</p>
|
237
|
-
<div class="
|
284
|
+
<a name="clutter-units-from-em"></a><h3>clutter_units_from_em ()</h3>
|
285
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
286
|
+
clutter_units_from_em (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
287
|
+
<em class="parameter"><code><span class="type">gfloat</span> em</code></em>);</pre>
|
288
|
+
<p>Stores a value in em inside <em class="parameter"><code>units</code></em>
|
289
|
+
, using the default font
|
290
|
+
name as returned by <a class="link" href="ClutterBackend.html#clutter-backend-get-font-name" title="clutter_backend_get_font_name ()"><code class="function">clutter_backend_get_font_name()</code></a></p>
|
291
|
+
<div class="refsect3">
|
292
|
+
<a name="id-1.7.2.14.6.3.5"></a><h4>Parameters</h4>
|
293
|
+
<div class="informaltable"><table width="100%" border="0">
|
238
294
|
<colgroup>
|
239
|
-
<col
|
240
|
-
<col>
|
295
|
+
<col width="150px" class="parameters_name">
|
296
|
+
<col class="parameters_description">
|
297
|
+
<col width="200px" class="parameters_annotations">
|
241
298
|
</colgroup>
|
242
299
|
<tbody>
|
243
300
|
<tr>
|
244
|
-
<td
|
245
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
246
|
-
</td>
|
301
|
+
<td class="parameter_name"><p>units</p></td>
|
302
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
303
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
247
304
|
</tr>
|
248
305
|
<tr>
|
249
|
-
<td
|
250
|
-
<td>em</td>
|
306
|
+
<td class="parameter_name"><p>em</p></td>
|
307
|
+
<td class="parameter_description"><p>em</p></td>
|
308
|
+
<td class="parameter_annotations"> </td>
|
251
309
|
</tr>
|
252
310
|
</tbody>
|
253
311
|
</table></div>
|
312
|
+
</div>
|
254
313
|
<p class="since">Since 1.0</p>
|
255
314
|
</div>
|
256
315
|
<hr>
|
257
316
|
<div class="refsect2">
|
258
|
-
<a name="clutter-units-from-em-for-font"></a><h3>clutter_units_from_em_for_font
|
259
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
260
|
-
|
261
|
-
|
262
|
-
<
|
263
|
-
Stores a value in em inside <em class="parameter"><code>units</code></em>
|
264
|
-
</
|
265
|
-
|
317
|
+
<a name="clutter-units-from-em-for-font"></a><h3>clutter_units_from_em_for_font ()</h3>
|
318
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
319
|
+
clutter_units_from_em_for_font (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
320
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *font_name</code></em>,
|
321
|
+
<em class="parameter"><code><span class="type">gfloat</span> em</code></em>);</pre>
|
322
|
+
<p>Stores a value in em inside <em class="parameter"><code>units</code></em>
|
323
|
+
using <em class="parameter"><code>font_name</code></em>
|
324
|
+
</p>
|
325
|
+
<div class="refsect3">
|
326
|
+
<a name="id-1.7.2.14.6.4.5"></a><h4>Parameters</h4>
|
327
|
+
<div class="informaltable"><table width="100%" border="0">
|
266
328
|
<colgroup>
|
267
|
-
<col
|
268
|
-
<col>
|
329
|
+
<col width="150px" class="parameters_name">
|
330
|
+
<col class="parameters_description">
|
331
|
+
<col width="200px" class="parameters_annotations">
|
269
332
|
</colgroup>
|
270
333
|
<tbody>
|
271
334
|
<tr>
|
272
|
-
<td
|
273
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
274
|
-
</td>
|
335
|
+
<td class="parameter_name"><p>units</p></td>
|
336
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
337
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
275
338
|
</tr>
|
276
339
|
<tr>
|
277
|
-
<td
|
278
|
-
<td
|
279
|
-
</td>
|
340
|
+
<td class="parameter_name"><p>font_name</p></td>
|
341
|
+
<td class="parameter_description"><p> the font name and size. </p></td>
|
342
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
280
343
|
</tr>
|
281
344
|
<tr>
|
282
|
-
<td
|
283
|
-
<td>em</td>
|
345
|
+
<td class="parameter_name"><p>em</p></td>
|
346
|
+
<td class="parameter_description"><p>em</p></td>
|
347
|
+
<td class="parameter_annotations"> </td>
|
284
348
|
</tr>
|
285
349
|
</tbody>
|
286
350
|
</table></div>
|
351
|
+
</div>
|
287
352
|
<p class="since">Since 1.0</p>
|
288
353
|
</div>
|
289
354
|
<hr>
|
290
355
|
<div class="refsect2">
|
291
|
-
<a name="clutter-units-from-mm"></a><h3>clutter_units_from_mm
|
292
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
293
|
-
|
294
|
-
<
|
295
|
-
Stores a value in millimiters inside <em class="parameter"><code>units</code></em>
|
296
|
-
</p>
|
297
|
-
<div class="
|
356
|
+
<a name="clutter-units-from-mm"></a><h3>clutter_units_from_mm ()</h3>
|
357
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
358
|
+
clutter_units_from_mm (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
359
|
+
<em class="parameter"><code><span class="type">gfloat</span> mm</code></em>);</pre>
|
360
|
+
<p>Stores a value in millimiters inside <em class="parameter"><code>units</code></em>
|
361
|
+
</p>
|
362
|
+
<div class="refsect3">
|
363
|
+
<a name="id-1.7.2.14.6.5.5"></a><h4>Parameters</h4>
|
364
|
+
<div class="informaltable"><table width="100%" border="0">
|
298
365
|
<colgroup>
|
299
|
-
<col
|
300
|
-
<col>
|
366
|
+
<col width="150px" class="parameters_name">
|
367
|
+
<col class="parameters_description">
|
368
|
+
<col width="200px" class="parameters_annotations">
|
301
369
|
</colgroup>
|
302
370
|
<tbody>
|
303
371
|
<tr>
|
304
|
-
<td
|
305
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
306
|
-
</td>
|
372
|
+
<td class="parameter_name"><p>units</p></td>
|
373
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
374
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
307
375
|
</tr>
|
308
376
|
<tr>
|
309
|
-
<td
|
310
|
-
<td>millimeters</td>
|
377
|
+
<td class="parameter_name"><p>mm</p></td>
|
378
|
+
<td class="parameter_description"><p>millimeters</p></td>
|
379
|
+
<td class="parameter_annotations"> </td>
|
311
380
|
</tr>
|
312
381
|
</tbody>
|
313
382
|
</table></div>
|
383
|
+
</div>
|
314
384
|
<p class="since">Since 1.0</p>
|
315
385
|
</div>
|
316
386
|
<hr>
|
317
387
|
<div class="refsect2">
|
318
|
-
<a name="clutter-units-from-pixels"></a><h3>clutter_units_from_pixels
|
319
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
320
|
-
|
321
|
-
<
|
322
|
-
Stores a value in pixels inside <em class="parameter"><code>units</code></em>
|
323
|
-
</p>
|
324
|
-
<div class="
|
388
|
+
<a name="clutter-units-from-pixels"></a><h3>clutter_units_from_pixels ()</h3>
|
389
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
390
|
+
clutter_units_from_pixels (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
391
|
+
<em class="parameter"><code><span class="type">gint</span> px</code></em>);</pre>
|
392
|
+
<p>Stores a value in pixels inside <em class="parameter"><code>units</code></em>
|
393
|
+
</p>
|
394
|
+
<div class="refsect3">
|
395
|
+
<a name="id-1.7.2.14.6.6.5"></a><h4>Parameters</h4>
|
396
|
+
<div class="informaltable"><table width="100%" border="0">
|
325
397
|
<colgroup>
|
326
|
-
<col
|
327
|
-
<col>
|
398
|
+
<col width="150px" class="parameters_name">
|
399
|
+
<col class="parameters_description">
|
400
|
+
<col width="200px" class="parameters_annotations">
|
328
401
|
</colgroup>
|
329
402
|
<tbody>
|
330
403
|
<tr>
|
331
|
-
<td
|
332
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
333
|
-
</td>
|
404
|
+
<td class="parameter_name"><p>units</p></td>
|
405
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
406
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
334
407
|
</tr>
|
335
408
|
<tr>
|
336
|
-
<td
|
337
|
-
<td>pixels</td>
|
409
|
+
<td class="parameter_name"><p>px</p></td>
|
410
|
+
<td class="parameter_description"><p>pixels</p></td>
|
411
|
+
<td class="parameter_annotations"> </td>
|
338
412
|
</tr>
|
339
413
|
</tbody>
|
340
414
|
</table></div>
|
415
|
+
</div>
|
341
416
|
<p class="since">Since 1.0</p>
|
342
417
|
</div>
|
343
418
|
<hr>
|
344
419
|
<div class="refsect2">
|
345
|
-
<a name="clutter-units-from-pt"></a><h3>clutter_units_from_pt
|
346
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
347
|
-
|
348
|
-
<
|
349
|
-
Stores a value in typographic points inside <em class="parameter"><code>units</code></em>
|
350
|
-
</p>
|
351
|
-
<div class="
|
420
|
+
<a name="clutter-units-from-pt"></a><h3>clutter_units_from_pt ()</h3>
|
421
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
422
|
+
clutter_units_from_pt (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
423
|
+
<em class="parameter"><code><span class="type">gfloat</span> pt</code></em>);</pre>
|
424
|
+
<p>Stores a value in typographic points inside <em class="parameter"><code>units</code></em>
|
425
|
+
</p>
|
426
|
+
<div class="refsect3">
|
427
|
+
<a name="id-1.7.2.14.6.7.5"></a><h4>Parameters</h4>
|
428
|
+
<div class="informaltable"><table width="100%" border="0">
|
352
429
|
<colgroup>
|
353
|
-
<col
|
354
|
-
<col>
|
430
|
+
<col width="150px" class="parameters_name">
|
431
|
+
<col class="parameters_description">
|
432
|
+
<col width="200px" class="parameters_annotations">
|
355
433
|
</colgroup>
|
356
434
|
<tbody>
|
357
435
|
<tr>
|
358
|
-
<td
|
359
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
360
|
-
</td>
|
436
|
+
<td class="parameter_name"><p>units</p></td>
|
437
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
438
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
361
439
|
</tr>
|
362
440
|
<tr>
|
363
|
-
<td
|
364
|
-
<td>typographic points</td>
|
441
|
+
<td class="parameter_name"><p>pt</p></td>
|
442
|
+
<td class="parameter_description"><p>typographic points</p></td>
|
443
|
+
<td class="parameter_annotations"> </td>
|
365
444
|
</tr>
|
366
445
|
</tbody>
|
367
446
|
</table></div>
|
447
|
+
</div>
|
368
448
|
<p class="since">Since 1.0</p>
|
369
449
|
</div>
|
370
450
|
<hr>
|
371
451
|
<div class="refsect2">
|
372
|
-
<a name="clutter-units-to-pixels"></a><h3>clutter_units_to_pixels
|
373
|
-
<pre class="programlisting"><span class="returnvalue">gfloat</span>
|
374
|
-
<
|
375
|
-
Converts a value in <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to pixels
|
376
|
-
|
377
|
-
<
|
452
|
+
<a name="clutter-units-to-pixels"></a><h3>clutter_units_to_pixels ()</h3>
|
453
|
+
<pre class="programlisting"><span class="returnvalue">gfloat</span>
|
454
|
+
clutter_units_to_pixels (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
455
|
+
<p>Converts a value in <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to pixels</p>
|
456
|
+
<div class="refsect3">
|
457
|
+
<a name="id-1.7.2.14.6.8.5"></a><h4>Parameters</h4>
|
458
|
+
<div class="informaltable"><table width="100%" border="0">
|
378
459
|
<colgroup>
|
379
|
-
<col
|
380
|
-
<col>
|
460
|
+
<col width="150px" class="parameters_name">
|
461
|
+
<col class="parameters_description">
|
462
|
+
<col width="200px" class="parameters_annotations">
|
381
463
|
</colgroup>
|
382
|
-
<tbody>
|
383
|
-
<
|
384
|
-
<td
|
385
|
-
<td>
|
386
|
-
</tr>
|
387
|
-
<tr>
|
388
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
389
|
-
<td>the value in pixels</td>
|
390
|
-
</tr>
|
391
|
-
</tbody>
|
464
|
+
<tbody><tr>
|
465
|
+
<td class="parameter_name"><p>units</p></td>
|
466
|
+
<td class="parameter_description"><p>units to convert</p></td>
|
467
|
+
<td class="parameter_annotations"> </td>
|
468
|
+
</tr></tbody>
|
392
469
|
</table></div>
|
470
|
+
</div>
|
471
|
+
<div class="refsect3">
|
472
|
+
<a name="id-1.7.2.14.6.8.6"></a><h4>Returns</h4>
|
473
|
+
<p> the value in pixels</p>
|
474
|
+
<p></p>
|
475
|
+
</div>
|
393
476
|
<p class="since">Since 1.0</p>
|
394
477
|
</div>
|
395
478
|
<hr>
|
396
479
|
<div class="refsect2">
|
397
|
-
<a name="clutter-units-copy"></a><h3>clutter_units_copy
|
398
|
-
<pre class="programlisting"><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a>
|
399
|
-
<
|
400
|
-
Copies <em class="parameter"><code>units</code></em>
|
401
|
-
</p>
|
402
|
-
<div class="
|
480
|
+
<a name="clutter-units-copy"></a><h3>clutter_units_copy ()</h3>
|
481
|
+
<pre class="programlisting"><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a> *
|
482
|
+
clutter_units_copy (<em class="parameter"><code>const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
483
|
+
<p>Copies <em class="parameter"><code>units</code></em>
|
484
|
+
</p>
|
485
|
+
<div class="refsect3">
|
486
|
+
<a name="id-1.7.2.14.6.9.5"></a><h4>Parameters</h4>
|
487
|
+
<div class="informaltable"><table width="100%" border="0">
|
403
488
|
<colgroup>
|
404
|
-
<col
|
405
|
-
<col>
|
489
|
+
<col width="150px" class="parameters_name">
|
490
|
+
<col class="parameters_description">
|
491
|
+
<col width="200px" class="parameters_annotations">
|
406
492
|
</colgroup>
|
407
|
-
<tbody>
|
408
|
-
<
|
409
|
-
<td><p
|
410
|
-
<td
|
411
|
-
</tr>
|
412
|
-
<tr>
|
413
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
414
|
-
<td>the newly created copy of a
|
415
|
-
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> structure. Use <a class="link" href="clutter-Unit-conversion.html#clutter-units-free" title="clutter_units_free ()"><code class="function">clutter_units_free()</code></a> to free
|
416
|
-
the allocated resources. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
417
|
-
</td>
|
418
|
-
</tr>
|
419
|
-
</tbody>
|
493
|
+
<tbody><tr>
|
494
|
+
<td class="parameter_name"><p>units</p></td>
|
495
|
+
<td class="parameter_description"><p>the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to copy</p></td>
|
496
|
+
<td class="parameter_annotations"> </td>
|
497
|
+
</tr></tbody>
|
420
498
|
</table></div>
|
499
|
+
</div>
|
500
|
+
<div class="refsect3">
|
501
|
+
<a name="id-1.7.2.14.6.9.6"></a><h4>Returns</h4>
|
502
|
+
<p> the newly created copy of a
|
503
|
+
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> structure. Use <a class="link" href="clutter-Unit-conversion.html#clutter-units-free" title="clutter_units_free ()"><code class="function">clutter_units_free()</code></a> to free
|
504
|
+
the allocated resources. </p>
|
505
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
506
|
+
</div>
|
421
507
|
<p class="since">Since 1.0</p>
|
422
508
|
</div>
|
423
509
|
<hr>
|
424
510
|
<div class="refsect2">
|
425
|
-
<a name="clutter-units-free"></a><h3>clutter_units_free
|
426
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
427
|
-
<
|
428
|
-
Frees the resources allocated by <em class="parameter"><code>units</code></em>
|
429
|
-
</p>
|
430
|
-
<p>
|
431
|
-
|
432
|
-
|
433
|
-
</
|
434
|
-
<div class="
|
511
|
+
<a name="clutter-units-free"></a><h3>clutter_units_free ()</h3>
|
512
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
513
|
+
clutter_units_free (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
514
|
+
<p>Frees the resources allocated by <em class="parameter"><code>units</code></em>
|
515
|
+
</p>
|
516
|
+
<p>You should only call this function on a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>
|
517
|
+
created using <a class="link" href="clutter-Unit-conversion.html#clutter-units-copy" title="clutter_units_copy ()"><code class="function">clutter_units_copy()</code></a></p>
|
518
|
+
<div class="refsect3">
|
519
|
+
<a name="id-1.7.2.14.6.10.6"></a><h4>Parameters</h4>
|
520
|
+
<div class="informaltable"><table width="100%" border="0">
|
435
521
|
<colgroup>
|
436
|
-
<col
|
437
|
-
<col>
|
522
|
+
<col width="150px" class="parameters_name">
|
523
|
+
<col class="parameters_description">
|
524
|
+
<col width="200px" class="parameters_annotations">
|
438
525
|
</colgroup>
|
439
526
|
<tbody><tr>
|
440
|
-
<td
|
441
|
-
<td>the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to free</td>
|
527
|
+
<td class="parameter_name"><p>units</p></td>
|
528
|
+
<td class="parameter_description"><p>the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> to free</p></td>
|
529
|
+
<td class="parameter_annotations"> </td>
|
442
530
|
</tr></tbody>
|
443
531
|
</table></div>
|
532
|
+
</div>
|
444
533
|
<p class="since">Since 1.0</p>
|
445
534
|
</div>
|
446
535
|
<hr>
|
447
536
|
<div class="refsect2">
|
448
|
-
<a name="clutter-units-get-unit-type"></a><h3>clutter_units_get_unit_type
|
449
|
-
<pre class="programlisting"><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="returnvalue">ClutterUnitType</span></a>
|
450
|
-
<
|
451
|
-
Retrieves the unit type of the value stored inside <em class="parameter"><code>units</code></em>
|
452
|
-
</p>
|
453
|
-
<div class="
|
537
|
+
<a name="clutter-units-get-unit-type"></a><h3>clutter_units_get_unit_type ()</h3>
|
538
|
+
<pre class="programlisting"><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="returnvalue">ClutterUnitType</span></a>
|
539
|
+
clutter_units_get_unit_type (<em class="parameter"><code>const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
540
|
+
<p>Retrieves the unit type of the value stored inside <em class="parameter"><code>units</code></em>
|
541
|
+
</p>
|
542
|
+
<div class="refsect3">
|
543
|
+
<a name="id-1.7.2.14.6.11.5"></a><h4>Parameters</h4>
|
544
|
+
<div class="informaltable"><table width="100%" border="0">
|
454
545
|
<colgroup>
|
455
|
-
<col
|
456
|
-
<col>
|
546
|
+
<col width="150px" class="parameters_name">
|
547
|
+
<col class="parameters_description">
|
548
|
+
<col width="200px" class="parameters_annotations">
|
457
549
|
</colgroup>
|
458
|
-
<tbody>
|
459
|
-
<
|
460
|
-
<td><p
|
461
|
-
<td
|
462
|
-
</
|
463
|
-
</tr>
|
464
|
-
<tr>
|
465
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
466
|
-
<td>a unit type</td>
|
467
|
-
</tr>
|
468
|
-
</tbody>
|
550
|
+
<tbody><tr>
|
551
|
+
<td class="parameter_name"><p>units</p></td>
|
552
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a></p></td>
|
553
|
+
<td class="parameter_annotations"> </td>
|
554
|
+
</tr></tbody>
|
469
555
|
</table></div>
|
556
|
+
</div>
|
557
|
+
<div class="refsect3">
|
558
|
+
<a name="id-1.7.2.14.6.11.6"></a><h4>Returns</h4>
|
559
|
+
<p> a unit type</p>
|
560
|
+
<p></p>
|
561
|
+
</div>
|
470
562
|
<p class="since">Since 1.0</p>
|
471
563
|
</div>
|
472
564
|
<hr>
|
473
565
|
<div class="refsect2">
|
474
|
-
<a name="clutter-units-get-unit-value"></a><h3>clutter_units_get_unit_value
|
475
|
-
<pre class="programlisting"><span class="returnvalue">gfloat</span>
|
476
|
-
<
|
477
|
-
Retrieves the value stored inside <em class="parameter"><code>units</code></em>
|
478
|
-
</p>
|
479
|
-
<div class="
|
566
|
+
<a name="clutter-units-get-unit-value"></a><h3>clutter_units_get_unit_value ()</h3>
|
567
|
+
<pre class="programlisting"><span class="returnvalue">gfloat</span>
|
568
|
+
clutter_units_get_unit_value (<em class="parameter"><code>const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
569
|
+
<p>Retrieves the value stored inside <em class="parameter"><code>units</code></em>
|
570
|
+
</p>
|
571
|
+
<div class="refsect3">
|
572
|
+
<a name="id-1.7.2.14.6.12.5"></a><h4>Parameters</h4>
|
573
|
+
<div class="informaltable"><table width="100%" border="0">
|
480
574
|
<colgroup>
|
481
|
-
<col
|
482
|
-
<col>
|
575
|
+
<col width="150px" class="parameters_name">
|
576
|
+
<col class="parameters_description">
|
577
|
+
<col width="200px" class="parameters_annotations">
|
483
578
|
</colgroup>
|
484
|
-
<tbody>
|
485
|
-
<
|
486
|
-
<td><p
|
487
|
-
<td
|
488
|
-
</
|
489
|
-
</tr>
|
490
|
-
<tr>
|
491
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
492
|
-
<td>the value stored inside a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>
|
493
|
-
</td>
|
494
|
-
</tr>
|
495
|
-
</tbody>
|
579
|
+
<tbody><tr>
|
580
|
+
<td class="parameter_name"><p>units</p></td>
|
581
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a></p></td>
|
582
|
+
<td class="parameter_annotations"> </td>
|
583
|
+
</tr></tbody>
|
496
584
|
</table></div>
|
585
|
+
</div>
|
586
|
+
<div class="refsect3">
|
587
|
+
<a name="id-1.7.2.14.6.12.6"></a><h4>Returns</h4>
|
588
|
+
<p> the value stored inside a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a></p>
|
589
|
+
<p></p>
|
590
|
+
</div>
|
497
591
|
<p class="since">Since 1.0</p>
|
498
592
|
</div>
|
499
593
|
<hr>
|
500
594
|
<div class="refsect2">
|
501
|
-
<a name="clutter-units-from-string"></a><h3>clutter_units_from_string
|
502
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
503
|
-
|
504
|
-
<
|
505
|
-
Parses a value and updates <em class="parameter"><code>units</code></em>
|
506
|
-
</p>
|
507
|
-
<p>
|
508
|
-
A <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> expressed in string should match:
|
509
|
-
</p>
|
510
|
-
<p>
|
511
|
-
</p>
|
595
|
+
<a name="clutter-units-from-string"></a><h3>clutter_units_from_string ()</h3>
|
596
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
597
|
+
clutter_units_from_string (<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>,
|
598
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
599
|
+
<p>Parses a value and updates <em class="parameter"><code>units</code></em>
|
600
|
+
with it</p>
|
601
|
+
<p>A <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> expressed in string should match:</p>
|
512
602
|
<div class="informalexample">
|
513
603
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
514
604
|
<tbody>
|
@@ -528,19 +618,14 @@ A <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct
|
|
528
618
|
<span class="normal"> </span><span class="symbol">|</span><span class="normal"> digit</span><span class="symbol">*</span><span class="normal"> </span><span class="usertype">sep</span><span class="normal"> digit</span><span class="symbol">+</span>
|
529
619
|
<span class="normal">sep</span><span class="symbol">:</span><span class="normal"> </span><span class="string">'.'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">','</span>
|
530
620
|
<span class="normal">digit</span><span class="symbol">:</span><span class="normal"> </span><span class="string">'0'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'1'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'2'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'3'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'4'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'5'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'6'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'7'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'8'</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> </span><span class="string">'9'</span>
|
531
|
-
<span class="normal">wsp</span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">(
|
621
|
+
<span class="normal">wsp</span><span class="symbol">:</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">#</span><span class="number">0x20</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> #</span><span class="number">0x9</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> #</span><span class="number">0xA</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> #</span><span class="number">0xB</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> #</span><span class="number">0xC</span><span class="normal"> </span><span class="symbol">|</span><span class="normal"> #</span><span class="number">0xD</span><span class="symbol">)+</span></pre></td>
|
532
622
|
</tr>
|
533
623
|
</tbody>
|
534
624
|
</table>
|
535
625
|
</div>
|
536
626
|
|
537
|
-
<p>
|
538
|
-
|
539
|
-
<p>
|
540
|
-
For instance, these are valid strings:
|
541
|
-
</p>
|
542
|
-
<p>
|
543
|
-
</p>
|
627
|
+
<p></p>
|
628
|
+
<p>For instance, these are valid strings:</p>
|
544
629
|
<div class="informalexample">
|
545
630
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
546
631
|
<tbody>
|
@@ -560,13 +645,8 @@ For instance, these are valid strings:
|
|
560
645
|
</table>
|
561
646
|
</div>
|
562
647
|
|
563
|
-
<p>
|
564
|
-
|
565
|
-
<p>
|
566
|
-
While these are not:
|
567
|
-
</p>
|
568
|
-
<p>
|
569
|
-
</p>
|
648
|
+
<p></p>
|
649
|
+
<p>While these are not:</p>
|
570
650
|
<div class="informalexample">
|
571
651
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
572
652
|
<tbody>
|
@@ -580,180 +660,143 @@ While these are not:
|
|
580
660
|
</table>
|
581
661
|
</div>
|
582
662
|
|
583
|
-
<p>
|
584
|
-
</p>
|
585
|
-
<p>
|
586
|
-
</p>
|
587
|
-
<div class="note">
|
588
|
-
<h3 class="title">Note</h3>
|
663
|
+
<p></p>
|
589
664
|
<p>If no unit is specified, pixels are assumed.</p>
|
590
|
-
|
591
|
-
<
|
592
|
-
|
593
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
665
|
+
<div class="refsect3">
|
666
|
+
<a name="id-1.7.2.14.6.13.15"></a><h4>Parameters</h4>
|
667
|
+
<div class="informaltable"><table width="100%" border="0">
|
594
668
|
<colgroup>
|
595
|
-
<col
|
596
|
-
<col>
|
669
|
+
<col width="150px" class="parameters_name">
|
670
|
+
<col class="parameters_description">
|
671
|
+
<col width="200px" class="parameters_annotations">
|
597
672
|
</colgroup>
|
598
673
|
<tbody>
|
599
674
|
<tr>
|
600
|
-
<td
|
601
|
-
<td>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.
|
602
|
-
</td>
|
675
|
+
<td class="parameter_name"><p>units</p></td>
|
676
|
+
<td class="parameter_description"><p> a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>. </p></td>
|
677
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
603
678
|
</tr>
|
604
679
|
<tr>
|
605
|
-
<td
|
606
|
-
<td>the string to convert</td>
|
607
|
-
</
|
608
|
-
<tr>
|
609
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
610
|
-
<td>
|
611
|
-
<code class="literal">TRUE</code> if the string was successfully parsed,
|
612
|
-
and <code class="literal">FALSE</code> otherwise</td>
|
680
|
+
<td class="parameter_name"><p>str</p></td>
|
681
|
+
<td class="parameter_description"><p>the string to convert</p></td>
|
682
|
+
<td class="parameter_annotations"> </td>
|
613
683
|
</tr>
|
614
684
|
</tbody>
|
615
685
|
</table></div>
|
686
|
+
</div>
|
687
|
+
<div class="refsect3">
|
688
|
+
<a name="id-1.7.2.14.6.13.16"></a><h4>Returns</h4>
|
689
|
+
<p> <code class="literal">TRUE</code> if the string was successfully parsed,
|
690
|
+
and <code class="literal">FALSE</code> otherwise</p>
|
691
|
+
<p></p>
|
692
|
+
</div>
|
616
693
|
<p class="since">Since 1.0</p>
|
617
694
|
</div>
|
618
695
|
<hr>
|
619
696
|
<div class="refsect2">
|
620
|
-
<a name="clutter-units-to-string"></a><h3>clutter_units_to_string
|
621
|
-
<pre class="programlisting"><span class="returnvalue">gchar</span>
|
622
|
-
<
|
623
|
-
Converts <em class="parameter"><code>units</code></em>
|
624
|
-
</p>
|
625
|
-
<p>
|
626
|
-
|
627
|
-
|
628
|
-
</p>
|
629
|
-
<p>
|
630
|
-
</p>
|
631
|
-
<div class="note">
|
632
|
-
<h3 class="title">Note</h3>Fractional values are truncated to the second decimal
|
697
|
+
<a name="clutter-units-to-string"></a><h3>clutter_units_to_string ()</h3>
|
698
|
+
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
699
|
+
clutter_units_to_string (<em class="parameter"><code>const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
700
|
+
<p>Converts <em class="parameter"><code>units</code></em>
|
701
|
+
into a string</p>
|
702
|
+
<p>See <a class="link" href="clutter-Unit-conversion.html#clutter-units-from-string" title="clutter_units_from_string ()"><code class="function">clutter_units_from_string()</code></a> for the units syntax and for
|
703
|
+
examples of output</p>
|
704
|
+
<p>Fractional values are truncated to the second decimal
|
633
705
|
position for em, mm and cm, and to the first decimal position for
|
634
|
-
typographic points. Pixels are integers.</
|
635
|
-
<
|
636
|
-
</
|
637
|
-
<div class="
|
706
|
+
typographic points. Pixels are integers.</p>
|
707
|
+
<div class="refsect3">
|
708
|
+
<a name="id-1.7.2.14.6.14.7"></a><h4>Parameters</h4>
|
709
|
+
<div class="informaltable"><table width="100%" border="0">
|
638
710
|
<colgroup>
|
639
|
-
<col
|
640
|
-
<col>
|
711
|
+
<col width="150px" class="parameters_name">
|
712
|
+
<col class="parameters_description">
|
713
|
+
<col width="200px" class="parameters_annotations">
|
641
714
|
</colgroup>
|
642
|
-
<tbody>
|
643
|
-
<
|
644
|
-
<td><p
|
645
|
-
<td
|
646
|
-
</
|
647
|
-
</tr>
|
648
|
-
<tr>
|
649
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
650
|
-
<td>a newly allocated string containing the encoded
|
651
|
-
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> value. Use <code class="function">g_free()</code> to free the string</td>
|
652
|
-
</tr>
|
653
|
-
</tbody>
|
715
|
+
<tbody><tr>
|
716
|
+
<td class="parameter_name"><p>units</p></td>
|
717
|
+
<td class="parameter_description"><p>a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a></p></td>
|
718
|
+
<td class="parameter_annotations"> </td>
|
719
|
+
</tr></tbody>
|
654
720
|
</table></div>
|
655
|
-
<p class="since">Since 1.0</p>
|
656
721
|
</div>
|
657
|
-
<
|
658
|
-
<
|
659
|
-
<
|
660
|
-
<
|
661
|
-
|
662
|
-
|
663
|
-
gfloat default_value;
|
664
|
-
gfloat minimum;
|
665
|
-
gfloat maximum;
|
666
|
-
};
|
667
|
-
</pre>
|
668
|
-
<p>
|
669
|
-
<span class="type">GParamSpec</span> subclass for unit based properties.
|
670
|
-
</p>
|
671
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
672
|
-
<colgroup>
|
673
|
-
<col align="left" valign="top">
|
674
|
-
<col>
|
675
|
-
</colgroup>
|
676
|
-
<tbody>
|
677
|
-
<tr>
|
678
|
-
<td><p><span class="term"><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="type">ClutterUnitType</span></a> <em class="structfield"><code><a name="ClutterParamSpecUnits.default-type"></a>default_type</code></em>;</span></p></td>
|
679
|
-
<td>default type</td>
|
680
|
-
</tr>
|
681
|
-
<tr>
|
682
|
-
<td><p><span class="term"><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.default-value"></a>default_value</code></em>;</span></p></td>
|
683
|
-
<td>default value</td>
|
684
|
-
</tr>
|
685
|
-
<tr>
|
686
|
-
<td><p><span class="term"><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.minimum"></a>minimum</code></em>;</span></p></td>
|
687
|
-
<td>lower boundary</td>
|
688
|
-
</tr>
|
689
|
-
<tr>
|
690
|
-
<td><p><span class="term"><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.maximum"></a>maximum</code></em>;</span></p></td>
|
691
|
-
<td>higher boundary</td>
|
692
|
-
</tr>
|
693
|
-
</tbody>
|
694
|
-
</table></div>
|
722
|
+
<div class="refsect3">
|
723
|
+
<a name="id-1.7.2.14.6.14.8"></a><h4>Returns</h4>
|
724
|
+
<p> a newly allocated string containing the encoded
|
725
|
+
<a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> value. Use <code class="function">g_free()</code> to free the string</p>
|
726
|
+
<p></p>
|
727
|
+
</div>
|
695
728
|
<p class="since">Since 1.0</p>
|
696
729
|
</div>
|
697
730
|
<hr>
|
698
731
|
<div class="refsect2">
|
699
|
-
<a name="clutter-param-spec-units"></a><h3>clutter_param_spec_units
|
700
|
-
<pre class="programlisting"><span class="returnvalue">GParamSpec</span>
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
<
|
709
|
-
Creates a <span class="type">GParamSpec</span> for properties using <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a
|
710
|
-
|
711
|
-
<
|
732
|
+
<a name="clutter-param-spec-units"></a><h3>clutter_param_spec_units ()</h3>
|
733
|
+
<pre class="programlisting"><span class="returnvalue">GParamSpec</span> *
|
734
|
+
clutter_param_spec_units (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
735
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *nick</code></em>,
|
736
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *blurb</code></em>,
|
737
|
+
<em class="parameter"><code><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="type">ClutterUnitType</span></a> default_type</code></em>,
|
738
|
+
<em class="parameter"><code><span class="type">gfloat</span> minimum</code></em>,
|
739
|
+
<em class="parameter"><code><span class="type">gfloat</span> maximum</code></em>,
|
740
|
+
<em class="parameter"><code><span class="type">gfloat</span> default_value</code></em>,
|
741
|
+
<em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>);</pre>
|
742
|
+
<p>Creates a <span class="type">GParamSpec</span> for properties using <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>.</p>
|
743
|
+
<div class="refsect3">
|
744
|
+
<a name="id-1.7.2.14.6.15.5"></a><h4>Parameters</h4>
|
745
|
+
<div class="informaltable"><table width="100%" border="0">
|
712
746
|
<colgroup>
|
713
|
-
<col
|
714
|
-
<col>
|
747
|
+
<col width="150px" class="parameters_name">
|
748
|
+
<col class="parameters_description">
|
749
|
+
<col width="200px" class="parameters_annotations">
|
715
750
|
</colgroup>
|
716
751
|
<tbody>
|
717
752
|
<tr>
|
718
|
-
<td
|
719
|
-
<td>name of the property</td>
|
753
|
+
<td class="parameter_name"><p>name</p></td>
|
754
|
+
<td class="parameter_description"><p>name of the property</p></td>
|
755
|
+
<td class="parameter_annotations"> </td>
|
720
756
|
</tr>
|
721
757
|
<tr>
|
722
|
-
<td
|
723
|
-
<td>short name</td>
|
758
|
+
<td class="parameter_name"><p>nick</p></td>
|
759
|
+
<td class="parameter_description"><p>short name</p></td>
|
760
|
+
<td class="parameter_annotations"> </td>
|
724
761
|
</tr>
|
725
762
|
<tr>
|
726
|
-
<td
|
727
|
-
<td>description (can be translatable)</td>
|
763
|
+
<td class="parameter_name"><p>blurb</p></td>
|
764
|
+
<td class="parameter_description"><p>description (can be translatable)</p></td>
|
765
|
+
<td class="parameter_annotations"> </td>
|
728
766
|
</tr>
|
729
767
|
<tr>
|
730
|
-
<td
|
731
|
-
<td>the default type for the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a>
|
732
|
-
</td>
|
768
|
+
<td class="parameter_name"><p>default_type</p></td>
|
769
|
+
<td class="parameter_description"><p>the default type for the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a></p></td>
|
770
|
+
<td class="parameter_annotations"> </td>
|
733
771
|
</tr>
|
734
772
|
<tr>
|
735
|
-
<td
|
736
|
-
<td>lower boundary</td>
|
773
|
+
<td class="parameter_name"><p>minimum</p></td>
|
774
|
+
<td class="parameter_description"><p>lower boundary</p></td>
|
775
|
+
<td class="parameter_annotations"> </td>
|
737
776
|
</tr>
|
738
777
|
<tr>
|
739
|
-
<td
|
740
|
-
<td>higher boundary</td>
|
778
|
+
<td class="parameter_name"><p>maximum</p></td>
|
779
|
+
<td class="parameter_description"><p>higher boundary</p></td>
|
780
|
+
<td class="parameter_annotations"> </td>
|
741
781
|
</tr>
|
742
782
|
<tr>
|
743
|
-
<td
|
744
|
-
<td>default value</td>
|
783
|
+
<td class="parameter_name"><p>default_value</p></td>
|
784
|
+
<td class="parameter_description"><p>default value</p></td>
|
785
|
+
<td class="parameter_annotations"> </td>
|
745
786
|
</tr>
|
746
787
|
<tr>
|
747
|
-
<td
|
748
|
-
<td>flags for the param spec</td>
|
749
|
-
</
|
750
|
-
<tr>
|
751
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
752
|
-
<td>the newly created <span class="type">GParamSpec</span>
|
753
|
-
</td>
|
788
|
+
<td class="parameter_name"><p>flags</p></td>
|
789
|
+
<td class="parameter_description"><p>flags for the param spec</p></td>
|
790
|
+
<td class="parameter_annotations"> </td>
|
754
791
|
</tr>
|
755
792
|
</tbody>
|
756
793
|
</table></div>
|
794
|
+
</div>
|
795
|
+
<div class="refsect3">
|
796
|
+
<a name="id-1.7.2.14.6.15.6"></a><h4>Returns</h4>
|
797
|
+
<p> the newly created <span class="type">GParamSpec</span></p>
|
798
|
+
<p></p>
|
799
|
+
</div>
|
757
800
|
<p class="since">Since 1.0</p>
|
758
801
|
</div>
|
759
802
|
<hr>
|
@@ -761,80 +804,203 @@ Creates a <span class="type">GParamSpec</span> for properties using <a class="li
|
|
761
804
|
<a name="CLUTTER-VALUE-HOLDS-UNITS:CAPS"></a><h3>CLUTTER_VALUE_HOLDS_UNITS()</h3>
|
762
805
|
<pre class="programlisting">#define CLUTTER_VALUE_HOLDS_UNITS(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_UNITS))
|
763
806
|
</pre>
|
764
|
-
<p>
|
765
|
-
|
766
|
-
|
767
|
-
<
|
807
|
+
<p>Evaluates to <code class="literal">TRUE</code> if <em class="parameter"><code>x</code></em>
|
808
|
+
holds a <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> value</p>
|
809
|
+
<div class="refsect3">
|
810
|
+
<a name="id-1.7.2.14.6.16.5"></a><h4>Parameters</h4>
|
811
|
+
<div class="informaltable"><table width="100%" border="0">
|
768
812
|
<colgroup>
|
769
|
-
<col
|
770
|
-
<col>
|
813
|
+
<col width="150px" class="parameters_name">
|
814
|
+
<col class="parameters_description">
|
815
|
+
<col width="200px" class="parameters_annotations">
|
771
816
|
</colgroup>
|
772
817
|
<tbody><tr>
|
773
|
-
<td
|
774
|
-
<td>a <span class="type">GValue</span>
|
775
|
-
</td>
|
818
|
+
<td class="parameter_name"><p>x</p></td>
|
819
|
+
<td class="parameter_description"><p>a <span class="type">GValue</span></p></td>
|
820
|
+
<td class="parameter_annotations"> </td>
|
776
821
|
</tr></tbody>
|
777
822
|
</table></div>
|
823
|
+
</div>
|
778
824
|
<p class="since">Since 0.8</p>
|
779
825
|
</div>
|
780
826
|
<hr>
|
781
827
|
<div class="refsect2">
|
782
|
-
<a name="clutter-value-set-units"></a><h3>clutter_value_set_units
|
783
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
784
|
-
|
785
|
-
<
|
786
|
-
Sets <em class="parameter"><code>value</code></em>
|
787
|
-
</
|
788
|
-
|
828
|
+
<a name="clutter-value-set-units"></a><h3>clutter_value_set_units ()</h3>
|
829
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
830
|
+
clutter_value_set_units (<em class="parameter"><code><span class="type">GValue</span> *value</code></em>,
|
831
|
+
<em class="parameter"><code>const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> *units</code></em>);</pre>
|
832
|
+
<p>Sets <em class="parameter"><code>value</code></em>
|
833
|
+
to <em class="parameter"><code>units</code></em>
|
834
|
+
</p>
|
835
|
+
<div class="refsect3">
|
836
|
+
<a name="id-1.7.2.14.6.17.5"></a><h4>Parameters</h4>
|
837
|
+
<div class="informaltable"><table width="100%" border="0">
|
789
838
|
<colgroup>
|
790
|
-
<col
|
791
|
-
<col>
|
839
|
+
<col width="150px" class="parameters_name">
|
840
|
+
<col class="parameters_description">
|
841
|
+
<col width="200px" class="parameters_annotations">
|
792
842
|
</colgroup>
|
793
843
|
<tbody>
|
794
844
|
<tr>
|
795
|
-
<td
|
796
|
-
<td>a <span class="type">GValue</span> initialized to <code class="literal">CLUTTER_TYPE_UNITS</code>
|
797
|
-
</td>
|
845
|
+
<td class="parameter_name"><p>value</p></td>
|
846
|
+
<td class="parameter_description"><p>a <span class="type">GValue</span> initialized to <code class="literal">CLUTTER_TYPE_UNITS</code></p></td>
|
847
|
+
<td class="parameter_annotations"> </td>
|
798
848
|
</tr>
|
799
849
|
<tr>
|
800
|
-
<td
|
801
|
-
<td>the units to set</td>
|
850
|
+
<td class="parameter_name"><p>units</p></td>
|
851
|
+
<td class="parameter_description"><p>the units to set</p></td>
|
852
|
+
<td class="parameter_annotations"> </td>
|
802
853
|
</tr>
|
803
854
|
</tbody>
|
804
855
|
</table></div>
|
856
|
+
</div>
|
805
857
|
<p class="since">Since 0.8</p>
|
806
858
|
</div>
|
807
859
|
<hr>
|
808
860
|
<div class="refsect2">
|
809
|
-
<a name="clutter-value-get-units"></a><h3>clutter_value_get_units
|
810
|
-
<pre class="programlisting">const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a>
|
811
|
-
<
|
812
|
-
Gets the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> contained in <em class="parameter"><code>value</code></em
|
813
|
-
|
814
|
-
<div class="
|
861
|
+
<a name="clutter-value-get-units"></a><h3>clutter_value_get_units ()</h3>
|
862
|
+
<pre class="programlisting">const <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="returnvalue">ClutterUnits</span></a> *
|
863
|
+
clutter_value_get_units (<em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
|
864
|
+
<p>Gets the <a class="link" href="clutter-Unit-conversion.html#ClutterUnits" title="struct ClutterUnits"><span class="type">ClutterUnits</span></a> contained in <em class="parameter"><code>value</code></em>
|
865
|
+
.</p>
|
866
|
+
<div class="refsect3">
|
867
|
+
<a name="id-1.7.2.14.6.18.5"></a><h4>Parameters</h4>
|
868
|
+
<div class="informaltable"><table width="100%" border="0">
|
869
|
+
<colgroup>
|
870
|
+
<col width="150px" class="parameters_name">
|
871
|
+
<col class="parameters_description">
|
872
|
+
<col width="200px" class="parameters_annotations">
|
873
|
+
</colgroup>
|
874
|
+
<tbody><tr>
|
875
|
+
<td class="parameter_name"><p>value</p></td>
|
876
|
+
<td class="parameter_description"><p>a <span class="type">GValue</span> initialized to <code class="literal">CLUTTER_TYPE_UNITS</code></p></td>
|
877
|
+
<td class="parameter_annotations"> </td>
|
878
|
+
</tr></tbody>
|
879
|
+
</table></div>
|
880
|
+
</div>
|
881
|
+
<div class="refsect3">
|
882
|
+
<a name="id-1.7.2.14.6.18.6"></a><h4>Returns</h4>
|
883
|
+
<p> the units inside the passed <span class="type">GValue</span></p>
|
884
|
+
<p></p>
|
885
|
+
</div>
|
886
|
+
<p class="since">Since 0.8</p>
|
887
|
+
</div>
|
888
|
+
</div>
|
889
|
+
<div class="refsect1">
|
890
|
+
<a name="clutter-Unit-conversion.other_details"></a><h2>Types and Values</h2>
|
891
|
+
<div class="refsect2">
|
892
|
+
<a name="ClutterUnitType"></a><h3>enum ClutterUnitType</h3>
|
893
|
+
<p>The type of unit in which a value is expressed</p>
|
894
|
+
<p>This enumeration might be expanded at later date</p>
|
895
|
+
<div class="refsect3">
|
896
|
+
<a name="id-1.7.2.14.7.2.5"></a><h4>Members</h4>
|
897
|
+
<div class="informaltable"><table width="100%" border="0">
|
815
898
|
<colgroup>
|
816
|
-
<col
|
817
|
-
<col>
|
899
|
+
<col width="300px" class="enum_members_name">
|
900
|
+
<col class="enum_members_description">
|
901
|
+
<col width="200px" class="enum_members_annotations">
|
818
902
|
</colgroup>
|
819
903
|
<tbody>
|
820
904
|
<tr>
|
821
|
-
<td
|
822
|
-
<td
|
905
|
+
<td class="enum_member_name"><p><a name="CLUTTER-UNIT-PIXEL:CAPS"></a>CLUTTER_UNIT_PIXEL</p></td>
|
906
|
+
<td class="enum_member_description">
|
907
|
+
<p>Unit expressed in pixels (with subpixel precision)</p>
|
908
|
+
</td>
|
909
|
+
<td class="enum_member_annotations"> </td>
|
910
|
+
</tr>
|
911
|
+
<tr>
|
912
|
+
<td class="enum_member_name"><p><a name="CLUTTER-UNIT-EM:CAPS"></a>CLUTTER_UNIT_EM</p></td>
|
913
|
+
<td class="enum_member_description">
|
914
|
+
<p>Unit expressed in em</p>
|
915
|
+
</td>
|
916
|
+
<td class="enum_member_annotations"> </td>
|
917
|
+
</tr>
|
918
|
+
<tr>
|
919
|
+
<td class="enum_member_name"><p><a name="CLUTTER-UNIT-MM:CAPS"></a>CLUTTER_UNIT_MM</p></td>
|
920
|
+
<td class="enum_member_description">
|
921
|
+
<p>Unit expressed in millimeters</p>
|
823
922
|
</td>
|
923
|
+
<td class="enum_member_annotations"> </td>
|
824
924
|
</tr>
|
825
925
|
<tr>
|
826
|
-
<td
|
827
|
-
<td
|
926
|
+
<td class="enum_member_name"><p><a name="CLUTTER-UNIT-POINT:CAPS"></a>CLUTTER_UNIT_POINT</p></td>
|
927
|
+
<td class="enum_member_description">
|
928
|
+
<p>Unit expressed in points</p>
|
828
929
|
</td>
|
930
|
+
<td class="enum_member_annotations"> </td>
|
931
|
+
</tr>
|
932
|
+
<tr>
|
933
|
+
<td class="enum_member_name"><p><a name="CLUTTER-UNIT-CM:CAPS"></a>CLUTTER_UNIT_CM</p></td>
|
934
|
+
<td class="enum_member_description">
|
935
|
+
<p>Unit expressed in centimeters</p>
|
936
|
+
</td>
|
937
|
+
<td class="enum_member_annotations"> </td>
|
829
938
|
</tr>
|
830
939
|
</tbody>
|
831
940
|
</table></div>
|
832
|
-
|
941
|
+
</div>
|
942
|
+
<p class="since">Since 1.0</p>
|
943
|
+
</div>
|
944
|
+
<hr>
|
945
|
+
<div class="refsect2">
|
946
|
+
<a name="ClutterUnits"></a><h3>struct ClutterUnits</h3>
|
947
|
+
<pre class="programlisting">struct ClutterUnits {
|
948
|
+
};
|
949
|
+
</pre>
|
950
|
+
<p>An opaque structure, to be used to store sizing and positioning
|
951
|
+
values along with their unit.</p>
|
952
|
+
<p class="since">Since 1.0</p>
|
953
|
+
</div>
|
954
|
+
<hr>
|
955
|
+
<div class="refsect2">
|
956
|
+
<a name="ClutterParamSpecUnits"></a><h3>struct ClutterParamSpecUnits</h3>
|
957
|
+
<pre class="programlisting">struct ClutterParamSpecUnits {
|
958
|
+
ClutterUnitType default_type;
|
959
|
+
|
960
|
+
gfloat default_value;
|
961
|
+
gfloat minimum;
|
962
|
+
gfloat maximum;
|
963
|
+
};
|
964
|
+
</pre>
|
965
|
+
<p><span class="type">GParamSpec</span> subclass for unit based properties.</p>
|
966
|
+
<div class="refsect3">
|
967
|
+
<a name="id-1.7.2.14.7.4.5"></a><h4>Members</h4>
|
968
|
+
<div class="informaltable"><table width="100%" border="0">
|
969
|
+
<colgroup>
|
970
|
+
<col width="300px" class="struct_members_name">
|
971
|
+
<col class="struct_members_description">
|
972
|
+
<col width="200px" class="struct_members_annotations">
|
973
|
+
</colgroup>
|
974
|
+
<tbody>
|
975
|
+
<tr>
|
976
|
+
<td class="struct_member_name"><p><a class="link" href="clutter-Unit-conversion.html#ClutterUnitType" title="enum ClutterUnitType"><span class="type">ClutterUnitType</span></a> <em class="structfield"><code><a name="ClutterParamSpecUnits.default-type"></a>default_type</code></em>;</p></td>
|
977
|
+
<td class="struct_member_description"><p>default type</p></td>
|
978
|
+
<td class="struct_member_annotations"> </td>
|
979
|
+
</tr>
|
980
|
+
<tr>
|
981
|
+
<td class="struct_member_name"><p><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.default-value"></a>default_value</code></em>;</p></td>
|
982
|
+
<td class="struct_member_description"><p>default value</p></td>
|
983
|
+
<td class="struct_member_annotations"> </td>
|
984
|
+
</tr>
|
985
|
+
<tr>
|
986
|
+
<td class="struct_member_name"><p><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.minimum"></a>minimum</code></em>;</p></td>
|
987
|
+
<td class="struct_member_description"><p>lower boundary</p></td>
|
988
|
+
<td class="struct_member_annotations"> </td>
|
989
|
+
</tr>
|
990
|
+
<tr>
|
991
|
+
<td class="struct_member_name"><p><span class="type">gfloat</span> <em class="structfield"><code><a name="ClutterParamSpecUnits.maximum"></a>maximum</code></em>;</p></td>
|
992
|
+
<td class="struct_member_description"><p>higher boundary</p></td>
|
993
|
+
<td class="struct_member_annotations"> </td>
|
994
|
+
</tr>
|
995
|
+
</tbody>
|
996
|
+
</table></div>
|
997
|
+
</div>
|
998
|
+
<p class="since">Since 1.0</p>
|
833
999
|
</div>
|
834
1000
|
</div>
|
835
1001
|
</div>
|
836
1002
|
<div class="footer">
|
837
1003
|
<hr>
|
838
|
-
Generated by GTK-Doc V1.
|
1004
|
+
Generated by GTK-Doc V1.20.1</div>
|
839
1005
|
</body>
|
840
1006
|
</html>
|