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,21 +8,17 @@
|
|
8
8
|
<link rel="up" href="ch10.html" title="General purpose API">
|
9
9
|
<link rel="prev" href="clutter-Stage-Manager.html" title="Stage Manager">
|
10
10
|
<link rel="next" href="clutter-Unit-conversion.html" title="Unit conversion">
|
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="#ClutterTextBuffer.
|
20
|
-
|
21
|
-
<a href="#ClutterTextBuffer.
|
22
|
-
|
|
23
|
-
<a href="#ClutterTextBuffer.properties" class="shortcut">Properties</a>
|
24
|
-
|
|
25
|
-
<a href="#ClutterTextBuffer.signals" class="shortcut">Signals</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="#ClutterTextBuffer.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterTextBuffer.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterTextBuffer.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
21
|
+
<a href="#ClutterTextBuffer.signals" class="shortcut">Signals</a></span>
|
26
22
|
</td>
|
27
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
24
|
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -36,610 +32,772 @@
|
|
36
32
|
<h2><span class="refentrytitle"><a name="ClutterTextBuffer.top_of_page"></a>ClutterTextBuffer</span></h2>
|
37
33
|
<p>ClutterTextBuffer — Text buffer for ClutterText</p>
|
38
34
|
</td>
|
39
|
-
<td valign="top" align="right"></td>
|
35
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
40
36
|
</tr></table></div>
|
41
|
-
<div class="refsynopsisdiv">
|
42
|
-
<a name="ClutterTextBuffer.synopsis"></a><h2>Synopsis</h2>
|
43
|
-
<pre class="synopsis">#define <a class="link" href="ClutterTextBuffer.html#CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS" title="CLUTTER_TEXT_BUFFER_MAX_SIZE">CLUTTER_TEXT_BUFFER_MAX_SIZE</a>
|
44
|
-
struct <a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-struct" title="struct ClutterTextBuffer">ClutterTextBuffer</a>;
|
45
|
-
struct <a class="link" href="ClutterTextBuffer.html#ClutterTextBufferClass" title="struct ClutterTextBufferClass">ClutterTextBufferClass</a>;
|
46
|
-
<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> * <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-new" title="clutter_text_buffer_new ()">clutter_text_buffer_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
47
|
-
<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> * <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-new-with-text" title="clutter_text_buffer_new_with_text ()">clutter_text_buffer_new_with_text</a> (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
48
|
-
<em class="parameter"><code><span class="type">gssize</span> text_len</code></em>);
|
49
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-text" title="clutter_text_buffer_set_text ()">clutter_text_buffer_set_text</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
50
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
51
|
-
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);
|
52
|
-
const <span class="returnvalue">gchar</span> * <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-text" title="clutter_text_buffer_get_text ()">clutter_text_buffer_get_text</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);
|
53
|
-
<span class="returnvalue">gsize</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-bytes" title="clutter_text_buffer_get_bytes ()">clutter_text_buffer_get_bytes</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);
|
54
|
-
<span class="returnvalue">guint</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length" title="clutter_text_buffer_get_length ()">clutter_text_buffer_get_length</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);
|
55
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-max-length" title="clutter_text_buffer_set_max_length ()">clutter_text_buffer_set_max_length</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
56
|
-
<em class="parameter"><code><span class="type">gint</span> max_length</code></em>);
|
57
|
-
<span class="returnvalue">gint</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-max-length" title="clutter_text_buffer_get_max_length ()">clutter_text_buffer_get_max_length</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);
|
58
|
-
<span class="returnvalue">guint</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-insert-text" title="clutter_text_buffer_insert_text ()">clutter_text_buffer_insert_text</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
59
|
-
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
60
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
61
|
-
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);
|
62
|
-
<span class="returnvalue">guint</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-delete-text" title="clutter_text_buffer_delete_text ()">clutter_text_buffer_delete_text</a> (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
63
|
-
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
64
|
-
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);
|
65
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-emit-inserted-text" title="clutter_text_buffer_emit_inserted_text ()">clutter_text_buffer_emit_inserted_text</a>
|
66
|
-
(<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
67
|
-
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
68
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
69
|
-
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);
|
70
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-emit-deleted-text" title="clutter_text_buffer_emit_deleted_text ()">clutter_text_buffer_emit_deleted_text</a>
|
71
|
-
(<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
72
|
-
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
73
|
-
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);
|
74
|
-
</pre>
|
75
|
-
</div>
|
76
|
-
<div class="refsect1">
|
77
|
-
<a name="ClutterTextBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
78
|
-
<pre class="synopsis">
|
79
|
-
GObject
|
80
|
-
+----ClutterTextBuffer
|
81
|
-
</pre>
|
82
|
-
</div>
|
83
|
-
<div class="refsect1">
|
84
|
-
<a name="ClutterTextBuffer.properties"></a><h2>Properties</h2>
|
85
|
-
<pre class="synopsis">
|
86
|
-
"<a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--length" title='The "length" property'>length</a>" <span class="type">guint</span> : Read
|
87
|
-
"<a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--max-length" title='The "max-length" property'>max-length</a>" <span class="type">gint</span> : Read / Write
|
88
|
-
"<a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--text" title='The "text" property'>text</a>" <span class="type">gchar</span>* : Read
|
89
|
-
</pre>
|
90
|
-
</div>
|
91
|
-
<div class="refsect1">
|
92
|
-
<a name="ClutterTextBuffer.signals"></a><h2>Signals</h2>
|
93
|
-
<pre class="synopsis">
|
94
|
-
"<a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-deleted-text" title='The "deleted-text" signal'>deleted-text</a>" : <code class="literal">Run First</code>
|
95
|
-
"<a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-inserted-text" title='The "inserted-text" signal'>inserted-text</a>" : <code class="literal">Run First</code>
|
96
|
-
</pre>
|
97
|
-
</div>
|
98
37
|
<div class="refsect1">
|
99
|
-
<a name="ClutterTextBuffer.
|
100
|
-
<
|
101
|
-
The <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> class contains the actual text displayed in a
|
102
|
-
<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> widget.
|
103
|
-
</p>
|
104
|
-
<p>
|
105
|
-
A single <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> object can be shared by multiple <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a>
|
106
|
-
widgets which will then share the same text content, but not the cursor
|
107
|
-
position, visibility attributes, icon etc.
|
108
|
-
</p>
|
109
|
-
<p>
|
110
|
-
<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> may be derived from. Such a derived class might allow
|
111
|
-
text to be stored in an alternate location, such as non-pageable memory,
|
112
|
-
useful in the case of important passwords. Or a derived class could
|
113
|
-
integrate with an application's concept of undo/redo.
|
114
|
-
</p>
|
115
|
-
</div>
|
116
|
-
<div class="refsect1">
|
117
|
-
<a name="ClutterTextBuffer.details"></a><h2>Details</h2>
|
118
|
-
<div class="refsect2">
|
119
|
-
<a name="CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS"></a><h3>CLUTTER_TEXT_BUFFER_MAX_SIZE</h3>
|
120
|
-
<pre class="programlisting">#define CLUTTER_TEXT_BUFFER_MAX_SIZE G_MAXUSHORT
|
121
|
-
</pre>
|
122
|
-
<p>
|
123
|
-
Maximum size of text buffer, in bytes.
|
124
|
-
</p>
|
125
|
-
<p class="since">Since 1.10</p>
|
126
|
-
</div>
|
127
|
-
<hr>
|
128
|
-
<div class="refsect2">
|
129
|
-
<a name="ClutterTextBuffer-struct"></a><h3>struct ClutterTextBuffer</h3>
|
130
|
-
<pre class="programlisting">struct ClutterTextBuffer;</pre>
|
131
|
-
<p>
|
132
|
-
The <span class="structname">ClutterTextBuffer</span> structure contains private
|
133
|
-
data and it should only be accessed using the provided API.
|
134
|
-
</p>
|
135
|
-
<p class="since">Since 1.10</p>
|
136
|
-
</div>
|
137
|
-
<hr>
|
138
|
-
<div class="refsect2">
|
139
|
-
<a name="ClutterTextBufferClass"></a><h3>struct ClutterTextBufferClass</h3>
|
140
|
-
<pre class="programlisting">struct ClutterTextBufferClass {
|
141
|
-
/* Signals */
|
142
|
-
void (*inserted_text) (ClutterTextBuffer *buffer,
|
143
|
-
guint position,
|
144
|
-
const gchar *chars,
|
145
|
-
guint n_chars);
|
146
|
-
|
147
|
-
void (*deleted_text) (ClutterTextBuffer *buffer,
|
148
|
-
guint position,
|
149
|
-
guint n_chars);
|
150
|
-
|
151
|
-
/* Virtual Methods */
|
152
|
-
const gchar* (*get_text) (ClutterTextBuffer *buffer,
|
153
|
-
gsize *n_bytes);
|
154
|
-
|
155
|
-
guint (*get_length) (ClutterTextBuffer *buffer);
|
156
|
-
|
157
|
-
guint (*insert_text) (ClutterTextBuffer *buffer,
|
158
|
-
guint position,
|
159
|
-
const gchar *chars,
|
160
|
-
guint n_chars);
|
161
|
-
|
162
|
-
guint (*delete_text) (ClutterTextBuffer *buffer,
|
163
|
-
guint position,
|
164
|
-
guint n_chars);
|
165
|
-
};
|
166
|
-
</pre>
|
167
|
-
<p>
|
168
|
-
The <span class="structname">ClutterTextBufferClass</span> structure contains
|
169
|
-
only private data.
|
170
|
-
</p>
|
171
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
38
|
+
<a name="ClutterTextBuffer.functions"></a><h2>Functions</h2>
|
39
|
+
<div class="informaltable"><table width="100%" border="0">
|
172
40
|
<colgroup>
|
173
|
-
<col
|
174
|
-
<col>
|
41
|
+
<col width="150px" class="functions_return">
|
42
|
+
<col class="functions_name">
|
175
43
|
</colgroup>
|
176
44
|
<tbody>
|
177
45
|
<tr>
|
178
|
-
<td
|
179
|
-
<
|
46
|
+
<td class="function_type">
|
47
|
+
<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> *
|
48
|
+
</td>
|
49
|
+
<td class="function_name">
|
50
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-new" title="clutter_text_buffer_new ()">clutter_text_buffer_new</a> <span class="c_punctuation">()</span>
|
51
|
+
</td>
|
180
52
|
</tr>
|
181
53
|
<tr>
|
182
|
-
<td
|
183
|
-
<
|
54
|
+
<td class="function_type">
|
55
|
+
<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> *
|
56
|
+
</td>
|
57
|
+
<td class="function_name">
|
58
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-new-with-text" title="clutter_text_buffer_new_with_text ()">clutter_text_buffer_new_with_text</a> <span class="c_punctuation">()</span>
|
59
|
+
</td>
|
184
60
|
</tr>
|
185
61
|
<tr>
|
186
|
-
<td
|
187
|
-
<
|
62
|
+
<td class="function_type">
|
63
|
+
<span class="returnvalue">void</span>
|
64
|
+
</td>
|
65
|
+
<td class="function_name">
|
66
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-text" title="clutter_text_buffer_set_text ()">clutter_text_buffer_set_text</a> <span class="c_punctuation">()</span>
|
67
|
+
</td>
|
188
68
|
</tr>
|
189
69
|
<tr>
|
190
|
-
<td
|
191
|
-
|
70
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
71
|
+
</td>
|
72
|
+
<td class="function_name">
|
73
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-text" title="clutter_text_buffer_get_text ()">clutter_text_buffer_get_text</a> <span class="c_punctuation">()</span>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
<tr>
|
77
|
+
<td class="function_type">
|
78
|
+
<span class="returnvalue">gsize</span>
|
79
|
+
</td>
|
80
|
+
<td class="function_name">
|
81
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-bytes" title="clutter_text_buffer_get_bytes ()">clutter_text_buffer_get_bytes</a> <span class="c_punctuation">()</span>
|
82
|
+
</td>
|
83
|
+
</tr>
|
84
|
+
<tr>
|
85
|
+
<td class="function_type">
|
86
|
+
<span class="returnvalue">guint</span>
|
87
|
+
</td>
|
88
|
+
<td class="function_name">
|
89
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length" title="clutter_text_buffer_get_length ()">clutter_text_buffer_get_length</a> <span class="c_punctuation">()</span>
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td class="function_type">
|
94
|
+
<span class="returnvalue">void</span>
|
95
|
+
</td>
|
96
|
+
<td class="function_name">
|
97
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-max-length" title="clutter_text_buffer_set_max_length ()">clutter_text_buffer_set_max_length</a> <span class="c_punctuation">()</span>
|
98
|
+
</td>
|
99
|
+
</tr>
|
100
|
+
<tr>
|
101
|
+
<td class="function_type">
|
102
|
+
<span class="returnvalue">gint</span>
|
103
|
+
</td>
|
104
|
+
<td class="function_name">
|
105
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-max-length" title="clutter_text_buffer_get_max_length ()">clutter_text_buffer_get_max_length</a> <span class="c_punctuation">()</span>
|
106
|
+
</td>
|
192
107
|
</tr>
|
193
108
|
<tr>
|
194
|
-
<td
|
195
|
-
<
|
109
|
+
<td class="function_type">
|
110
|
+
<span class="returnvalue">guint</span>
|
111
|
+
</td>
|
112
|
+
<td class="function_name">
|
113
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-insert-text" title="clutter_text_buffer_insert_text ()">clutter_text_buffer_insert_text</a> <span class="c_punctuation">()</span>
|
114
|
+
</td>
|
196
115
|
</tr>
|
197
116
|
<tr>
|
198
|
-
<td
|
199
|
-
<
|
117
|
+
<td class="function_type">
|
118
|
+
<span class="returnvalue">guint</span>
|
119
|
+
</td>
|
120
|
+
<td class="function_name">
|
121
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-delete-text" title="clutter_text_buffer_delete_text ()">clutter_text_buffer_delete_text</a> <span class="c_punctuation">()</span>
|
122
|
+
</td>
|
123
|
+
</tr>
|
124
|
+
<tr>
|
125
|
+
<td class="function_type">
|
126
|
+
<span class="returnvalue">void</span>
|
127
|
+
</td>
|
128
|
+
<td class="function_name">
|
129
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-emit-inserted-text" title="clutter_text_buffer_emit_inserted_text ()">clutter_text_buffer_emit_inserted_text</a> <span class="c_punctuation">()</span>
|
130
|
+
</td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td class="function_type">
|
134
|
+
<span class="returnvalue">void</span>
|
135
|
+
</td>
|
136
|
+
<td class="function_name">
|
137
|
+
<a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-emit-deleted-text" title="clutter_text_buffer_emit_deleted_text ()">clutter_text_buffer_emit_deleted_text</a> <span class="c_punctuation">()</span>
|
138
|
+
</td>
|
200
139
|
</tr>
|
201
140
|
</tbody>
|
202
141
|
</table></div>
|
203
|
-
<p class="since">Since 1.10</p>
|
204
142
|
</div>
|
205
|
-
<
|
206
|
-
<
|
207
|
-
<
|
208
|
-
<pre class="programlisting"><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> * clutter_text_buffer_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
209
|
-
<p>
|
210
|
-
Create a new ClutterTextBuffer object.
|
211
|
-
</p>
|
212
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
143
|
+
<div class="refsect1">
|
144
|
+
<a name="ClutterTextBuffer.properties"></a><h2>Properties</h2>
|
145
|
+
<div class="informaltable"><table border="0">
|
213
146
|
<colgroup>
|
214
|
-
<col
|
215
|
-
<col>
|
147
|
+
<col width="150px" class="properties_type">
|
148
|
+
<col width="300px" class="properties_name">
|
149
|
+
<col width="200px" class="properties_flags">
|
216
150
|
</colgroup>
|
217
|
-
<tbody
|
218
|
-
<
|
219
|
-
<td
|
220
|
-
</
|
151
|
+
<tbody>
|
152
|
+
<tr>
|
153
|
+
<td class="property_type"><span class="type">guint</span></td>
|
154
|
+
<td class="property_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--length" title="The “length” property">length</a></td>
|
155
|
+
<td class="property_flags">Read</td>
|
156
|
+
</tr>
|
157
|
+
<tr>
|
158
|
+
<td class="property_type"><span class="type">gint</span></td>
|
159
|
+
<td class="property_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--max-length" title="The “max-length” property">max-length</a></td>
|
160
|
+
<td class="property_flags">Read / Write</td>
|
161
|
+
</tr>
|
162
|
+
<tr>
|
163
|
+
<td class="property_type">
|
164
|
+
<span class="type">gchar</span> *</td>
|
165
|
+
<td class="property_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer--text" title="The “text” property">text</a></td>
|
166
|
+
<td class="property_flags">Read</td>
|
167
|
+
</tr>
|
168
|
+
</tbody>
|
221
169
|
</table></div>
|
222
|
-
<p class="since">Since 1.10</p>
|
223
170
|
</div>
|
224
|
-
<
|
225
|
-
<
|
226
|
-
<
|
227
|
-
<pre class="programlisting"><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> * clutter_text_buffer_new_with_text (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
228
|
-
<em class="parameter"><code><span class="type">gssize</span> text_len</code></em>);</pre>
|
229
|
-
<p>
|
230
|
-
Create a new ClutterTextBuffer object with some text.
|
231
|
-
</p>
|
232
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
171
|
+
<div class="refsect1">
|
172
|
+
<a name="ClutterTextBuffer.signals"></a><h2>Signals</h2>
|
173
|
+
<div class="informaltable"><table border="0">
|
233
174
|
<colgroup>
|
234
|
-
<col
|
235
|
-
<col>
|
175
|
+
<col width="150px" class="signals_return">
|
176
|
+
<col width="300px" class="signals_name">
|
177
|
+
<col width="200px" class="signals_flags">
|
236
178
|
</colgroup>
|
237
179
|
<tbody>
|
238
180
|
<tr>
|
239
|
-
<td
|
240
|
-
<td
|
241
|
-
</td>
|
242
|
-
</tr>
|
243
|
-
<tr>
|
244
|
-
<td><p><span class="term"><em class="parameter"><code>text_len</code></em> :</span></p></td>
|
245
|
-
<td>initial buffer text length, or -1 for null-terminated.</td>
|
181
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
182
|
+
<td class="signal_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-deleted-text" title="The “deleted-text” signal">deleted-text</a></td>
|
183
|
+
<td class="signal_flags">Run First</td>
|
246
184
|
</tr>
|
247
185
|
<tr>
|
248
|
-
<td
|
249
|
-
<td
|
186
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
187
|
+
<td class="signal_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-inserted-text" title="The “inserted-text” signal">inserted-text</a></td>
|
188
|
+
<td class="signal_flags">Run First</td>
|
250
189
|
</tr>
|
251
190
|
</tbody>
|
252
191
|
</table></div>
|
253
|
-
<p class="since">Since 1.10</p>
|
254
192
|
</div>
|
255
|
-
<
|
256
|
-
<
|
257
|
-
<
|
258
|
-
<pre class="programlisting"><span class="returnvalue">void</span> clutter_text_buffer_set_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
259
|
-
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
260
|
-
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
|
261
|
-
<p>
|
262
|
-
Sets the text in the buffer.
|
263
|
-
</p>
|
264
|
-
<p>
|
265
|
-
This is roughly equivalent to calling <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-delete-text" title="clutter_text_buffer_delete_text ()"><code class="function">clutter_text_buffer_delete_text()</code></a>
|
266
|
-
and <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-insert-text" title="clutter_text_buffer_insert_text ()"><code class="function">clutter_text_buffer_insert_text()</code></a>.
|
267
|
-
</p>
|
268
|
-
<p>
|
269
|
-
Note that <em class="parameter"><code>n_chars</code></em> is in characters, not in bytes.
|
270
|
-
</p>
|
271
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
193
|
+
<div class="refsect1">
|
194
|
+
<a name="ClutterTextBuffer.other"></a><h2>Types and Values</h2>
|
195
|
+
<div class="informaltable"><table width="100%" border="0">
|
272
196
|
<colgroup>
|
273
|
-
<col
|
274
|
-
<col>
|
197
|
+
<col width="150px" class="name">
|
198
|
+
<col class="description">
|
275
199
|
</colgroup>
|
276
200
|
<tbody>
|
277
201
|
<tr>
|
278
|
-
<td
|
279
|
-
<td
|
280
|
-
</td>
|
202
|
+
<td class="define_keyword">#define</td>
|
203
|
+
<td class="function_name"><a class="link" href="ClutterTextBuffer.html#CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS" title="CLUTTER_TEXT_BUFFER_MAX_SIZE">CLUTTER_TEXT_BUFFER_MAX_SIZE</a></td>
|
281
204
|
</tr>
|
282
205
|
<tr>
|
283
|
-
<td
|
284
|
-
<td
|
206
|
+
<td class="datatype_keyword">struct</td>
|
207
|
+
<td class="function_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-struct" title="struct ClutterTextBuffer">ClutterTextBuffer</a></td>
|
285
208
|
</tr>
|
286
209
|
<tr>
|
287
|
-
<td
|
288
|
-
<td
|
210
|
+
<td class="datatype_keyword">struct</td>
|
211
|
+
<td class="function_name"><a class="link" href="ClutterTextBuffer.html#ClutterTextBufferClass" title="struct ClutterTextBufferClass">ClutterTextBufferClass</a></td>
|
289
212
|
</tr>
|
290
213
|
</tbody>
|
291
214
|
</table></div>
|
215
|
+
</div>
|
216
|
+
<div class="refsect1">
|
217
|
+
<a name="ClutterTextBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
218
|
+
<pre class="screen"> GObject
|
219
|
+
<span class="lineart">╰──</span> ClutterTextBuffer
|
220
|
+
</pre>
|
221
|
+
</div>
|
222
|
+
<div class="refsect1">
|
223
|
+
<a name="ClutterTextBuffer.description"></a><h2>Description</h2>
|
224
|
+
<p>The <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> class contains the actual text displayed in a
|
225
|
+
<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> widget.</p>
|
226
|
+
<p>A single <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> object can be shared by multiple <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a>
|
227
|
+
widgets which will then share the same text content, but not the cursor
|
228
|
+
position, visibility attributes, icon etc.</p>
|
229
|
+
<p><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> may be derived from. Such a derived class might allow
|
230
|
+
text to be stored in an alternate location, such as non-pageable memory,
|
231
|
+
useful in the case of important passwords. Or a derived class could
|
232
|
+
integrate with an application's concept of undo/redo.</p>
|
233
|
+
</div>
|
234
|
+
<div class="refsect1">
|
235
|
+
<a name="ClutterTextBuffer.functions_details"></a><h2>Functions</h2>
|
236
|
+
<div class="refsect2">
|
237
|
+
<a name="clutter-text-buffer-new"></a><h3>clutter_text_buffer_new ()</h3>
|
238
|
+
<pre class="programlisting"><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> *
|
239
|
+
clutter_text_buffer_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
240
|
+
<p>Create a new ClutterTextBuffer object.</p>
|
241
|
+
<div class="refsect3">
|
242
|
+
<a name="id-1.7.2.13.9.2.5"></a><h4>Returns</h4>
|
243
|
+
<p> A new ClutterTextBuffer object.</p>
|
244
|
+
<p></p>
|
245
|
+
</div>
|
292
246
|
<p class="since">Since 1.10</p>
|
293
247
|
</div>
|
294
248
|
<hr>
|
295
249
|
<div class="refsect2">
|
296
|
-
<a name="clutter-text-buffer-
|
297
|
-
<pre class="programlisting"
|
298
|
-
<
|
299
|
-
|
300
|
-
|
301
|
-
<
|
302
|
-
|
303
|
-
|
304
|
-
</p>
|
305
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
250
|
+
<a name="clutter-text-buffer-new-with-text"></a><h3>clutter_text_buffer_new_with_text ()</h3>
|
251
|
+
<pre class="programlisting"><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="returnvalue">ClutterTextBuffer</span></a> *
|
252
|
+
clutter_text_buffer_new_with_text (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>,
|
253
|
+
<em class="parameter"><code><span class="type">gssize</span> text_len</code></em>);</pre>
|
254
|
+
<p>Create a new ClutterTextBuffer object with some text.</p>
|
255
|
+
<div class="refsect3">
|
256
|
+
<a name="id-1.7.2.13.9.3.5"></a><h4>Parameters</h4>
|
257
|
+
<div class="informaltable"><table width="100%" border="0">
|
306
258
|
<colgroup>
|
307
|
-
<col
|
308
|
-
<col>
|
259
|
+
<col width="150px" class="parameters_name">
|
260
|
+
<col class="parameters_description">
|
261
|
+
<col width="200px" class="parameters_annotations">
|
309
262
|
</colgroup>
|
310
263
|
<tbody>
|
311
264
|
<tr>
|
312
|
-
<td
|
313
|
-
<td
|
314
|
-
</td>
|
265
|
+
<td class="parameter_name"><p>text</p></td>
|
266
|
+
<td class="parameter_description"><p> initial buffer text. </p></td>
|
267
|
+
<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>
|
315
268
|
</tr>
|
316
269
|
<tr>
|
317
|
-
<td
|
318
|
-
<td>
|
319
|
-
|
320
|
-
storage in the buffer and must not be freed, modified or
|
321
|
-
stored.</td>
|
270
|
+
<td class="parameter_name"><p>text_len</p></td>
|
271
|
+
<td class="parameter_description"><p>initial buffer text length, or -1 for null-terminated.</p></td>
|
272
|
+
<td class="parameter_annotations"> </td>
|
322
273
|
</tr>
|
323
274
|
</tbody>
|
324
275
|
</table></div>
|
276
|
+
</div>
|
277
|
+
<div class="refsect3">
|
278
|
+
<a name="id-1.7.2.13.9.3.6"></a><h4>Returns</h4>
|
279
|
+
<p> A new ClutterTextBuffer object.</p>
|
280
|
+
<p></p>
|
281
|
+
</div>
|
325
282
|
<p class="since">Since 1.10</p>
|
326
283
|
</div>
|
327
284
|
<hr>
|
328
285
|
<div class="refsect2">
|
329
|
-
<a name="clutter-text-buffer-
|
330
|
-
<pre class="programlisting"><span class="returnvalue">
|
331
|
-
<
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
<
|
286
|
+
<a name="clutter-text-buffer-set-text"></a><h3>clutter_text_buffer_set_text ()</h3>
|
287
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
288
|
+
clutter_text_buffer_set_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
289
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
290
|
+
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
|
291
|
+
<p>Sets the text in the buffer.</p>
|
292
|
+
<p>This is roughly equivalent to calling <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-delete-text" title="clutter_text_buffer_delete_text ()"><code class="function">clutter_text_buffer_delete_text()</code></a>
|
293
|
+
and <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-insert-text" title="clutter_text_buffer_insert_text ()"><code class="function">clutter_text_buffer_insert_text()</code></a>.</p>
|
294
|
+
<p>Note that <em class="parameter"><code>n_chars</code></em>
|
295
|
+
is in characters, not in bytes.</p>
|
296
|
+
<div class="refsect3">
|
297
|
+
<a name="id-1.7.2.13.9.4.7"></a><h4>Parameters</h4>
|
298
|
+
<div class="informaltable"><table width="100%" border="0">
|
336
299
|
<colgroup>
|
337
|
-
<col
|
338
|
-
<col>
|
300
|
+
<col width="150px" class="parameters_name">
|
301
|
+
<col class="parameters_description">
|
302
|
+
<col width="200px" class="parameters_annotations">
|
339
303
|
</colgroup>
|
340
304
|
<tbody>
|
341
305
|
<tr>
|
342
|
-
<td
|
343
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
344
|
-
</td>
|
306
|
+
<td class="parameter_name"><p>buffer</p></td>
|
307
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
308
|
+
<td class="parameter_annotations"> </td>
|
345
309
|
</tr>
|
346
310
|
<tr>
|
347
|
-
<td
|
348
|
-
<td>
|
311
|
+
<td class="parameter_name"><p>chars</p></td>
|
312
|
+
<td class="parameter_description"><p>the new text</p></td>
|
313
|
+
<td class="parameter_annotations"> </td>
|
314
|
+
</tr>
|
315
|
+
<tr>
|
316
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
317
|
+
<td class="parameter_description"><p>the number of characters in <em class="parameter"><code>text</code></em>
|
318
|
+
, or -1</p></td>
|
319
|
+
<td class="parameter_annotations"> </td>
|
349
320
|
</tr>
|
350
321
|
</tbody>
|
351
322
|
</table></div>
|
323
|
+
</div>
|
352
324
|
<p class="since">Since 1.10</p>
|
353
325
|
</div>
|
354
326
|
<hr>
|
355
327
|
<div class="refsect2">
|
356
|
-
<a name="clutter-text-buffer-get-
|
357
|
-
<pre class="programlisting"
|
358
|
-
<
|
359
|
-
Retrieves the
|
360
|
-
|
361
|
-
|
328
|
+
<a name="clutter-text-buffer-get-text"></a><h3>clutter_text_buffer_get_text ()</h3>
|
329
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
330
|
+
clutter_text_buffer_get_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);</pre>
|
331
|
+
<p>Retrieves the contents of the buffer.</p>
|
332
|
+
<p>The memory pointer returned by this call will not change
|
333
|
+
unless this object emits a signal, or is finalized.</p>
|
334
|
+
<div class="refsect3">
|
335
|
+
<a name="id-1.7.2.13.9.5.6"></a><h4>Parameters</h4>
|
336
|
+
<div class="informaltable"><table width="100%" border="0">
|
362
337
|
<colgroup>
|
363
|
-
<col
|
364
|
-
<col>
|
338
|
+
<col width="150px" class="parameters_name">
|
339
|
+
<col class="parameters_description">
|
340
|
+
<col width="200px" class="parameters_annotations">
|
365
341
|
</colgroup>
|
366
|
-
<tbody>
|
367
|
-
<
|
368
|
-
<td><p
|
369
|
-
<td
|
370
|
-
</
|
371
|
-
</
|
372
|
-
|
373
|
-
<
|
374
|
-
<
|
375
|
-
|
376
|
-
|
342
|
+
<tbody><tr>
|
343
|
+
<td class="parameter_name"><p>buffer</p></td>
|
344
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
345
|
+
<td class="parameter_annotations"> </td>
|
346
|
+
</tr></tbody>
|
347
|
+
</table></div>
|
348
|
+
</div>
|
349
|
+
<div class="refsect3">
|
350
|
+
<a name="id-1.7.2.13.9.5.7"></a><h4>Returns</h4>
|
351
|
+
<p> a pointer to the contents of the widget as a
|
352
|
+
string. This string points to internally allocated
|
353
|
+
storage in the buffer and must not be freed, modified or
|
354
|
+
stored.</p>
|
355
|
+
<p></p>
|
356
|
+
</div>
|
357
|
+
<p class="since">Since 1.10</p>
|
358
|
+
</div>
|
359
|
+
<hr>
|
360
|
+
<div class="refsect2">
|
361
|
+
<a name="clutter-text-buffer-get-bytes"></a><h3>clutter_text_buffer_get_bytes ()</h3>
|
362
|
+
<pre class="programlisting"><span class="returnvalue">gsize</span>
|
363
|
+
clutter_text_buffer_get_bytes (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);</pre>
|
364
|
+
<p>Retrieves the length in bytes of the buffer.
|
365
|
+
See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-get-length" title="clutter_text_buffer_get_length ()"><code class="function">clutter_text_buffer_get_length()</code></a>.</p>
|
366
|
+
<div class="refsect3">
|
367
|
+
<a name="id-1.7.2.13.9.6.5"></a><h4>Parameters</h4>
|
368
|
+
<div class="informaltable"><table width="100%" border="0">
|
369
|
+
<colgroup>
|
370
|
+
<col width="150px" class="parameters_name">
|
371
|
+
<col class="parameters_description">
|
372
|
+
<col width="200px" class="parameters_annotations">
|
373
|
+
</colgroup>
|
374
|
+
<tbody><tr>
|
375
|
+
<td class="parameter_name"><p>buffer</p></td>
|
376
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
377
|
+
<td class="parameter_annotations"> </td>
|
378
|
+
</tr></tbody>
|
377
379
|
</table></div>
|
380
|
+
</div>
|
381
|
+
<div class="refsect3">
|
382
|
+
<a name="id-1.7.2.13.9.6.6"></a><h4>Returns</h4>
|
383
|
+
<p> The byte length of the buffer.</p>
|
384
|
+
<p></p>
|
385
|
+
</div>
|
378
386
|
<p class="since">Since 1.10</p>
|
379
387
|
</div>
|
380
388
|
<hr>
|
381
389
|
<div class="refsect2">
|
382
|
-
<a name="clutter-text-buffer-
|
383
|
-
<pre class="programlisting"><span class="returnvalue">
|
384
|
-
|
385
|
-
<p>
|
386
|
-
|
390
|
+
<a name="clutter-text-buffer-get-length"></a><h3>clutter_text_buffer_get_length ()</h3>
|
391
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
392
|
+
clutter_text_buffer_get_length (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);</pre>
|
393
|
+
<p>Retrieves the length in characters of the buffer.</p>
|
394
|
+
<div class="refsect3">
|
395
|
+
<a name="id-1.7.2.13.9.7.5"></a><h4>Parameters</h4>
|
396
|
+
<div class="informaltable"><table width="100%" border="0">
|
397
|
+
<colgroup>
|
398
|
+
<col width="150px" class="parameters_name">
|
399
|
+
<col class="parameters_description">
|
400
|
+
<col width="200px" class="parameters_annotations">
|
401
|
+
</colgroup>
|
402
|
+
<tbody><tr>
|
403
|
+
<td class="parameter_name"><p>buffer</p></td>
|
404
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
405
|
+
<td class="parameter_annotations"> </td>
|
406
|
+
</tr></tbody>
|
407
|
+
</table></div>
|
408
|
+
</div>
|
409
|
+
<div class="refsect3">
|
410
|
+
<a name="id-1.7.2.13.9.7.6"></a><h4>Returns</h4>
|
411
|
+
<p> The number of characters in the buffer.</p>
|
412
|
+
<p></p>
|
413
|
+
</div>
|
414
|
+
<p class="since">Since 1.10</p>
|
415
|
+
</div>
|
416
|
+
<hr>
|
417
|
+
<div class="refsect2">
|
418
|
+
<a name="clutter-text-buffer-set-max-length"></a><h3>clutter_text_buffer_set_max_length ()</h3>
|
419
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
420
|
+
clutter_text_buffer_set_max_length (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
421
|
+
<em class="parameter"><code><span class="type">gint</span> max_length</code></em>);</pre>
|
422
|
+
<p>Sets the maximum allowed length of the contents of the buffer. If
|
387
423
|
the current contents are longer than the given length, then they
|
388
|
-
will be truncated to fit
|
389
|
-
|
390
|
-
<
|
424
|
+
will be truncated to fit.</p>
|
425
|
+
<div class="refsect3">
|
426
|
+
<a name="id-1.7.2.13.9.8.5"></a><h4>Parameters</h4>
|
427
|
+
<div class="informaltable"><table width="100%" border="0">
|
391
428
|
<colgroup>
|
392
|
-
<col
|
393
|
-
<col>
|
429
|
+
<col width="150px" class="parameters_name">
|
430
|
+
<col class="parameters_description">
|
431
|
+
<col width="200px" class="parameters_annotations">
|
394
432
|
</colgroup>
|
395
433
|
<tbody>
|
396
434
|
<tr>
|
397
|
-
<td
|
398
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
399
|
-
</td>
|
435
|
+
<td class="parameter_name"><p>buffer</p></td>
|
436
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
437
|
+
<td class="parameter_annotations"> </td>
|
400
438
|
</tr>
|
401
439
|
<tr>
|
402
|
-
<td
|
403
|
-
<td>the maximum length of the entry buffer, or 0 for no maximum.
|
440
|
+
<td class="parameter_name"><p>max_length</p></td>
|
441
|
+
<td class="parameter_description"><p>the maximum length of the entry buffer, or 0 for no maximum.
|
404
442
|
(other than the maximum length of entries.) The value passed in will
|
405
|
-
be clamped to the range [ 0, <a class="link" href="ClutterTextBuffer.html#CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS" title="CLUTTER_TEXT_BUFFER_MAX_SIZE"><code class="literal">CLUTTER_TEXT_BUFFER_MAX_SIZE</code></a> ].</td>
|
443
|
+
be clamped to the range [ 0, <a class="link" href="ClutterTextBuffer.html#CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS" title="CLUTTER_TEXT_BUFFER_MAX_SIZE"><code class="literal">CLUTTER_TEXT_BUFFER_MAX_SIZE</code></a> ].</p></td>
|
444
|
+
<td class="parameter_annotations"> </td>
|
406
445
|
</tr>
|
407
446
|
</tbody>
|
408
447
|
</table></div>
|
448
|
+
</div>
|
449
|
+
<p class="since">Since 1.10</p>
|
450
|
+
</div>
|
451
|
+
<hr>
|
452
|
+
<div class="refsect2">
|
453
|
+
<a name="clutter-text-buffer-get-max-length"></a><h3>clutter_text_buffer_get_max_length ()</h3>
|
454
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
455
|
+
clutter_text_buffer_get_max_length (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>);</pre>
|
456
|
+
<p>Retrieves the maximum allowed length of the text in
|
457
|
+
<em class="parameter"><code>buffer</code></em>
|
458
|
+
. See <a class="link" href="ClutterTextBuffer.html#clutter-text-buffer-set-max-length" title="clutter_text_buffer_set_max_length ()"><code class="function">clutter_text_buffer_set_max_length()</code></a>.</p>
|
459
|
+
<div class="refsect3">
|
460
|
+
<a name="id-1.7.2.13.9.9.5"></a><h4>Parameters</h4>
|
461
|
+
<div class="informaltable"><table width="100%" border="0">
|
462
|
+
<colgroup>
|
463
|
+
<col width="150px" class="parameters_name">
|
464
|
+
<col class="parameters_description">
|
465
|
+
<col width="200px" class="parameters_annotations">
|
466
|
+
</colgroup>
|
467
|
+
<tbody><tr>
|
468
|
+
<td class="parameter_name"><p>buffer</p></td>
|
469
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
470
|
+
<td class="parameter_annotations"> </td>
|
471
|
+
</tr></tbody>
|
472
|
+
</table></div>
|
473
|
+
</div>
|
474
|
+
<div class="refsect3">
|
475
|
+
<a name="id-1.7.2.13.9.9.6"></a><h4>Returns</h4>
|
476
|
+
<p> the maximum allowed number of characters
|
477
|
+
in <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>, or 0 if there is no maximum.</p>
|
478
|
+
<p></p>
|
479
|
+
</div>
|
409
480
|
<p class="since">Since 1.10</p>
|
410
481
|
</div>
|
411
482
|
<hr>
|
412
483
|
<div class="refsect2">
|
413
|
-
<a name="clutter-text-buffer-
|
414
|
-
<pre class="programlisting"><span class="returnvalue">
|
415
|
-
<
|
416
|
-
|
417
|
-
<em class="parameter"><code>
|
418
|
-
</
|
419
|
-
<
|
484
|
+
<a name="clutter-text-buffer-insert-text"></a><h3>clutter_text_buffer_insert_text ()</h3>
|
485
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
486
|
+
clutter_text_buffer_insert_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
487
|
+
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
488
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
489
|
+
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
|
490
|
+
<p>Inserts <em class="parameter"><code>n_chars</code></em>
|
491
|
+
characters of <em class="parameter"><code>chars</code></em>
|
492
|
+
into the contents of the
|
493
|
+
buffer, at position <em class="parameter"><code>position</code></em>
|
494
|
+
.</p>
|
495
|
+
<p>If <em class="parameter"><code>n_chars</code></em>
|
496
|
+
is negative, then characters from chars will be inserted
|
497
|
+
until a null-terminator is found. If <em class="parameter"><code>position</code></em>
|
498
|
+
or <em class="parameter"><code>n_chars</code></em>
|
499
|
+
are out of
|
500
|
+
bounds, or the maximum buffer text length is exceeded, then they are
|
501
|
+
coerced to sane values.</p>
|
502
|
+
<p>Note that the position and length are in characters, not in bytes.</p>
|
503
|
+
<div class="refsect3">
|
504
|
+
<a name="id-1.7.2.13.9.10.7"></a><h4>Parameters</h4>
|
505
|
+
<div class="informaltable"><table width="100%" border="0">
|
420
506
|
<colgroup>
|
421
|
-
<col
|
422
|
-
<col>
|
507
|
+
<col width="150px" class="parameters_name">
|
508
|
+
<col class="parameters_description">
|
509
|
+
<col width="200px" class="parameters_annotations">
|
423
510
|
</colgroup>
|
424
511
|
<tbody>
|
425
512
|
<tr>
|
426
|
-
<td
|
427
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
428
|
-
</td>
|
513
|
+
<td class="parameter_name"><p>buffer</p></td>
|
514
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
515
|
+
<td class="parameter_annotations"> </td>
|
516
|
+
</tr>
|
517
|
+
<tr>
|
518
|
+
<td class="parameter_name"><p>position</p></td>
|
519
|
+
<td class="parameter_description"><p>the position at which to insert text.</p></td>
|
520
|
+
<td class="parameter_annotations"> </td>
|
429
521
|
</tr>
|
430
522
|
<tr>
|
431
|
-
<td
|
432
|
-
<td>the
|
433
|
-
|
523
|
+
<td class="parameter_name"><p>chars</p></td>
|
524
|
+
<td class="parameter_description"><p>the text to insert into the buffer.</p></td>
|
525
|
+
<td class="parameter_annotations"> </td>
|
526
|
+
</tr>
|
527
|
+
<tr>
|
528
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
529
|
+
<td class="parameter_description"><p>the length of the text in characters, or -1</p></td>
|
530
|
+
<td class="parameter_annotations"> </td>
|
434
531
|
</tr>
|
435
532
|
</tbody>
|
436
533
|
</table></div>
|
534
|
+
</div>
|
535
|
+
<div class="refsect3">
|
536
|
+
<a name="id-1.7.2.13.9.10.8"></a><h4>Returns</h4>
|
537
|
+
<p> The number of characters actually inserted.</p>
|
538
|
+
<p></p>
|
539
|
+
</div>
|
437
540
|
<p class="since">Since 1.10</p>
|
438
541
|
</div>
|
439
542
|
<hr>
|
440
543
|
<div class="refsect2">
|
441
|
-
<a name="clutter-text-buffer-
|
442
|
-
<pre class="programlisting"><span class="returnvalue">guint</span>
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
<p>
|
447
|
-
|
448
|
-
|
449
|
-
</
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
coerced to sane
|
455
|
-
|
456
|
-
<p>
|
457
|
-
|
458
|
-
</
|
459
|
-
<div class="
|
544
|
+
<a name="clutter-text-buffer-delete-text"></a><h3>clutter_text_buffer_delete_text ()</h3>
|
545
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
546
|
+
clutter_text_buffer_delete_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
547
|
+
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
548
|
+
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);</pre>
|
549
|
+
<p>Deletes a sequence of characters from the buffer. <em class="parameter"><code>n_chars</code></em>
|
550
|
+
characters are
|
551
|
+
deleted starting at <em class="parameter"><code>position</code></em>
|
552
|
+
. If <em class="parameter"><code>n_chars</code></em>
|
553
|
+
is negative, then all characters
|
554
|
+
until the end of the text are deleted.</p>
|
555
|
+
<p>If <em class="parameter"><code>position</code></em>
|
556
|
+
or <em class="parameter"><code>n_chars</code></em>
|
557
|
+
are out of bounds, then they are coerced to sane
|
558
|
+
values.</p>
|
559
|
+
<p>Note that the positions are specified in characters, not bytes.</p>
|
560
|
+
<div class="refsect3">
|
561
|
+
<a name="id-1.7.2.13.9.11.7"></a><h4>Parameters</h4>
|
562
|
+
<div class="informaltable"><table width="100%" border="0">
|
460
563
|
<colgroup>
|
461
|
-
<col
|
462
|
-
<col>
|
564
|
+
<col width="150px" class="parameters_name">
|
565
|
+
<col class="parameters_description">
|
566
|
+
<col width="200px" class="parameters_annotations">
|
463
567
|
</colgroup>
|
464
568
|
<tbody>
|
465
569
|
<tr>
|
466
|
-
<td
|
467
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
468
|
-
</td>
|
570
|
+
<td class="parameter_name"><p>buffer</p></td>
|
571
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
572
|
+
<td class="parameter_annotations"> </td>
|
469
573
|
</tr>
|
470
574
|
<tr>
|
471
|
-
<td
|
472
|
-
<td>
|
575
|
+
<td class="parameter_name"><p>position</p></td>
|
576
|
+
<td class="parameter_description"><p>position at which to delete text</p></td>
|
577
|
+
<td class="parameter_annotations"> </td>
|
473
578
|
</tr>
|
474
579
|
<tr>
|
475
|
-
<td
|
476
|
-
<td>
|
477
|
-
</
|
478
|
-
<tr>
|
479
|
-
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
480
|
-
<td>the length of the text in characters, or -1</td>
|
481
|
-
</tr>
|
482
|
-
<tr>
|
483
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
484
|
-
<td>The number of characters actually inserted.</td>
|
580
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
581
|
+
<td class="parameter_description"><p>number of characters to delete</p></td>
|
582
|
+
<td class="parameter_annotations"> </td>
|
485
583
|
</tr>
|
486
584
|
</tbody>
|
487
585
|
</table></div>
|
586
|
+
</div>
|
587
|
+
<div class="refsect3">
|
588
|
+
<a name="id-1.7.2.13.9.11.8"></a><h4>Returns</h4>
|
589
|
+
<p> The number of characters deleted.</p>
|
590
|
+
<p></p>
|
591
|
+
</div>
|
488
592
|
<p class="since">Since 1.10</p>
|
489
593
|
</div>
|
490
594
|
<hr>
|
491
595
|
<div class="refsect2">
|
492
|
-
<a name="clutter-text-buffer-
|
493
|
-
<pre class="programlisting"><span class="returnvalue">
|
494
|
-
|
495
|
-
|
496
|
-
<
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
<p>
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
<p>
|
506
|
-
Note that the positions are specified in characters, not bytes.
|
507
|
-
</p>
|
508
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
596
|
+
<a name="clutter-text-buffer-emit-inserted-text"></a><h3>clutter_text_buffer_emit_inserted_text ()</h3>
|
597
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
598
|
+
clutter_text_buffer_emit_inserted_text
|
599
|
+
(<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
600
|
+
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
601
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *chars</code></em>,
|
602
|
+
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);</pre>
|
603
|
+
<p>Emits the <a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-inserted-text" title="The “inserted-text” signal"><span class="type">“inserted-text”</span></a> signal on <em class="parameter"><code>buffer</code></em>
|
604
|
+
.</p>
|
605
|
+
<p>Used when subclassing <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p>
|
606
|
+
<div class="refsect3">
|
607
|
+
<a name="id-1.7.2.13.9.12.6"></a><h4>Parameters</h4>
|
608
|
+
<div class="informaltable"><table width="100%" border="0">
|
509
609
|
<colgroup>
|
510
|
-
<col
|
511
|
-
<col>
|
610
|
+
<col width="150px" class="parameters_name">
|
611
|
+
<col class="parameters_description">
|
612
|
+
<col width="200px" class="parameters_annotations">
|
512
613
|
</colgroup>
|
513
614
|
<tbody>
|
514
615
|
<tr>
|
515
|
-
<td
|
516
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
517
|
-
</td>
|
616
|
+
<td class="parameter_name"><p>buffer</p></td>
|
617
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
618
|
+
<td class="parameter_annotations"> </td>
|
518
619
|
</tr>
|
519
620
|
<tr>
|
520
|
-
<td
|
521
|
-
<td>position at which
|
621
|
+
<td class="parameter_name"><p>position</p></td>
|
622
|
+
<td class="parameter_description"><p>position at which text was inserted</p></td>
|
623
|
+
<td class="parameter_annotations"> </td>
|
522
624
|
</tr>
|
523
625
|
<tr>
|
524
|
-
<td
|
525
|
-
<td>
|
626
|
+
<td class="parameter_name"><p>chars</p></td>
|
627
|
+
<td class="parameter_description"><p>text that was inserted</p></td>
|
628
|
+
<td class="parameter_annotations"> </td>
|
526
629
|
</tr>
|
527
630
|
<tr>
|
528
|
-
<td
|
529
|
-
<td>
|
631
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
632
|
+
<td class="parameter_description"><p>number of characters inserted</p></td>
|
633
|
+
<td class="parameter_annotations"> </td>
|
530
634
|
</tr>
|
531
635
|
</tbody>
|
532
636
|
</table></div>
|
637
|
+
</div>
|
533
638
|
<p class="since">Since 1.10</p>
|
534
639
|
</div>
|
535
640
|
<hr>
|
536
641
|
<div class="refsect2">
|
537
|
-
<a name="clutter-text-buffer-emit-
|
538
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
<
|
547
|
-
|
548
|
-
</p>
|
549
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
642
|
+
<a name="clutter-text-buffer-emit-deleted-text"></a><h3>clutter_text_buffer_emit_deleted_text ()</h3>
|
643
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
644
|
+
clutter_text_buffer_emit_deleted_text (<em class="parameter"><code><a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer</code></em>,
|
645
|
+
<em class="parameter"><code><span class="type">guint</span> position</code></em>,
|
646
|
+
<em class="parameter"><code><span class="type">guint</span> n_chars</code></em>);</pre>
|
647
|
+
<p>Emits the <a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-deleted-text" title="The “deleted-text” signal"><span class="type">“deleted-text”</span></a> signal on <em class="parameter"><code>buffer</code></em>
|
648
|
+
.</p>
|
649
|
+
<p>Used when subclassing <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p>
|
650
|
+
<div class="refsect3">
|
651
|
+
<a name="id-1.7.2.13.9.13.6"></a><h4>Parameters</h4>
|
652
|
+
<div class="informaltable"><table width="100%" border="0">
|
550
653
|
<colgroup>
|
551
|
-
<col
|
552
|
-
<col>
|
654
|
+
<col width="150px" class="parameters_name">
|
655
|
+
<col class="parameters_description">
|
656
|
+
<col width="200px" class="parameters_annotations">
|
553
657
|
</colgroup>
|
554
658
|
<tbody>
|
555
659
|
<tr>
|
556
|
-
<td
|
557
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
558
|
-
</td>
|
559
|
-
</tr>
|
560
|
-
<tr>
|
561
|
-
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
562
|
-
<td>position at which text was inserted</td>
|
660
|
+
<td class="parameter_name"><p>buffer</p></td>
|
661
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
662
|
+
<td class="parameter_annotations"> </td>
|
563
663
|
</tr>
|
564
664
|
<tr>
|
565
|
-
<td
|
566
|
-
<td>text
|
665
|
+
<td class="parameter_name"><p>position</p></td>
|
666
|
+
<td class="parameter_description"><p>position at which text was deleted</p></td>
|
667
|
+
<td class="parameter_annotations"> </td>
|
567
668
|
</tr>
|
568
669
|
<tr>
|
569
|
-
<td
|
570
|
-
<td>number of characters
|
670
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
671
|
+
<td class="parameter_description"><p>number of characters deleted</p></td>
|
672
|
+
<td class="parameter_annotations"> </td>
|
571
673
|
</tr>
|
572
674
|
</tbody>
|
573
675
|
</table></div>
|
676
|
+
</div>
|
677
|
+
<p class="since">Since 1.10</p>
|
678
|
+
</div>
|
679
|
+
</div>
|
680
|
+
<div class="refsect1">
|
681
|
+
<a name="ClutterTextBuffer.other_details"></a><h2>Types and Values</h2>
|
682
|
+
<div class="refsect2">
|
683
|
+
<a name="CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS"></a><h3>CLUTTER_TEXT_BUFFER_MAX_SIZE</h3>
|
684
|
+
<pre class="programlisting">#define CLUTTER_TEXT_BUFFER_MAX_SIZE G_MAXUSHORT
|
685
|
+
</pre>
|
686
|
+
<p>Maximum size of text buffer, in bytes.</p>
|
574
687
|
<p class="since">Since 1.10</p>
|
575
688
|
</div>
|
576
689
|
<hr>
|
577
690
|
<div class="refsect2">
|
578
|
-
<a name="
|
579
|
-
<pre class="programlisting"
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
<
|
587
|
-
|
588
|
-
|
589
|
-
|
691
|
+
<a name="ClutterTextBuffer-struct"></a><h3>struct ClutterTextBuffer</h3>
|
692
|
+
<pre class="programlisting">struct ClutterTextBuffer;</pre>
|
693
|
+
<p>The <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> structure contains private
|
694
|
+
data and it should only be accessed using the provided API.</p>
|
695
|
+
<p class="since">Since 1.10</p>
|
696
|
+
</div>
|
697
|
+
<hr>
|
698
|
+
<div class="refsect2">
|
699
|
+
<a name="ClutterTextBufferClass"></a><h3>struct ClutterTextBufferClass</h3>
|
700
|
+
<pre class="programlisting">struct ClutterTextBufferClass {
|
701
|
+
/* Signals */
|
702
|
+
void (*inserted_text) (ClutterTextBuffer *buffer,
|
703
|
+
guint position,
|
704
|
+
const gchar *chars,
|
705
|
+
guint n_chars);
|
706
|
+
|
707
|
+
void (*deleted_text) (ClutterTextBuffer *buffer,
|
708
|
+
guint position,
|
709
|
+
guint n_chars);
|
710
|
+
|
711
|
+
/* Virtual Methods */
|
712
|
+
const gchar* (*get_text) (ClutterTextBuffer *buffer,
|
713
|
+
gsize *n_bytes);
|
714
|
+
|
715
|
+
guint (*get_length) (ClutterTextBuffer *buffer);
|
716
|
+
|
717
|
+
guint (*insert_text) (ClutterTextBuffer *buffer,
|
718
|
+
guint position,
|
719
|
+
const gchar *chars,
|
720
|
+
guint n_chars);
|
721
|
+
|
722
|
+
guint (*delete_text) (ClutterTextBuffer *buffer,
|
723
|
+
guint position,
|
724
|
+
guint n_chars);
|
725
|
+
};
|
726
|
+
</pre>
|
727
|
+
<p>The <a class="link" href="ClutterTextBuffer.html#ClutterTextBufferClass" title="struct ClutterTextBufferClass"><span class="type">ClutterTextBufferClass</span></a> structure contains
|
728
|
+
only private data.</p>
|
729
|
+
<div class="refsect3">
|
730
|
+
<a name="id-1.7.2.13.10.4.5"></a><h4>Members</h4>
|
731
|
+
<div class="informaltable"><table width="100%" border="0">
|
590
732
|
<colgroup>
|
591
|
-
<col
|
592
|
-
<col>
|
733
|
+
<col width="300px" class="struct_members_name">
|
734
|
+
<col class="struct_members_description">
|
735
|
+
<col width="200px" class="struct_members_annotations">
|
593
736
|
</colgroup>
|
594
737
|
<tbody>
|
595
738
|
<tr>
|
596
|
-
<td
|
597
|
-
<td>
|
598
|
-
</td>
|
739
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.inserted-text"></a>inserted_text</code></em> ()</p></td>
|
740
|
+
<td class="struct_member_description"><p>default handler for the <a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-inserted-text" title="The “inserted-text” signal"><span class="type">“inserted-text”</span></a> signal</p></td>
|
741
|
+
<td class="struct_member_annotations"> </td>
|
742
|
+
</tr>
|
743
|
+
<tr>
|
744
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.deleted-text"></a>deleted_text</code></em> ()</p></td>
|
745
|
+
<td class="struct_member_description"><p>default hanlder for the <a class="link" href="ClutterTextBuffer.html#ClutterTextBuffer-deleted-text" title="The “deleted-text” signal"><span class="type">“deleted-text”</span></a> signal</p></td>
|
746
|
+
<td class="struct_member_annotations"> </td>
|
599
747
|
</tr>
|
600
748
|
<tr>
|
601
|
-
<td
|
602
|
-
<td>
|
749
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.get-text"></a>get_text</code></em> ()</p></td>
|
750
|
+
<td class="struct_member_description"><p>virtual function</p></td>
|
751
|
+
<td class="struct_member_annotations"> </td>
|
603
752
|
</tr>
|
604
753
|
<tr>
|
605
|
-
<td
|
606
|
-
<td>
|
754
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.get-length"></a>get_length</code></em> ()</p></td>
|
755
|
+
<td class="struct_member_description"><p>virtual function</p></td>
|
756
|
+
<td class="struct_member_annotations"> </td>
|
757
|
+
</tr>
|
758
|
+
<tr>
|
759
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.insert-text"></a>insert_text</code></em> ()</p></td>
|
760
|
+
<td class="struct_member_description"><p>virtual function</p></td>
|
761
|
+
<td class="struct_member_annotations"> </td>
|
762
|
+
</tr>
|
763
|
+
<tr>
|
764
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="ClutterTextBufferClass.delete-text"></a>delete_text</code></em> ()</p></td>
|
765
|
+
<td class="struct_member_description"><p>virtual function</p></td>
|
766
|
+
<td class="struct_member_annotations"> </td>
|
607
767
|
</tr>
|
608
768
|
</tbody>
|
609
769
|
</table></div>
|
770
|
+
</div>
|
610
771
|
<p class="since">Since 1.10</p>
|
611
772
|
</div>
|
612
773
|
</div>
|
613
774
|
<div class="refsect1">
|
614
775
|
<a name="ClutterTextBuffer.property-details"></a><h2>Property Details</h2>
|
615
776
|
<div class="refsect2">
|
616
|
-
<a name="ClutterTextBuffer--length"></a><h3>The <code class="literal"
|
617
|
-
<pre class="programlisting">
|
618
|
-
<p>
|
619
|
-
|
620
|
-
</p>
|
777
|
+
<a name="ClutterTextBuffer--length"></a><h3>The <code class="literal">“length”</code> property</h3>
|
778
|
+
<pre class="programlisting"> “length” <span class="type">guint</span></pre>
|
779
|
+
<p>The length (in characters) of the text in buffer.</p>
|
780
|
+
<p>Flags: Read</p>
|
621
781
|
<p>Allowed values: <= 65535</p>
|
622
782
|
<p>Default value: 0</p>
|
623
783
|
<p class="since">Since 1.10</p>
|
624
784
|
</div>
|
625
785
|
<hr>
|
626
786
|
<div class="refsect2">
|
627
|
-
<a name="ClutterTextBuffer--max-length"></a><h3>The <code class="literal"
|
628
|
-
<pre class="programlisting">
|
629
|
-
<p>
|
630
|
-
|
631
|
-
</p>
|
787
|
+
<a name="ClutterTextBuffer--max-length"></a><h3>The <code class="literal">“max-length”</code> property</h3>
|
788
|
+
<pre class="programlisting"> “max-length” <span class="type">gint</span></pre>
|
789
|
+
<p>The maximum length (in characters) of the text in the buffer.</p>
|
790
|
+
<p>Flags: Read / Write</p>
|
632
791
|
<p>Allowed values: [0,65535]</p>
|
633
792
|
<p>Default value: 0</p>
|
634
793
|
<p class="since">Since 1.10</p>
|
635
794
|
</div>
|
636
795
|
<hr>
|
637
796
|
<div class="refsect2">
|
638
|
-
<a name="ClutterTextBuffer--text"></a><h3>The <code class="literal"
|
639
|
-
<pre class="programlisting">
|
640
|
-
<p>
|
641
|
-
|
642
|
-
</p>
|
797
|
+
<a name="ClutterTextBuffer--text"></a><h3>The <code class="literal">“text”</code> property</h3>
|
798
|
+
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
|
799
|
+
<p>The contents of the buffer.</p>
|
800
|
+
<p>Flags: Read</p>
|
643
801
|
<p>Default value: ""</p>
|
644
802
|
<p class="since">Since 1.10</p>
|
645
803
|
</div>
|
@@ -647,87 +805,102 @@ The contents of the buffer.
|
|
647
805
|
<div class="refsect1">
|
648
806
|
<a name="ClutterTextBuffer.signal-details"></a><h2>Signal Details</h2>
|
649
807
|
<div class="refsect2">
|
650
|
-
<a name="ClutterTextBuffer-deleted-text"></a><h3>The <code class="literal"
|
651
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
<
|
656
|
-
This signal is emitted after text is deleted from the buffer
|
657
|
-
|
658
|
-
<
|
808
|
+
<a name="ClutterTextBuffer-deleted-text"></a><h3>The <code class="literal">“deleted-text”</code> signal</h3>
|
809
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
810
|
+
user_function (<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer,
|
811
|
+
<span class="type">guint</span> position,
|
812
|
+
<span class="type">guint</span> n_chars,
|
813
|
+
<span class="type">gpointer</span> user_data)</pre>
|
814
|
+
<p>This signal is emitted after text is deleted from the buffer.</p>
|
815
|
+
<div class="refsect3">
|
816
|
+
<a name="id-1.7.2.13.12.2.5"></a><h4>Parameters</h4>
|
817
|
+
<div class="informaltable"><table width="100%" border="0">
|
659
818
|
<colgroup>
|
660
|
-
<col
|
661
|
-
<col>
|
819
|
+
<col width="150px" class="parameters_name">
|
820
|
+
<col class="parameters_description">
|
821
|
+
<col width="200px" class="parameters_annotations">
|
662
822
|
</colgroup>
|
663
823
|
<tbody>
|
664
824
|
<tr>
|
665
|
-
<td
|
666
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
667
|
-
</td>
|
825
|
+
<td class="parameter_name"><p>buffer</p></td>
|
826
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
827
|
+
<td class="parameter_annotations"> </td>
|
668
828
|
</tr>
|
669
829
|
<tr>
|
670
|
-
<td
|
671
|
-
<td>the position the text was deleted at.</td>
|
830
|
+
<td class="parameter_name"><p>position</p></td>
|
831
|
+
<td class="parameter_description"><p>the position the text was deleted at.</p></td>
|
832
|
+
<td class="parameter_annotations"> </td>
|
672
833
|
</tr>
|
673
834
|
<tr>
|
674
|
-
<td
|
675
|
-
<td>The number of characters that were deleted.</td>
|
835
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
836
|
+
<td class="parameter_description"><p>The number of characters that were deleted.</p></td>
|
837
|
+
<td class="parameter_annotations"> </td>
|
676
838
|
</tr>
|
677
839
|
<tr>
|
678
|
-
<td
|
679
|
-
<td>user data set when the signal handler was connected.</td>
|
840
|
+
<td class="parameter_name"><p>user_data</p></td>
|
841
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
842
|
+
<td class="parameter_annotations"> </td>
|
680
843
|
</tr>
|
681
844
|
</tbody>
|
682
845
|
</table></div>
|
846
|
+
</div>
|
847
|
+
<p>Flags: Run First</p>
|
683
848
|
<p class="since">Since 1.10</p>
|
684
849
|
</div>
|
685
850
|
<hr>
|
686
851
|
<div class="refsect2">
|
687
|
-
<a name="ClutterTextBuffer-inserted-text"></a><h3>The <code class="literal"
|
688
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
<
|
694
|
-
This signal is emitted after text is inserted into the buffer
|
695
|
-
|
696
|
-
<
|
852
|
+
<a name="ClutterTextBuffer-inserted-text"></a><h3>The <code class="literal">“inserted-text”</code> signal</h3>
|
853
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
854
|
+
user_function (<a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a> *buffer,
|
855
|
+
<span class="type">guint</span> position,
|
856
|
+
<span class="type">gchar</span> *chars,
|
857
|
+
<span class="type">guint</span> n_chars,
|
858
|
+
<span class="type">gpointer</span> user_data)</pre>
|
859
|
+
<p>This signal is emitted after text is inserted into the buffer.</p>
|
860
|
+
<div class="refsect3">
|
861
|
+
<a name="id-1.7.2.13.12.3.5"></a><h4>Parameters</h4>
|
862
|
+
<div class="informaltable"><table width="100%" border="0">
|
697
863
|
<colgroup>
|
698
|
-
<col
|
699
|
-
<col>
|
864
|
+
<col width="150px" class="parameters_name">
|
865
|
+
<col class="parameters_description">
|
866
|
+
<col width="200px" class="parameters_annotations">
|
700
867
|
</colgroup>
|
701
868
|
<tbody>
|
702
869
|
<tr>
|
703
|
-
<td
|
704
|
-
<td>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a>
|
705
|
-
</td>
|
870
|
+
<td class="parameter_name"><p>buffer</p></td>
|
871
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer"><span class="type">ClutterTextBuffer</span></a></p></td>
|
872
|
+
<td class="parameter_annotations"> </td>
|
706
873
|
</tr>
|
707
874
|
<tr>
|
708
|
-
<td
|
709
|
-
<td>the position the text was inserted at.</td>
|
875
|
+
<td class="parameter_name"><p>position</p></td>
|
876
|
+
<td class="parameter_description"><p>the position the text was inserted at.</p></td>
|
877
|
+
<td class="parameter_annotations"> </td>
|
710
878
|
</tr>
|
711
879
|
<tr>
|
712
|
-
<td
|
713
|
-
<td>The text that was inserted.</td>
|
880
|
+
<td class="parameter_name"><p>chars</p></td>
|
881
|
+
<td class="parameter_description"><p>The text that was inserted.</p></td>
|
882
|
+
<td class="parameter_annotations"> </td>
|
714
883
|
</tr>
|
715
884
|
<tr>
|
716
|
-
<td
|
717
|
-
<td>The number of characters that were inserted.</td>
|
885
|
+
<td class="parameter_name"><p>n_chars</p></td>
|
886
|
+
<td class="parameter_description"><p>The number of characters that were inserted.</p></td>
|
887
|
+
<td class="parameter_annotations"> </td>
|
718
888
|
</tr>
|
719
889
|
<tr>
|
720
|
-
<td
|
721
|
-
<td>user data set when the signal handler was connected.</td>
|
890
|
+
<td class="parameter_name"><p>user_data</p></td>
|
891
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
892
|
+
<td class="parameter_annotations"> </td>
|
722
893
|
</tr>
|
723
894
|
</tbody>
|
724
895
|
</table></div>
|
896
|
+
</div>
|
897
|
+
<p>Flags: Run First</p>
|
725
898
|
<p class="since">Since 1.10</p>
|
726
899
|
</div>
|
727
900
|
</div>
|
728
901
|
</div>
|
729
902
|
<div class="footer">
|
730
903
|
<hr>
|
731
|
-
Generated by GTK-Doc V1.
|
904
|
+
Generated by GTK-Doc V1.20.1</div>
|
732
905
|
</body>
|
733
906
|
</html>
|