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
@@ -13,7 +13,7 @@ and/or use gtk-doc annotations. -->
|
|
13
13
|
<c:include name="cogl-pango/cogl-pango.h"/>
|
14
14
|
<namespace name="CoglPango"
|
15
15
|
version="1.0"
|
16
|
-
shared-library="libcogl-
|
16
|
+
shared-library="libcogl-20.dll,libcogl-pango-20.dll"
|
17
17
|
c:identifier-prefixes="CoglPango"
|
18
18
|
c:symbol-prefixes="cogl_pango">
|
19
19
|
<alias name="FontMap" c:type="CoglPangoFontMap">
|
@@ -141,7 +141,8 @@ units high. (10 * 96. / 72. = 13.3).</doc>
|
|
141
141
|
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
142
142
|
</parameter>
|
143
143
|
<parameter name="dpi" transfer-ownership="none">
|
144
|
-
<doc xml:space="preserve">The resolution in "dots per inch". (Physical inches aren't
|
144
|
+
<doc xml:space="preserve">The resolution in "dots per inch". (Physical inches aren't
|
145
|
+
actually involved; the terminology is conventional.)</doc>
|
145
146
|
<type name="gdouble" c:type="double"/>
|
146
147
|
</parameter>
|
147
148
|
</parameters>
|
@@ -168,11 +169,12 @@ mipmapping when rendering a #PangoLayout.</doc>
|
|
168
169
|
<function name="render_layout"
|
169
170
|
c:identifier="cogl_pango_render_layout"
|
170
171
|
version="1.0"
|
171
|
-
deprecated="
|
172
|
+
deprecated="1"
|
172
173
|
deprecated-version="1.16">
|
173
174
|
<doc xml:space="preserve">Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
174
175
|
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
175
176
|
space.</doc>
|
177
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
176
178
|
<return-value transfer-ownership="none">
|
177
179
|
<type name="none" c:type="void"/>
|
178
180
|
</return-value>
|
@@ -201,9 +203,10 @@ space.</doc>
|
|
201
203
|
<function name="render_layout_line"
|
202
204
|
c:identifier="cogl_pango_render_layout_line"
|
203
205
|
version="1.0"
|
204
|
-
deprecated="
|
206
|
+
deprecated="1"
|
205
207
|
deprecated-version="1.16">
|
206
208
|
<doc xml:space="preserve">Renders @line at the given coordinates using the given color.</doc>
|
209
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
207
210
|
<return-value transfer-ownership="none">
|
208
211
|
<type name="none" c:type="void"/>
|
209
212
|
</return-value>
|
@@ -229,11 +232,12 @@ space.</doc>
|
|
229
232
|
<function name="render_layout_subpixel"
|
230
233
|
c:identifier="cogl_pango_render_layout_subpixel"
|
231
234
|
version="1.0"
|
232
|
-
deprecated="
|
235
|
+
deprecated="1"
|
233
236
|
deprecated-version="1.16">
|
234
237
|
<doc xml:space="preserve">Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
235
238
|
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
236
239
|
space.</doc>
|
240
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
237
241
|
<return-value transfer-ownership="none">
|
238
242
|
<type name="none" c:type="void"/>
|
239
243
|
</return-value>
|
@@ -0,0 +1,331 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!-- This file was automatically generated from C sources - DO NOT EDIT!
|
3
|
+
To affect the contents of this file, edit the original C definitions,
|
4
|
+
and/or use gtk-doc annotations. -->
|
5
|
+
<repository version="1.2"
|
6
|
+
xmlns="http://www.gtk.org/introspection/core/1.0"
|
7
|
+
xmlns:c="http://www.gtk.org/introspection/c/1.0"
|
8
|
+
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
|
9
|
+
<include name="Cogl" version="2.0"/>
|
10
|
+
<include name="Pango" version="1.0"/>
|
11
|
+
<include name="PangoCairo" version="1.0"/>
|
12
|
+
<package name="cogl-pango-2.0-experimental"/>
|
13
|
+
<c:include name="cogl-pango/cogl-pango.h"/>
|
14
|
+
<namespace name="CoglPango"
|
15
|
+
version="2.0"
|
16
|
+
shared-library="libcogl-20.dll,libcogl-pango-20.dll"
|
17
|
+
c:identifier-prefixes="CoglPango"
|
18
|
+
c:symbol-prefixes="cogl_pango">
|
19
|
+
<alias name="FontMap" c:type="CoglPangoFontMap">
|
20
|
+
<type name="PangoCairo.FontMap" c:type="PangoCairoFontMap"/>
|
21
|
+
</alias>
|
22
|
+
<class name="Renderer"
|
23
|
+
c:symbol-prefix="renderer"
|
24
|
+
c:type="CoglPangoRenderer"
|
25
|
+
parent="Pango.Renderer"
|
26
|
+
glib:type-name="CoglPangoRenderer"
|
27
|
+
glib:get-type="cogl_pango_renderer_get_type"
|
28
|
+
glib:type-struct="RendererClass">
|
29
|
+
<property name="context"
|
30
|
+
readable="0"
|
31
|
+
writable="1"
|
32
|
+
construct-only="1"
|
33
|
+
transfer-ownership="none">
|
34
|
+
<type name="gpointer" c:type="gpointer"/>
|
35
|
+
</property>
|
36
|
+
</class>
|
37
|
+
<record name="RendererClass"
|
38
|
+
c:type="CoglPangoRendererClass"
|
39
|
+
disguised="1"
|
40
|
+
glib:is-gtype-struct-for="Renderer">
|
41
|
+
</record>
|
42
|
+
<function name="ensure_glyph_cache_for_layout"
|
43
|
+
c:identifier="cogl_pango_ensure_glyph_cache_for_layout"
|
44
|
+
version="1.0">
|
45
|
+
<doc xml:space="preserve">This updates any internal glyph cache textures as necessary to be
|
46
|
+
able to render the given @layout.
|
47
|
+
|
48
|
+
This api should be used to avoid mid-scene modifications of
|
49
|
+
glyph-cache textures which can lead to undefined rendering results.</doc>
|
50
|
+
<return-value transfer-ownership="none">
|
51
|
+
<type name="none" c:type="void"/>
|
52
|
+
</return-value>
|
53
|
+
<parameters>
|
54
|
+
<parameter name="layout" transfer-ownership="none">
|
55
|
+
<doc xml:space="preserve">A #PangoLayout</doc>
|
56
|
+
<type name="Pango.Layout" c:type="PangoLayout*"/>
|
57
|
+
</parameter>
|
58
|
+
</parameters>
|
59
|
+
</function>
|
60
|
+
<function name="font_map_clear_glyph_cache"
|
61
|
+
c:identifier="cogl_pango_font_map_clear_glyph_cache"
|
62
|
+
version="1.0">
|
63
|
+
<doc xml:space="preserve">Clears the glyph cache for @font_map.</doc>
|
64
|
+
<return-value transfer-ownership="none">
|
65
|
+
<type name="none" c:type="void"/>
|
66
|
+
</return-value>
|
67
|
+
<parameters>
|
68
|
+
<parameter name="font_map" transfer-ownership="none">
|
69
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
70
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
71
|
+
</parameter>
|
72
|
+
</parameters>
|
73
|
+
</function>
|
74
|
+
<function name="font_map_create_context"
|
75
|
+
c:identifier="cogl_pango_font_map_create_context">
|
76
|
+
<doc xml:space="preserve">Create a #PangoContext for the given @font_map.</doc>
|
77
|
+
<return-value transfer-ownership="full">
|
78
|
+
<doc xml:space="preserve">the newly created context: free with g_object_unref().</doc>
|
79
|
+
<type name="Pango.Context" c:type="PangoContext*"/>
|
80
|
+
</return-value>
|
81
|
+
<parameters>
|
82
|
+
<parameter name="font_map" transfer-ownership="none">
|
83
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
84
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
85
|
+
</parameter>
|
86
|
+
</parameters>
|
87
|
+
</function>
|
88
|
+
<function name="font_map_get_renderer"
|
89
|
+
c:identifier="cogl_pango_font_map_get_renderer"
|
90
|
+
version="1.0">
|
91
|
+
<doc xml:space="preserve">Retrieves the #CoglPangoRenderer for the passed @font_map.</doc>
|
92
|
+
<return-value transfer-ownership="none">
|
93
|
+
<doc xml:space="preserve">a #PangoRenderer</doc>
|
94
|
+
<type name="Pango.Renderer" c:type="PangoRenderer*"/>
|
95
|
+
</return-value>
|
96
|
+
<parameters>
|
97
|
+
<parameter name="font_map" transfer-ownership="none">
|
98
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
99
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
100
|
+
</parameter>
|
101
|
+
</parameters>
|
102
|
+
</function>
|
103
|
+
<function name="font_map_get_use_mipmapping"
|
104
|
+
c:identifier="cogl_pango_font_map_get_use_mipmapping"
|
105
|
+
version="1.0">
|
106
|
+
<doc xml:space="preserve">Retrieves whether the #CoglPangoRenderer used by @font_map will use
|
107
|
+
mipmapping when rendering the glyphs.</doc>
|
108
|
+
<return-value transfer-ownership="none">
|
109
|
+
<doc xml:space="preserve">%TRUE if mipmapping is used, %FALSE otherwise.</doc>
|
110
|
+
<type name="Cogl.Bool" c:type="CoglBool"/>
|
111
|
+
</return-value>
|
112
|
+
<parameters>
|
113
|
+
<parameter name="font_map" transfer-ownership="none">
|
114
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
115
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
116
|
+
</parameter>
|
117
|
+
</parameters>
|
118
|
+
</function>
|
119
|
+
<function name="font_map_new"
|
120
|
+
c:identifier="cogl_pango_font_map_new"
|
121
|
+
version="1.14">
|
122
|
+
<doc xml:space="preserve">Creates a new font map.</doc>
|
123
|
+
<return-value transfer-ownership="full">
|
124
|
+
<doc xml:space="preserve">the newly created #PangoFontMap</doc>
|
125
|
+
<type name="Pango.FontMap" c:type="PangoFontMap*"/>
|
126
|
+
</return-value>
|
127
|
+
</function>
|
128
|
+
<function name="font_map_set_resolution"
|
129
|
+
c:identifier="cogl_pango_font_map_set_resolution"
|
130
|
+
version="1.14">
|
131
|
+
<doc xml:space="preserve">Sets the resolution for the @font_map. This is a scale factor
|
132
|
+
between points specified in a #PangoFontDescription and Cogl units.
|
133
|
+
The default value is %96, meaning that a 10 point font will be 13
|
134
|
+
units high. (10 * 96. / 72. = 13.3).</doc>
|
135
|
+
<return-value transfer-ownership="none">
|
136
|
+
<type name="none" c:type="void"/>
|
137
|
+
</return-value>
|
138
|
+
<parameters>
|
139
|
+
<parameter name="font_map" transfer-ownership="none">
|
140
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
141
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
142
|
+
</parameter>
|
143
|
+
<parameter name="dpi" transfer-ownership="none">
|
144
|
+
<doc xml:space="preserve">The resolution in "dots per inch". (Physical inches aren't
|
145
|
+
actually involved; the terminology is conventional.)</doc>
|
146
|
+
<type name="gdouble" c:type="double"/>
|
147
|
+
</parameter>
|
148
|
+
</parameters>
|
149
|
+
</function>
|
150
|
+
<function name="font_map_set_use_mipmapping"
|
151
|
+
c:identifier="cogl_pango_font_map_set_use_mipmapping"
|
152
|
+
version="1.0">
|
153
|
+
<doc xml:space="preserve">Sets whether the renderer for the passed font map should use
|
154
|
+
mipmapping when rendering a #PangoLayout.</doc>
|
155
|
+
<return-value transfer-ownership="none">
|
156
|
+
<type name="none" c:type="void"/>
|
157
|
+
</return-value>
|
158
|
+
<parameters>
|
159
|
+
<parameter name="font_map" transfer-ownership="none">
|
160
|
+
<doc xml:space="preserve">a #CoglPangoFontMap</doc>
|
161
|
+
<type name="FontMap" c:type="CoglPangoFontMap*"/>
|
162
|
+
</parameter>
|
163
|
+
<parameter name="value" transfer-ownership="none">
|
164
|
+
<doc xml:space="preserve">%TRUE to enable the use of mipmapping</doc>
|
165
|
+
<type name="Cogl.Bool" c:type="CoglBool"/>
|
166
|
+
</parameter>
|
167
|
+
</parameters>
|
168
|
+
</function>
|
169
|
+
<function name="render_layout"
|
170
|
+
c:identifier="cogl_pango_render_layout"
|
171
|
+
version="1.0"
|
172
|
+
deprecated="1"
|
173
|
+
deprecated-version="1.16">
|
174
|
+
<doc xml:space="preserve">Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
175
|
+
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
176
|
+
space.</doc>
|
177
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
178
|
+
<return-value transfer-ownership="none">
|
179
|
+
<type name="none" c:type="void"/>
|
180
|
+
</return-value>
|
181
|
+
<parameters>
|
182
|
+
<parameter name="layout" transfer-ownership="none">
|
183
|
+
<doc xml:space="preserve">a #PangoLayout</doc>
|
184
|
+
<type name="Pango.Layout" c:type="PangoLayout*"/>
|
185
|
+
</parameter>
|
186
|
+
<parameter name="x" transfer-ownership="none">
|
187
|
+
<doc xml:space="preserve">X coordinate to render the layout at</doc>
|
188
|
+
<type name="gint" c:type="int"/>
|
189
|
+
</parameter>
|
190
|
+
<parameter name="y" transfer-ownership="none">
|
191
|
+
<doc xml:space="preserve">Y coordinate to render the layout at</doc>
|
192
|
+
<type name="gint" c:type="int"/>
|
193
|
+
</parameter>
|
194
|
+
<parameter name="color" transfer-ownership="none">
|
195
|
+
<doc xml:space="preserve">color to use when rendering the layout</doc>
|
196
|
+
<type name="Cogl.Color" c:type="const CoglColor*"/>
|
197
|
+
</parameter>
|
198
|
+
<parameter name="flags" transfer-ownership="none">
|
199
|
+
<type name="gint" c:type="int"/>
|
200
|
+
</parameter>
|
201
|
+
</parameters>
|
202
|
+
</function>
|
203
|
+
<function name="render_layout_line"
|
204
|
+
c:identifier="cogl_pango_render_layout_line"
|
205
|
+
version="1.0"
|
206
|
+
deprecated="1"
|
207
|
+
deprecated-version="1.16">
|
208
|
+
<doc xml:space="preserve">Renders @line at the given coordinates using the given color.</doc>
|
209
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
210
|
+
<return-value transfer-ownership="none">
|
211
|
+
<type name="none" c:type="void"/>
|
212
|
+
</return-value>
|
213
|
+
<parameters>
|
214
|
+
<parameter name="line" transfer-ownership="none">
|
215
|
+
<doc xml:space="preserve">a #PangoLayoutLine</doc>
|
216
|
+
<type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
|
217
|
+
</parameter>
|
218
|
+
<parameter name="x" transfer-ownership="none">
|
219
|
+
<doc xml:space="preserve">X coordinate to render the line at</doc>
|
220
|
+
<type name="gint" c:type="int"/>
|
221
|
+
</parameter>
|
222
|
+
<parameter name="y" transfer-ownership="none">
|
223
|
+
<doc xml:space="preserve">Y coordinate to render the line at</doc>
|
224
|
+
<type name="gint" c:type="int"/>
|
225
|
+
</parameter>
|
226
|
+
<parameter name="color" transfer-ownership="none">
|
227
|
+
<doc xml:space="preserve">color to use when rendering the line</doc>
|
228
|
+
<type name="Cogl.Color" c:type="const CoglColor*"/>
|
229
|
+
</parameter>
|
230
|
+
</parameters>
|
231
|
+
</function>
|
232
|
+
<function name="render_layout_subpixel"
|
233
|
+
c:identifier="cogl_pango_render_layout_subpixel"
|
234
|
+
version="1.0"
|
235
|
+
deprecated="1"
|
236
|
+
deprecated-version="1.16">
|
237
|
+
<doc xml:space="preserve">Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
238
|
+
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
239
|
+
space.</doc>
|
240
|
+
<doc-deprecated xml:space="preserve">Use cogl_pango_show_layout() instead</doc-deprecated>
|
241
|
+
<return-value transfer-ownership="none">
|
242
|
+
<type name="none" c:type="void"/>
|
243
|
+
</return-value>
|
244
|
+
<parameters>
|
245
|
+
<parameter name="layout" transfer-ownership="none">
|
246
|
+
<doc xml:space="preserve">a #PangoLayout</doc>
|
247
|
+
<type name="Pango.Layout" c:type="PangoLayout*"/>
|
248
|
+
</parameter>
|
249
|
+
<parameter name="x" transfer-ownership="none">
|
250
|
+
<doc xml:space="preserve">X coordinate (in Pango units) to render the layout at</doc>
|
251
|
+
<type name="gint" c:type="int"/>
|
252
|
+
</parameter>
|
253
|
+
<parameter name="y" transfer-ownership="none">
|
254
|
+
<doc xml:space="preserve">Y coordinate (in Pango units) to render the layout at</doc>
|
255
|
+
<type name="gint" c:type="int"/>
|
256
|
+
</parameter>
|
257
|
+
<parameter name="color" transfer-ownership="none">
|
258
|
+
<doc xml:space="preserve">color to use when rendering the layout</doc>
|
259
|
+
<type name="Cogl.Color" c:type="const CoglColor*"/>
|
260
|
+
</parameter>
|
261
|
+
<parameter name="flags" transfer-ownership="none">
|
262
|
+
<type name="gint" c:type="int"/>
|
263
|
+
</parameter>
|
264
|
+
</parameters>
|
265
|
+
</function>
|
266
|
+
<function name="show_layout"
|
267
|
+
c:identifier="cogl_pango_show_layout"
|
268
|
+
version="1.14">
|
269
|
+
<doc xml:space="preserve">Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
270
|
+
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
271
|
+
space.</doc>
|
272
|
+
<return-value transfer-ownership="none">
|
273
|
+
<type name="none" c:type="void"/>
|
274
|
+
</return-value>
|
275
|
+
<parameters>
|
276
|
+
<parameter name="framebuffer" transfer-ownership="none">
|
277
|
+
<doc xml:space="preserve">A #CoglFramebuffer to draw too.</doc>
|
278
|
+
<type name="Cogl.Framebuffer" c:type="CoglFramebuffer*"/>
|
279
|
+
</parameter>
|
280
|
+
<parameter name="layout" transfer-ownership="none">
|
281
|
+
<doc xml:space="preserve">a #PangoLayout</doc>
|
282
|
+
<type name="Pango.Layout" c:type="PangoLayout*"/>
|
283
|
+
</parameter>
|
284
|
+
<parameter name="x" transfer-ownership="none">
|
285
|
+
<doc xml:space="preserve">X coordinate to render the layout at</doc>
|
286
|
+
<type name="gfloat" c:type="float"/>
|
287
|
+
</parameter>
|
288
|
+
<parameter name="y" transfer-ownership="none">
|
289
|
+
<doc xml:space="preserve">Y coordinate to render the layout at</doc>
|
290
|
+
<type name="gfloat" c:type="float"/>
|
291
|
+
</parameter>
|
292
|
+
<parameter name="color" transfer-ownership="none">
|
293
|
+
<doc xml:space="preserve">color to use when rendering the layout</doc>
|
294
|
+
<type name="Cogl.Color" c:type="const CoglColor*"/>
|
295
|
+
</parameter>
|
296
|
+
</parameters>
|
297
|
+
</function>
|
298
|
+
<function name="show_layout_line"
|
299
|
+
c:identifier="cogl_pango_show_layout_line"
|
300
|
+
version="1.14">
|
301
|
+
<doc xml:space="preserve">Draws a solidly coloured @line on the given @framebuffer at (@x,
|
302
|
+
@y) within the @framebuffer<!-- -->'s current model-view coordinate
|
303
|
+
space.</doc>
|
304
|
+
<return-value transfer-ownership="none">
|
305
|
+
<type name="none" c:type="void"/>
|
306
|
+
</return-value>
|
307
|
+
<parameters>
|
308
|
+
<parameter name="framebuffer" transfer-ownership="none">
|
309
|
+
<doc xml:space="preserve">A #CoglFramebuffer to draw too.</doc>
|
310
|
+
<type name="Cogl.Framebuffer" c:type="CoglFramebuffer*"/>
|
311
|
+
</parameter>
|
312
|
+
<parameter name="line" transfer-ownership="none">
|
313
|
+
<doc xml:space="preserve">a #PangoLayoutLine</doc>
|
314
|
+
<type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
|
315
|
+
</parameter>
|
316
|
+
<parameter name="x" transfer-ownership="none">
|
317
|
+
<doc xml:space="preserve">X coordinate to render the line at</doc>
|
318
|
+
<type name="gfloat" c:type="float"/>
|
319
|
+
</parameter>
|
320
|
+
<parameter name="y" transfer-ownership="none">
|
321
|
+
<doc xml:space="preserve">Y coordinate to render the line at</doc>
|
322
|
+
<type name="gfloat" c:type="float"/>
|
323
|
+
</parameter>
|
324
|
+
<parameter name="color" transfer-ownership="none">
|
325
|
+
<doc xml:space="preserve">color to use when rendering the line</doc>
|
326
|
+
<type name="Cogl.Color" c:type="const CoglColor*"/>
|
327
|
+
</parameter>
|
328
|
+
</parameters>
|
329
|
+
</function>
|
330
|
+
</namespace>
|
331
|
+
</repository>
|
@@ -57,7 +57,10 @@ See also: json_array_add_element(), json_node_take_array()</doc>
|
|
57
57
|
<doc xml:space="preserve">a #JsonArray</doc>
|
58
58
|
<type name="Array" c:type="JsonArray*"/>
|
59
59
|
</instance-parameter>
|
60
|
-
<parameter name="value"
|
60
|
+
<parameter name="value"
|
61
|
+
transfer-ownership="full"
|
62
|
+
nullable="1"
|
63
|
+
allow-none="1">
|
61
64
|
<doc xml:space="preserve">a #JsonArray</doc>
|
62
65
|
<type name="Array" c:type="JsonArray*"/>
|
63
66
|
</parameter>
|
@@ -203,7 +206,8 @@ See also: json_array_add_element(), json_node_set_string()</doc>
|
|
203
206
|
<doc xml:space="preserve">Retrieves a copy of the #JsonNode containing the value of the
|
204
207
|
element at @index_ inside a #JsonArray</doc>
|
205
208
|
<return-value transfer-ownership="full">
|
206
|
-
<doc xml:space="preserve">a copy of the #JsonNode at the requested
|
209
|
+
<doc xml:space="preserve">a copy of the #JsonNode at the requested
|
210
|
+
index. Use json_node_free() when done.</doc>
|
207
211
|
<type name="Node" c:type="JsonNode*"/>
|
208
212
|
</return-value>
|
209
213
|
<parameters>
|
@@ -332,9 +336,12 @@ inside a #JsonArray.</doc>
|
|
332
336
|
</parameters>
|
333
337
|
</method>
|
334
338
|
<method name="get_elements" c:identifier="json_array_get_elements">
|
335
|
-
<doc xml:space="preserve">Gets the elements of a #JsonArray as a list of #JsonNode
|
339
|
+
<doc xml:space="preserve">Gets the elements of a #JsonArray as a list of #JsonNode instances.</doc>
|
336
340
|
<return-value transfer-ownership="container">
|
337
|
-
<doc xml:space="preserve">a #GList
|
341
|
+
<doc xml:space="preserve">a #GList
|
342
|
+
containing the elements of the array. The contents of the list are
|
343
|
+
owned by the array and should never be modified or freed. Use
|
344
|
+
g_list_free() on the returned list when done using it</doc>
|
338
345
|
<type name="GLib.List" c:type="GList*">
|
339
346
|
<type name="Node"/>
|
340
347
|
</type>
|
@@ -432,7 +439,8 @@ inside @array
|
|
432
439
|
|
433
440
|
See also: json_array_get_element(), json_node_get_string()</doc>
|
434
441
|
<return-value transfer-ownership="none">
|
435
|
-
<doc xml:space="preserve">the string value; the returned string is owned by
|
442
|
+
<doc xml:space="preserve">the string value; the returned string is owned by
|
443
|
+
the #JsonArray and should not be modified or freed</doc>
|
436
444
|
<type name="utf8" c:type="const gchar*"/>
|
437
445
|
</return-value>
|
438
446
|
<parameters>
|
@@ -448,8 +456,9 @@ See also: json_array_get_element(), json_node_get_string()</doc>
|
|
448
456
|
</method>
|
449
457
|
<method name="ref" c:identifier="json_array_ref">
|
450
458
|
<doc xml:space="preserve">Increase by one the reference count of a #JsonArray.</doc>
|
451
|
-
<return-value transfer-ownership="
|
452
|
-
<doc xml:space="preserve">the passed #JsonArray, with the reference count
|
459
|
+
<return-value transfer-ownership="none">
|
460
|
+
<doc xml:space="preserve">the passed #JsonArray, with the reference count
|
461
|
+
increased by one.</doc>
|
453
462
|
<type name="Array" c:type="JsonArray*"/>
|
454
463
|
</return-value>
|
455
464
|
<parameters>
|
@@ -556,11 +565,11 @@ this function. It is safe to change the value of @element_node.</doc>
|
|
556
565
|
glib:type-name="JsonBuilder"
|
557
566
|
glib:get-type="json_builder_get_type"
|
558
567
|
glib:type-struct="BuilderClass">
|
559
|
-
<doc xml:space="preserve">The
|
560
|
-
|
568
|
+
<doc xml:space="preserve">The `JsonBuilder` structure contains only private data and should be
|
569
|
+
accessed using the provided API</doc>
|
561
570
|
<constructor name="new" c:identifier="json_builder_new">
|
562
571
|
<doc xml:space="preserve">Creates a new #JsonBuilder. You can use this object to generate a
|
563
|
-
JSON tree and obtain the root #JsonNode
|
572
|
+
JSON tree and obtain the root #JsonNode.</doc>
|
564
573
|
<return-value transfer-ownership="full">
|
565
574
|
<doc xml:space="preserve">the newly created #JsonBuilder instance</doc>
|
566
575
|
<type name="Builder" c:type="JsonBuilder*"/>
|
@@ -759,7 +768,8 @@ Cannot be called after json_builder_set_member_name().</doc>
|
|
759
768
|
<doc xml:space="preserve">Returns the root of the current constructed tree, if the build is complete
|
760
769
|
(ie: all opened objects, object members and arrays are being closed).</doc>
|
761
770
|
<return-value transfer-ownership="full">
|
762
|
-
<doc xml:space="preserve">the #JsonNode, or %NULL if the build is not complete.
|
771
|
+
<doc xml:space="preserve">the #JsonNode, or %NULL if the build is not complete.
|
772
|
+
Free the returned value with json_node_free().</doc>
|
763
773
|
<type name="Node" c:type="JsonNode*"/>
|
764
774
|
</return-value>
|
765
775
|
<parameters>
|
@@ -813,8 +823,7 @@ Can be called only if the call is associated to an object.</doc>
|
|
813
823
|
c:type="JsonBuilderClass"
|
814
824
|
glib:is-gtype-struct-for="Builder"
|
815
825
|
version="0.12">
|
816
|
-
<doc xml:space="preserve">The
|
817
|
-
private data</doc>
|
826
|
+
<doc xml:space="preserve">The `JsonBuilderClass` structure contains only private data</doc>
|
818
827
|
<field name="parent_class" readable="0" private="1">
|
819
828
|
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
|
820
829
|
</field>
|
@@ -847,7 +856,7 @@ are private and should only be accessed via the provided API.</doc>
|
|
847
856
|
<constructor name="new" c:identifier="json_generator_new">
|
848
857
|
<doc xml:space="preserve">Creates a new #JsonGenerator. You can use this object to generate a
|
849
858
|
JSON data stream starting from a data object model composed by
|
850
|
-
#
|
859
|
+
#JsonNodes.</doc>
|
851
860
|
<return-value transfer-ownership="full">
|
852
861
|
<doc xml:space="preserve">the newly created #JsonGenerator instance</doc>
|
853
862
|
<type name="Generator" c:type="JsonGenerator*"/>
|
@@ -888,7 +897,8 @@ JSON data stream starting from a data object model composed by
|
|
888
897
|
version="0.14">
|
889
898
|
<doc xml:space="preserve">Retrieves the value set using json_generator_set_pretty().</doc>
|
890
899
|
<return-value transfer-ownership="none">
|
891
|
-
<doc xml:space="preserve">%TRUE if the generated JSON should be pretty-printed, and
|
900
|
+
<doc xml:space="preserve">%TRUE if the generated JSON should be pretty-printed, and
|
901
|
+
%FALSE otherwise</doc>
|
892
902
|
<type name="gboolean" c:type="gboolean"/>
|
893
903
|
</return-value>
|
894
904
|
<parameters>
|
@@ -904,7 +914,8 @@ JSON data stream starting from a data object model composed by
|
|
904
914
|
<doc xml:space="preserve">Retrieves a pointer to the root #JsonNode set using
|
905
915
|
json_generator_set_root().</doc>
|
906
916
|
<return-value transfer-ownership="none">
|
907
|
-
<doc xml:space="preserve">a #JsonNode, or %NULL. The returned node
|
917
|
+
<doc xml:space="preserve">a #JsonNode, or %NULL. The returned node
|
918
|
+
is owned by the #JsonGenerator and it should not be freed</doc>
|
908
919
|
<type name="Node" c:type="JsonNode*"/>
|
909
920
|
</return-value>
|
910
921
|
<parameters>
|
@@ -927,7 +938,8 @@ json_generator_set_root().</doc>
|
|
927
938
|
<type name="Generator" c:type="JsonGenerator*"/>
|
928
939
|
</instance-parameter>
|
929
940
|
<parameter name="indent_level" transfer-ownership="none">
|
930
|
-
<doc xml:space="preserve">the number of repetitions of the indentation character
|
941
|
+
<doc xml:space="preserve">the number of repetitions of the indentation character
|
942
|
+
that should be applied when pretty printing</doc>
|
931
943
|
<type name="guint" c:type="guint"/>
|
932
944
|
</parameter>
|
933
945
|
</parameters>
|
@@ -974,8 +986,8 @@ property and the spacing specified in #JsonGenerator:indent property.</doc>
|
|
974
986
|
<doc xml:space="preserve">Sets @node as the root of the JSON data stream to be serialized by
|
975
987
|
the #JsonGenerator.
|
976
988
|
|
977
|
-
|
978
|
-
freed after calling this function
|
989
|
+
The passed @node is copied by the generator object, so it can be
|
990
|
+
safely freed after calling this function.</doc>
|
979
991
|
<return-value transfer-ownership="none">
|
980
992
|
<type name="none" c:type="void"/>
|
981
993
|
</return-value>
|
@@ -994,7 +1006,8 @@ freed after calling this function.</note></doc>
|
|
994
1006
|
<doc xml:space="preserve">Generates a JSON data stream from @generator and returns it as a
|
995
1007
|
buffer.</doc>
|
996
1008
|
<return-value transfer-ownership="full">
|
997
|
-
<doc xml:space="preserve">a newly allocated buffer holding a JSON data stream.
|
1009
|
+
<doc xml:space="preserve">a newly allocated buffer holding a JSON data stream.
|
1010
|
+
Use g_free() to free the allocated resources.</doc>
|
998
1011
|
<type name="utf8" c:type="gchar*"/>
|
999
1012
|
</return-value>
|
1000
1013
|
<parameters>
|
@@ -1006,7 +1019,8 @@ buffer.</doc>
|
|
1006
1019
|
direction="out"
|
1007
1020
|
caller-allocates="0"
|
1008
1021
|
transfer-ownership="full">
|
1009
|
-
<doc xml:space="preserve">return location for the length of the returned
|
1022
|
+
<doc xml:space="preserve">return location for the length of the returned
|
1023
|
+
buffer, or %NULL</doc>
|
1010
1024
|
<type name="gsize" c:type="gsize*"/>
|
1011
1025
|
</parameter>
|
1012
1026
|
</parameters>
|
@@ -1035,7 +1049,8 @@ current file contents. This operation is atomic.</doc>
|
|
1035
1049
|
throws="1">
|
1036
1050
|
<doc xml:space="preserve">Outputs JSON data and streams it (synchronously) to @stream.</doc>
|
1037
1051
|
<return-value transfer-ownership="none">
|
1038
|
-
<doc xml:space="preserve">%TRUE if the write operation was successful, and %FALSE
|
1052
|
+
<doc xml:space="preserve">%TRUE if the write operation was successful, and %FALSE
|
1053
|
+
on failure. In case of error, the #GError will be filled accordingly</doc>
|
1039
1054
|
<type name="gboolean" c:type="gboolean"/>
|
1040
1055
|
</return-value>
|
1041
1056
|
<parameters>
|
@@ -1049,6 +1064,7 @@ current file contents. This operation is atomic.</doc>
|
|
1049
1064
|
</parameter>
|
1050
1065
|
<parameter name="cancellable"
|
1051
1066
|
transfer-ownership="none"
|
1067
|
+
nullable="1"
|
1052
1068
|
allow-none="1">
|
1053
1069
|
<doc xml:space="preserve">a #GCancellable, or %NULL</doc>
|
1054
1070
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
@@ -1127,6 +1143,18 @@ stream.</doc>
|
|
1127
1143
|
c:type="JsonGeneratorPrivate"
|
1128
1144
|
disguised="1">
|
1129
1145
|
</record>
|
1146
|
+
<constant name="MAJOR_VERSION" value="1" c:type="JSON_MAJOR_VERSION">
|
1147
|
+
<doc xml:space="preserve">Json major version component (e.g. 1 if %JSON_VERSION is 1.2.3)</doc>
|
1148
|
+
<type name="gint" c:type="gint"/>
|
1149
|
+
</constant>
|
1150
|
+
<constant name="MICRO_VERSION" value="2" c:type="JSON_MICRO_VERSION">
|
1151
|
+
<doc xml:space="preserve">Json micro version component (e.g. 3 if %JSON_VERSION is 1.2.3)</doc>
|
1152
|
+
<type name="gint" c:type="gint"/>
|
1153
|
+
</constant>
|
1154
|
+
<constant name="MINOR_VERSION" value="0" c:type="JSON_MINOR_VERSION">
|
1155
|
+
<doc xml:space="preserve">Json minor version component (e.g. 2 if %JSON_VERSION is 1.2.3)</doc>
|
1156
|
+
<type name="gint" c:type="gint"/>
|
1157
|
+
</constant>
|
1130
1158
|
<record name="Node"
|
1131
1159
|
c:type="JsonNode"
|
1132
1160
|
glib:type-name="JsonNode"
|
@@ -1135,14 +1163,23 @@ stream.</doc>
|
|
1135
1163
|
<doc xml:space="preserve">A generic container of JSON data types. The contents of the #JsonNode
|
1136
1164
|
structure are private and should only be accessed via the provided
|
1137
1165
|
functions and never directly.</doc>
|
1166
|
+
<constructor name="alloc" c:identifier="json_node_alloc" version="0.16">
|
1167
|
+
<doc xml:space="preserve">Allocates a new #JsonNode. Use json_node_init() and its variants
|
1168
|
+
to initialize the returned value.</doc>
|
1169
|
+
<return-value transfer-ownership="full">
|
1170
|
+
<doc xml:space="preserve">the newly allocated #JsonNode. Use
|
1171
|
+
json_node_free() to free the resources allocated by this function</doc>
|
1172
|
+
<type name="Node" c:type="JsonNode*"/>
|
1173
|
+
</return-value>
|
1174
|
+
</constructor>
|
1138
1175
|
<constructor name="new" c:identifier="json_node_new">
|
1139
1176
|
<doc xml:space="preserve">Creates a new #JsonNode of @type.
|
1140
1177
|
|
1141
1178
|
This is a convenience function for json_node_alloc() and json_node_init(),
|
1142
1179
|
and it's the equivalent of:
|
1143
1180
|
|
1144
|
-
|[
|
1145
|
-
|
1181
|
+
|[<!-- language="C" -->
|
1182
|
+
json_node_init (json_node_alloc (), type);
|
1146
1183
|
]|</doc>
|
1147
1184
|
<return-value transfer-ownership="full">
|
1148
1185
|
<doc xml:space="preserve">the newly created #JsonNode</doc>
|
@@ -1173,7 +1210,8 @@ count of the objects is increased.</doc>
|
|
1173
1210
|
<doc xml:space="preserve">Retrieves the #JsonArray stored inside a #JsonNode and returns it
|
1174
1211
|
with its reference count increased by one.</doc>
|
1175
1212
|
<return-value transfer-ownership="full">
|
1176
|
-
<doc xml:space="preserve">the #JsonArray with its reference
|
1213
|
+
<doc xml:space="preserve">the #JsonArray with its reference
|
1214
|
+
count increased.</doc>
|
1177
1215
|
<type name="Array" c:type="JsonArray*"/>
|
1178
1216
|
</return-value>
|
1179
1217
|
<parameters>
|
@@ -1200,7 +1238,8 @@ the returned object is increased.</doc>
|
|
1200
1238
|
<method name="dup_string" c:identifier="json_node_dup_string">
|
1201
1239
|
<doc xml:space="preserve">Gets a copy of the string value stored inside a #JsonNode</doc>
|
1202
1240
|
<return-value transfer-ownership="full">
|
1203
|
-
<doc xml:space="preserve">a newly allocated string containing a copy
|
1241
|
+
<doc xml:space="preserve">a newly allocated string containing a copy
|
1242
|
+
of the #JsonNode contents. Use g_free() to free the allocated resources</doc>
|
1204
1243
|
<type name="utf8" c:type="gchar*"/>
|
1205
1244
|
</return-value>
|
1206
1245
|
<parameters>
|
@@ -1305,7 +1344,8 @@ the returned object is increased.</doc>
|
|
1305
1344
|
<method name="get_parent" c:identifier="json_node_get_parent">
|
1306
1345
|
<doc xml:space="preserve">Retrieves the parent #JsonNode of @node.</doc>
|
1307
1346
|
<return-value transfer-ownership="none">
|
1308
|
-
<doc xml:space="preserve">the parent node, or %NULL if @node is
|
1347
|
+
<doc xml:space="preserve">the parent node, or %NULL if @node is
|
1348
|
+
the root node</doc>
|
1309
1349
|
<type name="Node" c:type="JsonNode*"/>
|
1310
1350
|
</return-value>
|
1311
1351
|
<parameters>
|
@@ -1401,7 +1441,10 @@ the given type, and any data contained will be cleared.</doc>
|
|
1401
1441
|
<doc xml:space="preserve">the #JsonNode to initialize</doc>
|
1402
1442
|
<type name="Node" c:type="JsonNode*"/>
|
1403
1443
|
</instance-parameter>
|
1404
|
-
<parameter name="array"
|
1444
|
+
<parameter name="array"
|
1445
|
+
transfer-ownership="none"
|
1446
|
+
nullable="1"
|
1447
|
+
allow-none="1">
|
1405
1448
|
<doc xml:space="preserve">the #JsonArray to initialize @node with, or %NULL</doc>
|
1406
1449
|
<type name="Array" c:type="JsonArray*"/>
|
1407
1450
|
</parameter>
|
@@ -1507,7 +1550,10 @@ the given type, and any data contained will be cleared.</doc>
|
|
1507
1550
|
<doc xml:space="preserve">the #JsonNode to initialize</doc>
|
1508
1551
|
<type name="Node" c:type="JsonNode*"/>
|
1509
1552
|
</instance-parameter>
|
1510
|
-
<parameter name="object"
|
1553
|
+
<parameter name="object"
|
1554
|
+
transfer-ownership="none"
|
1555
|
+
nullable="1"
|
1556
|
+
allow-none="1">
|
1511
1557
|
<doc xml:space="preserve">the #JsonObject to initialize @node with, or %NULL</doc>
|
1512
1558
|
<type name="Object" c:type="JsonObject*"/>
|
1513
1559
|
</parameter>
|
@@ -1529,16 +1575,20 @@ the given type, and any data contained will be cleared.</doc>
|
|
1529
1575
|
<doc xml:space="preserve">the #JsonNode to initialize</doc>
|
1530
1576
|
<type name="Node" c:type="JsonNode*"/>
|
1531
1577
|
</instance-parameter>
|
1532
|
-
<parameter name="value"
|
1578
|
+
<parameter name="value"
|
1579
|
+
transfer-ownership="none"
|
1580
|
+
nullable="1"
|
1581
|
+
allow-none="1">
|
1533
1582
|
<doc xml:space="preserve">a string value</doc>
|
1534
1583
|
<type name="utf8" c:type="const char*"/>
|
1535
1584
|
</parameter>
|
1536
1585
|
</parameters>
|
1537
1586
|
</method>
|
1538
1587
|
<method name="is_null" c:identifier="json_node_is_null" version="0.8">
|
1539
|
-
<doc xml:space="preserve">Checks whether @node is a %JSON_NODE_NULL
|
1588
|
+
<doc xml:space="preserve">Checks whether @node is a %JSON_NODE_NULL.
|
1540
1589
|
|
1541
|
-
|
1590
|
+
A %JSON_NODE_NULL node is not the same as a %NULL #JsonNode; a
|
1591
|
+
%JSON_NODE_NULL represents a 'null' value in the JSON tree.</doc>
|
1542
1592
|
<return-value transfer-ownership="none">
|
1543
1593
|
<doc xml:space="preserve">%TRUE if the node is null</doc>
|
1544
1594
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -1719,7 +1769,8 @@ content.</doc>
|
|
1719
1769
|
<method name="type_name" c:identifier="json_node_type_name">
|
1720
1770
|
<doc xml:space="preserve">Retrieves the user readable name of the data type contained by @node.</doc>
|
1721
1771
|
<return-value transfer-ownership="none">
|
1722
|
-
<doc xml:space="preserve">a string containing the name of the type. The returned string
|
1772
|
+
<doc xml:space="preserve">a string containing the name of the type. The returned string
|
1773
|
+
is owned by the node and should never be modified or freed</doc>
|
1723
1774
|
<type name="utf8" c:type="const gchar*"/>
|
1724
1775
|
</return-value>
|
1725
1776
|
<parameters>
|
@@ -1729,27 +1780,34 @@ content.</doc>
|
|
1729
1780
|
</instance-parameter>
|
1730
1781
|
</parameters>
|
1731
1782
|
</method>
|
1732
|
-
<function name="alloc" c:identifier="json_node_alloc" version="0.16">
|
1733
|
-
<doc xml:space="preserve">Allocates a new #JsonNode. Use json_node_init() and its variants
|
1734
|
-
to initialize the returned value.</doc>
|
1735
|
-
<return-value transfer-ownership="full">
|
1736
|
-
<doc xml:space="preserve">the newly allocated #JsonNode. Use json_node_free() to free the resources allocated by this function</doc>
|
1737
|
-
<type name="Node" c:type="JsonNode*"/>
|
1738
|
-
</return-value>
|
1739
|
-
</function>
|
1740
1783
|
</record>
|
1741
|
-
<enumeration name="NodeType"
|
1784
|
+
<enumeration name="NodeType"
|
1785
|
+
glib:type-name="JsonNodeType"
|
1786
|
+
glib:get-type="json_node_type_get_type"
|
1787
|
+
c:type="JsonNodeType">
|
1742
1788
|
<doc xml:space="preserve">Indicates the content of a #JsonNode.</doc>
|
1743
|
-
<member name="object"
|
1789
|
+
<member name="object"
|
1790
|
+
value="0"
|
1791
|
+
c:identifier="JSON_NODE_OBJECT"
|
1792
|
+
glib:nick="object">
|
1744
1793
|
<doc xml:space="preserve">The node contains a #JsonObject</doc>
|
1745
1794
|
</member>
|
1746
|
-
<member name="array"
|
1795
|
+
<member name="array"
|
1796
|
+
value="1"
|
1797
|
+
c:identifier="JSON_NODE_ARRAY"
|
1798
|
+
glib:nick="array">
|
1747
1799
|
<doc xml:space="preserve">The node contains a #JsonArray</doc>
|
1748
1800
|
</member>
|
1749
|
-
<member name="value"
|
1801
|
+
<member name="value"
|
1802
|
+
value="2"
|
1803
|
+
c:identifier="JSON_NODE_VALUE"
|
1804
|
+
glib:nick="value">
|
1750
1805
|
<doc xml:space="preserve">The node contains a fundamental type</doc>
|
1751
1806
|
</member>
|
1752
|
-
<member name="null"
|
1807
|
+
<member name="null"
|
1808
|
+
value="3"
|
1809
|
+
c:identifier="JSON_NODE_NULL"
|
1810
|
+
glib:nick="null">
|
1753
1811
|
<doc xml:space="preserve">Special type, for nodes containing null</doc>
|
1754
1812
|
</member>
|
1755
1813
|
</enumeration>
|
@@ -1769,13 +1827,14 @@ and should only be accessed by the provided API</doc>
|
|
1769
1827
|
</constructor>
|
1770
1828
|
<method name="add_member"
|
1771
1829
|
c:identifier="json_object_add_member"
|
1772
|
-
deprecated="
|
1830
|
+
deprecated="1"
|
1773
1831
|
deprecated-version="0.8">
|
1774
1832
|
<doc xml:space="preserve">Adds a member named @member_name and containing @node into a #JsonObject.
|
1775
1833
|
The object will take ownership of the #JsonNode.
|
1776
1834
|
|
1777
1835
|
This function will return if the @object already contains a member
|
1778
1836
|
@member_name.</doc>
|
1837
|
+
<doc-deprecated xml:space="preserve">Use json_object_set_member() instead</doc-deprecated>
|
1779
1838
|
<return-value transfer-ownership="none">
|
1780
1839
|
<type name="none" c:type="void"/>
|
1781
1840
|
</return-value>
|
@@ -1800,7 +1859,8 @@ This function will return if the @object already contains a member
|
|
1800
1859
|
<doc xml:space="preserve">Retrieves a copy of the #JsonNode containing the value of @member_name
|
1801
1860
|
inside a #JsonObject</doc>
|
1802
1861
|
<return-value transfer-ownership="full">
|
1803
|
-
<doc xml:space="preserve">a copy of the node for the requested
|
1862
|
+
<doc xml:space="preserve">a copy of the node for the requested
|
1863
|
+
object member or %NULL. Use json_node_free() when done.</doc>
|
1804
1864
|
<type name="Node" c:type="JsonNode*"/>
|
1805
1865
|
</return-value>
|
1806
1866
|
<parameters>
|
@@ -1936,7 +1996,8 @@ See also: json_object_get_member()</doc>
|
|
1936
1996
|
<doc xml:space="preserve">Retrieves the #JsonNode containing the value of @member_name inside
|
1937
1997
|
a #JsonObject.</doc>
|
1938
1998
|
<return-value transfer-ownership="none">
|
1939
|
-
<doc xml:space="preserve">a pointer to the node for the requested object
|
1999
|
+
<doc xml:space="preserve">a pointer to the node for the requested object
|
2000
|
+
member, or %NULL</doc>
|
1940
2001
|
<type name="Node" c:type="JsonNode*"/>
|
1941
2002
|
</return-value>
|
1942
2003
|
<parameters>
|
@@ -1954,7 +2015,11 @@ a #JsonObject.</doc>
|
|
1954
2015
|
<doc xml:space="preserve">Retrieves all the names of the members of a #JsonObject. You can
|
1955
2016
|
obtain the value for each member using json_object_get_member().</doc>
|
1956
2017
|
<return-value transfer-ownership="container">
|
1957
|
-
<doc xml:space="preserve">a #GList
|
2018
|
+
<doc xml:space="preserve">a #GList
|
2019
|
+
of member names. The content of the list is owned by the #JsonObject
|
2020
|
+
and should never be modified or freed. When you have finished using
|
2021
|
+
the returned list, use g_list_free() to free the resources it has
|
2022
|
+
allocated.</doc>
|
1958
2023
|
<type name="GLib.List" c:type="GList*">
|
1959
2024
|
<type name="utf8"/>
|
1960
2025
|
</type>
|
@@ -2048,7 +2113,10 @@ See also: json_object_get_member()</doc>
|
|
2048
2113
|
<method name="get_values" c:identifier="json_object_get_values">
|
2049
2114
|
<doc xml:space="preserve">Retrieves all the values of the members of a #JsonObject.</doc>
|
2050
2115
|
<return-value transfer-ownership="container">
|
2051
|
-
<doc xml:space="preserve">a #GList of
|
2116
|
+
<doc xml:space="preserve">a #GList of
|
2117
|
+
#JsonNodes. The content of the list is owned by the #JsonObject
|
2118
|
+
and should never be modified or freed. When you have finished using the
|
2119
|
+
returned list, use g_list_free() to free the resources it has allocated.</doc>
|
2052
2120
|
<type name="GLib.List" c:type="GList*">
|
2053
2121
|
<type name="Node"/>
|
2054
2122
|
</type>
|
@@ -2079,8 +2147,9 @@ See also: json_object_get_member()</doc>
|
|
2079
2147
|
</method>
|
2080
2148
|
<method name="ref" c:identifier="json_object_ref">
|
2081
2149
|
<doc xml:space="preserve">Increase by one the reference count of a #JsonObject.</doc>
|
2082
|
-
<return-value transfer-ownership="
|
2083
|
-
<doc xml:space="preserve">the passed #JsonObject, with the reference count
|
2150
|
+
<return-value transfer-ownership="none">
|
2151
|
+
<doc xml:space="preserve">the passed #JsonObject, with the reference count
|
2152
|
+
increased by one.</doc>
|
2084
2153
|
<type name="Object" c:type="JsonObject*"/>
|
2085
2154
|
</return-value>
|
2086
2155
|
<parameters>
|
@@ -2362,15 +2431,11 @@ private and should only be accessed via the provided API.</doc>
|
|
2362
2431
|
load a JSON stream from either a file or a buffer and then walk the
|
2363
2432
|
hierarchy using the data types API.</doc>
|
2364
2433
|
<return-value transfer-ownership="full">
|
2365
|
-
<doc xml:space="preserve">the newly created #JsonParser. Use g_object_unref()
|
2434
|
+
<doc xml:space="preserve">the newly created #JsonParser. Use g_object_unref()
|
2435
|
+
to release all the memory it allocates.</doc>
|
2366
2436
|
<type name="Parser" c:type="JsonParser*"/>
|
2367
2437
|
</return-value>
|
2368
2438
|
</constructor>
|
2369
|
-
<function name="error_quark" c:identifier="json_parser_error_quark">
|
2370
|
-
<return-value transfer-ownership="none">
|
2371
|
-
<type name="GLib.Quark" c:type="GQuark"/>
|
2372
|
-
</return-value>
|
2373
|
-
</function>
|
2374
2439
|
<virtual-method name="array_element">
|
2375
2440
|
<return-value transfer-ownership="none">
|
2376
2441
|
<type name="none" c:type="void"/>
|
@@ -2522,7 +2587,9 @@ yield 0.</doc>
|
|
2522
2587
|
<method name="get_root" c:identifier="json_parser_get_root">
|
2523
2588
|
<doc xml:space="preserve">Retrieves the top level node from the parsed JSON stream.</doc>
|
2524
2589
|
<return-value transfer-ownership="none">
|
2525
|
-
<doc xml:space="preserve">the root #JsonNode . The returned
|
2590
|
+
<doc xml:space="preserve">the root #JsonNode . The returned
|
2591
|
+
node is owned by the #JsonParser and should never be modified
|
2592
|
+
or freed.</doc>
|
2526
2593
|
<type name="Node" c:type="JsonNode*"/>
|
2527
2594
|
</return-value>
|
2528
2595
|
<parameters>
|
@@ -2548,7 +2615,10 @@ hand value of the assignment. #JsonParser will record, though, the
|
|
2548
2615
|
existence of the assignment in the data stream and the variable name
|
2549
2616
|
used.</doc>
|
2550
2617
|
<return-value transfer-ownership="none">
|
2551
|
-
<doc xml:space="preserve">%TRUE if there was an assignment, %FALSE otherwise. If
|
2618
|
+
<doc xml:space="preserve">%TRUE if there was an assignment, %FALSE otherwise. If
|
2619
|
+
@variable_name is not %NULL it will be set to the name of the variable
|
2620
|
+
used in the assignment. The string is owned by #JsonParser and should
|
2621
|
+
never be modified or freed.</doc>
|
2552
2622
|
<type name="gboolean" c:type="gboolean"/>
|
2553
2623
|
</return-value>
|
2554
2624
|
<parameters>
|
@@ -2560,8 +2630,10 @@ used.</doc>
|
|
2560
2630
|
direction="out"
|
2561
2631
|
caller-allocates="0"
|
2562
2632
|
transfer-ownership="none"
|
2633
|
+
optional="1"
|
2563
2634
|
allow-none="1">
|
2564
|
-
<doc xml:space="preserve">Return location for the variable
|
2635
|
+
<doc xml:space="preserve">Return location for the variable
|
2636
|
+
name, or %NULL</doc>
|
2565
2637
|
<type name="utf8" c:type="gchar**"/>
|
2566
2638
|
</parameter>
|
2567
2639
|
</parameters>
|
@@ -2573,7 +2645,8 @@ used.</doc>
|
|
2573
2645
|
multiple times with the same #JsonParser object, but the contents of the
|
2574
2646
|
parser will be destroyed each time.</doc>
|
2575
2647
|
<return-value transfer-ownership="none">
|
2576
|
-
<doc xml:space="preserve">%TRUE if the buffer was succesfully parser. In case
|
2648
|
+
<doc xml:space="preserve">%TRUE if the buffer was succesfully parser. In case
|
2649
|
+
of error, @error is set accordingly and %FALSE is returned</doc>
|
2577
2650
|
<type name="gboolean" c:type="gboolean"/>
|
2578
2651
|
</return-value>
|
2579
2652
|
<parameters>
|
@@ -2597,7 +2670,8 @@ parser will be destroyed each time.</doc>
|
|
2597
2670
|
<doc xml:space="preserve">Loads a JSON stream from the content of @filename and parses it. See
|
2598
2671
|
json_parser_load_from_data().</doc>
|
2599
2672
|
<return-value transfer-ownership="none">
|
2600
|
-
<doc xml:space="preserve">%TRUE if the file was successfully loaded and parsed.
|
2673
|
+
<doc xml:space="preserve">%TRUE if the file was successfully loaded and parsed.
|
2674
|
+
In case of error, @error is set accordingly and %FALSE is returned</doc>
|
2601
2675
|
<type name="gboolean" c:type="gboolean"/>
|
2602
2676
|
</return-value>
|
2603
2677
|
<parameters>
|
@@ -2622,7 +2696,8 @@ triggering the @cancellable object from another thread. If the
|
|
2622
2696
|
operation was cancelled, the error %G_IO_ERROR_CANCELLED will be set
|
2623
2697
|
on the passed @error.</doc>
|
2624
2698
|
<return-value transfer-ownership="none">
|
2625
|
-
<doc xml:space="preserve">%TRUE if the data stream was successfully read and
|
2699
|
+
<doc xml:space="preserve">%TRUE if the data stream was successfully read and
|
2700
|
+
parsed, and %FALSE otherwise</doc>
|
2626
2701
|
<type name="gboolean" c:type="gboolean"/>
|
2627
2702
|
</return-value>
|
2628
2703
|
<parameters>
|
@@ -2636,6 +2711,7 @@ on the passed @error.</doc>
|
|
2636
2711
|
</parameter>
|
2637
2712
|
<parameter name="cancellable"
|
2638
2713
|
transfer-ownership="none"
|
2714
|
+
nullable="1"
|
2639
2715
|
allow-none="1">
|
2640
2716
|
<doc xml:space="preserve">a #GCancellable, or %NULL</doc>
|
2641
2717
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
@@ -2667,12 +2743,14 @@ of the operation.</doc>
|
|
2667
2743
|
</parameter>
|
2668
2744
|
<parameter name="cancellable"
|
2669
2745
|
transfer-ownership="none"
|
2746
|
+
nullable="1"
|
2670
2747
|
allow-none="1">
|
2671
2748
|
<doc xml:space="preserve">a #GCancellable, or %NULL</doc>
|
2672
2749
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
2673
2750
|
</parameter>
|
2674
2751
|
<parameter name="callback"
|
2675
2752
|
transfer-ownership="none"
|
2753
|
+
nullable="1"
|
2676
2754
|
allow-none="1"
|
2677
2755
|
scope="async"
|
2678
2756
|
closure="3">
|
@@ -2692,7 +2770,9 @@ of the operation.</doc>
|
|
2692
2770
|
<doc xml:space="preserve">Finishes an asynchronous stream loading started with
|
2693
2771
|
json_parser_load_from_stream_async().</doc>
|
2694
2772
|
<return-value transfer-ownership="none">
|
2695
|
-
<doc xml:space="preserve">%TRUE if the content of the stream was successfully retrieves
|
2773
|
+
<doc xml:space="preserve">%TRUE if the content of the stream was successfully retrieves
|
2774
|
+
and parsed, and %FALSE otherwise. In case of error, the #GError will be
|
2775
|
+
filled accordingly.</doc>
|
2696
2776
|
<type name="gboolean" c:type="gboolean"/>
|
2697
2777
|
</return-value>
|
2698
2778
|
<parameters>
|
@@ -3009,43 +3089,67 @@ a JSON data stream.</doc>
|
|
3009
3089
|
</callback>
|
3010
3090
|
</field>
|
3011
3091
|
</record>
|
3012
|
-
<enumeration name="ParserError"
|
3092
|
+
<enumeration name="ParserError"
|
3093
|
+
glib:type-name="JsonParserError"
|
3094
|
+
glib:get-type="json_parser_error_get_type"
|
3095
|
+
c:type="JsonParserError"
|
3096
|
+
glib:error-domain="json-parser-error-quark">
|
3013
3097
|
<doc xml:space="preserve">Error enumeration for #JsonParser
|
3014
3098
|
|
3015
3099
|
This enumeration can be extended at later date</doc>
|
3016
|
-
<member name="parse"
|
3100
|
+
<member name="parse"
|
3101
|
+
value="0"
|
3102
|
+
c:identifier="JSON_PARSER_ERROR_PARSE"
|
3103
|
+
glib:nick="parse">
|
3017
3104
|
<doc xml:space="preserve">parse error</doc>
|
3018
3105
|
</member>
|
3019
3106
|
<member name="trailing_comma"
|
3020
3107
|
value="1"
|
3021
|
-
c:identifier="JSON_PARSER_ERROR_TRAILING_COMMA"
|
3108
|
+
c:identifier="JSON_PARSER_ERROR_TRAILING_COMMA"
|
3109
|
+
glib:nick="trailing-comma">
|
3022
3110
|
<doc xml:space="preserve">unexpected trailing comma</doc>
|
3023
3111
|
</member>
|
3024
3112
|
<member name="missing_comma"
|
3025
3113
|
value="2"
|
3026
|
-
c:identifier="JSON_PARSER_ERROR_MISSING_COMMA"
|
3114
|
+
c:identifier="JSON_PARSER_ERROR_MISSING_COMMA"
|
3115
|
+
glib:nick="missing-comma">
|
3027
3116
|
<doc xml:space="preserve">expected comma</doc>
|
3028
3117
|
</member>
|
3029
3118
|
<member name="missing_colon"
|
3030
3119
|
value="3"
|
3031
|
-
c:identifier="JSON_PARSER_ERROR_MISSING_COLON"
|
3120
|
+
c:identifier="JSON_PARSER_ERROR_MISSING_COLON"
|
3121
|
+
glib:nick="missing-colon">
|
3032
3122
|
<doc xml:space="preserve">expected colon</doc>
|
3033
3123
|
</member>
|
3034
3124
|
<member name="invalid_bareword"
|
3035
3125
|
value="4"
|
3036
|
-
c:identifier="JSON_PARSER_ERROR_INVALID_BAREWORD"
|
3126
|
+
c:identifier="JSON_PARSER_ERROR_INVALID_BAREWORD"
|
3127
|
+
glib:nick="invalid-bareword">
|
3037
3128
|
<doc xml:space="preserve">invalid bareword</doc>
|
3038
3129
|
</member>
|
3039
3130
|
<member name="empty_member_name"
|
3040
3131
|
value="5"
|
3041
|
-
c:identifier="JSON_PARSER_ERROR_EMPTY_MEMBER_NAME"
|
3132
|
+
c:identifier="JSON_PARSER_ERROR_EMPTY_MEMBER_NAME"
|
3133
|
+
glib:nick="empty-member-name">
|
3042
3134
|
<doc xml:space="preserve">empty member name (Since: 0.16)</doc>
|
3043
3135
|
</member>
|
3044
|
-
<member name="
|
3136
|
+
<member name="invalid_data"
|
3045
3137
|
value="6"
|
3046
|
-
c:identifier="
|
3138
|
+
c:identifier="JSON_PARSER_ERROR_INVALID_DATA"
|
3139
|
+
glib:nick="invalid-data">
|
3140
|
+
<doc xml:space="preserve">invalid data (Since: 0.18)</doc>
|
3141
|
+
</member>
|
3142
|
+
<member name="unknown"
|
3143
|
+
value="7"
|
3144
|
+
c:identifier="JSON_PARSER_ERROR_UNKNOWN"
|
3145
|
+
glib:nick="unknown">
|
3047
3146
|
<doc xml:space="preserve">unknown error</doc>
|
3048
3147
|
</member>
|
3148
|
+
<function name="quark" c:identifier="json_parser_error_quark">
|
3149
|
+
<return-value transfer-ownership="none">
|
3150
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
3151
|
+
</return-value>
|
3152
|
+
</function>
|
3049
3153
|
</enumeration>
|
3050
3154
|
<record name="ParserPrivate" c:type="JsonParserPrivate" disguised="1">
|
3051
3155
|
</record>
|
@@ -3057,24 +3161,19 @@ This enumeration can be extended at later date</doc>
|
|
3057
3161
|
glib:type-name="JsonPath"
|
3058
3162
|
glib:get-type="json_path_get_type"
|
3059
3163
|
glib:type-struct="PathClass">
|
3060
|
-
<doc xml:space="preserve">The
|
3061
|
-
|
3062
|
-
API.</doc>
|
3164
|
+
<doc xml:space="preserve">The `JsonPath` structure is an opaque object whose members cannot be
|
3165
|
+
directly accessed except through the provided API.</doc>
|
3063
3166
|
<constructor name="new" c:identifier="json_path_new" version="0.14">
|
3064
3167
|
<doc xml:space="preserve">Creates a new #JsonPath instance.
|
3065
3168
|
|
3066
3169
|
Once created, the #JsonPath object should be used with json_path_compile()
|
3067
3170
|
and json_path_match().</doc>
|
3068
3171
|
<return-value transfer-ownership="full">
|
3069
|
-
<doc xml:space="preserve">the newly created #JsonPath instance. Use
|
3172
|
+
<doc xml:space="preserve">the newly created #JsonPath instance. Use
|
3173
|
+
g_object_unref() to free the allocated resources when done</doc>
|
3070
3174
|
<type name="Path" c:type="JsonPath*"/>
|
3071
3175
|
</return-value>
|
3072
3176
|
</constructor>
|
3073
|
-
<function name="error_quark" c:identifier="json_path_error_quark">
|
3074
|
-
<return-value transfer-ownership="none">
|
3075
|
-
<type name="GLib.Quark" c:type="GQuark"/>
|
3076
|
-
</return-value>
|
3077
|
-
</function>
|
3078
3177
|
<function name="query"
|
3079
3178
|
c:identifier="json_path_query"
|
3080
3179
|
version="0.14"
|
@@ -3086,7 +3185,9 @@ json_path_compile() and json_path_match(). It implicitly
|
|
3086
3185
|
creates a #JsonPath instance, compiles @expression and
|
3087
3186
|
matches it against the JSON tree pointed by @root.</doc>
|
3088
3187
|
<return-value transfer-ownership="full">
|
3089
|
-
<doc xml:space="preserve">a newly-created #JsonNode of type
|
3188
|
+
<doc xml:space="preserve">a newly-created #JsonNode of type
|
3189
|
+
%JSON_NODE_ARRAY containing an array of matching #JsonNodes.
|
3190
|
+
Use json_node_free() when done</doc>
|
3090
3191
|
<type name="Node" c:type="JsonNode*"/>
|
3091
3192
|
</return-value>
|
3092
3193
|
<parameters>
|
@@ -3108,7 +3209,9 @@ matches it against the JSON tree pointed by @root.</doc>
|
|
3108
3209
|
|
3109
3210
|
A JSONPath expression must be compiled before calling json_path_match().</doc>
|
3110
3211
|
<return-value transfer-ownership="none">
|
3111
|
-
<doc xml:space="preserve">%TRUE on success; on error, @error will be set with
|
3212
|
+
<doc xml:space="preserve">%TRUE on success; on error, @error will be set with
|
3213
|
+
the %JSON_PATH_ERROR domain and a code from the #JsonPathError
|
3214
|
+
enumeration, and %FALSE will be returned</doc>
|
3112
3215
|
<type name="gboolean" c:type="gboolean"/>
|
3113
3216
|
</return-value>
|
3114
3217
|
<parameters>
|
@@ -3126,10 +3229,12 @@ A JSONPath expression must be compiled before calling json_path_match().</doc>
|
|
3126
3229
|
<doc xml:space="preserve">Matches the JSON tree pointed by @root using the expression compiled
|
3127
3230
|
into the #JsonPath.
|
3128
3231
|
|
3129
|
-
The matching #
|
3232
|
+
The matching #JsonNodes will be copied into a #JsonArray and
|
3130
3233
|
returned wrapped in a #JsonNode.</doc>
|
3131
3234
|
<return-value transfer-ownership="full">
|
3132
|
-
<doc xml:space="preserve">a newly-created #JsonNode of type
|
3235
|
+
<doc xml:space="preserve">a newly-created #JsonNode of type
|
3236
|
+
%JSON_NODE_ARRAY containing an array of matching #JsonNodes.
|
3237
|
+
Use json_node_free() when done</doc>
|
3133
3238
|
<type name="Node" c:type="JsonNode*"/>
|
3134
3239
|
</return-value>
|
3135
3240
|
<parameters>
|
@@ -3149,16 +3254,27 @@ returned wrapped in a #JsonNode.</doc>
|
|
3149
3254
|
disguised="1"
|
3150
3255
|
glib:is-gtype-struct-for="Path"
|
3151
3256
|
version="0.14">
|
3152
|
-
<doc xml:space="preserve">The
|
3153
|
-
|
3257
|
+
<doc xml:space="preserve">The `JsonPathClass` structure is an opaque object class whose members
|
3258
|
+
cannot be directly accessed.</doc>
|
3154
3259
|
</record>
|
3155
|
-
<enumeration name="PathError"
|
3260
|
+
<enumeration name="PathError"
|
3261
|
+
version="0.14"
|
3262
|
+
glib:type-name="JsonPathError"
|
3263
|
+
glib:get-type="json_path_error_get_type"
|
3264
|
+
c:type="JsonPathError"
|
3265
|
+
glib:error-domain="json-path-error-quark">
|
3156
3266
|
<doc xml:space="preserve">Error code enumeration for the %JSON_PATH_ERROR domain.</doc>
|
3157
|
-
<member name="
|
3267
|
+
<member name="query"
|
3158
3268
|
value="0"
|
3159
|
-
c:identifier="JSON_PATH_ERROR_INVALID_QUERY"
|
3269
|
+
c:identifier="JSON_PATH_ERROR_INVALID_QUERY"
|
3270
|
+
glib:nick="query">
|
3160
3271
|
<doc xml:space="preserve">Invalid query</doc>
|
3161
3272
|
</member>
|
3273
|
+
<function name="quark" c:identifier="json_path_error_quark">
|
3274
|
+
<return-value transfer-ownership="none">
|
3275
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
3276
|
+
</return-value>
|
3277
|
+
</function>
|
3162
3278
|
</enumeration>
|
3163
3279
|
<class name="Reader"
|
3164
3280
|
c:symbol-prefix="reader"
|
@@ -3168,34 +3284,34 @@ object class whose members cannot be directly accessed.</doc>
|
|
3168
3284
|
glib:type-name="JsonReader"
|
3169
3285
|
glib:get-type="json_reader_get_type"
|
3170
3286
|
glib:type-struct="ReaderClass">
|
3171
|
-
<doc xml:space="preserve">The
|
3172
|
-
|
3287
|
+
<doc xml:space="preserve">The `JsonReader` structure contains only private data and should
|
3288
|
+
be accessed using the provided API</doc>
|
3173
3289
|
<constructor name="new" c:identifier="json_reader_new" version="0.12">
|
3174
3290
|
<doc xml:space="preserve">Creates a new #JsonReader. You can use this object to read the contents of
|
3175
3291
|
the JSON tree starting from @node</doc>
|
3176
3292
|
<return-value transfer-ownership="full">
|
3177
|
-
<doc xml:space="preserve">the newly created #JsonReader. Use g_object_unref() to
|
3293
|
+
<doc xml:space="preserve">the newly created #JsonReader. Use g_object_unref() to
|
3294
|
+
release the allocated resources when done</doc>
|
3178
3295
|
<type name="Reader" c:type="JsonReader*"/>
|
3179
3296
|
</return-value>
|
3180
3297
|
<parameters>
|
3181
|
-
<parameter name="node"
|
3298
|
+
<parameter name="node"
|
3299
|
+
transfer-ownership="none"
|
3300
|
+
nullable="1"
|
3301
|
+
allow-none="1">
|
3182
3302
|
<doc xml:space="preserve">a #JsonNode, or %NULL</doc>
|
3183
3303
|
<type name="Node" c:type="JsonNode*"/>
|
3184
3304
|
</parameter>
|
3185
3305
|
</parameters>
|
3186
3306
|
</constructor>
|
3187
|
-
<function name="error_quark" c:identifier="json_reader_error_quark">
|
3188
|
-
<return-value transfer-ownership="none">
|
3189
|
-
<type name="GLib.Quark" c:type="GQuark"/>
|
3190
|
-
</return-value>
|
3191
|
-
</function>
|
3192
3307
|
<method name="count_elements"
|
3193
3308
|
c:identifier="json_reader_count_elements"
|
3194
3309
|
version="0.12">
|
3195
3310
|
<doc xml:space="preserve">Counts the elements of the current position, if @reader is
|
3196
3311
|
positioned on an array</doc>
|
3197
3312
|
<return-value transfer-ownership="none">
|
3198
|
-
<doc xml:space="preserve">the number of elements, or -1. In case of failure
|
3313
|
+
<doc xml:space="preserve">the number of elements, or -1. In case of failure
|
3314
|
+
the #JsonReader is set in an error state</doc>
|
3199
3315
|
<type name="gint" c:type="gint"/>
|
3200
3316
|
</return-value>
|
3201
3317
|
<parameters>
|
@@ -3211,7 +3327,8 @@ positioned on an array</doc>
|
|
3211
3327
|
<doc xml:space="preserve">Counts the members of the current position, if @reader is
|
3212
3328
|
positioned on an object</doc>
|
3213
3329
|
<return-value transfer-ownership="none">
|
3214
|
-
<doc xml:space="preserve">the number of members, or -1. In case of failure
|
3330
|
+
<doc xml:space="preserve">the number of members, or -1. In case of failure
|
3331
|
+
the #JsonReader is set in an error state</doc>
|
3215
3332
|
<type name="gint" c:type="gint"/>
|
3216
3333
|
</return-value>
|
3217
3334
|
<parameters>
|
@@ -3366,7 +3483,9 @@ is in error state</doc>
|
|
3366
3483
|
version="0.12">
|
3367
3484
|
<doc xml:space="preserve">Retrieves the #JsonNode of the current position of @reader</doc>
|
3368
3485
|
<return-value transfer-ownership="none">
|
3369
|
-
<doc xml:space="preserve">a #JsonNode, or %NULL. The returned node
|
3486
|
+
<doc xml:space="preserve">a #JsonNode, or %NULL. The returned node
|
3487
|
+
is owned by the #JsonReader and it should not be modified or freed
|
3488
|
+
directly</doc>
|
3370
3489
|
<type name="Node" c:type="JsonNode*"/>
|
3371
3490
|
</return-value>
|
3372
3491
|
<parameters>
|
@@ -3381,7 +3500,8 @@ is in error state</doc>
|
|
3381
3500
|
version="0.12">
|
3382
3501
|
<doc xml:space="preserve">Checks whether the @reader is currently on an array</doc>
|
3383
3502
|
<return-value transfer-ownership="none">
|
3384
|
-
<doc xml:space="preserve">%TRUE if the #JsonReader is on an array, and %FALSE
|
3503
|
+
<doc xml:space="preserve">%TRUE if the #JsonReader is on an array, and %FALSE
|
3504
|
+
otherwise</doc>
|
3385
3505
|
<type name="gboolean" c:type="gboolean"/>
|
3386
3506
|
</return-value>
|
3387
3507
|
<parameters>
|
@@ -3396,7 +3516,8 @@ is in error state</doc>
|
|
3396
3516
|
version="0.12">
|
3397
3517
|
<doc xml:space="preserve">Checks whether the @reader is currently on an object</doc>
|
3398
3518
|
<return-value transfer-ownership="none">
|
3399
|
-
<doc xml:space="preserve">%TRUE if the #JsonReader is on an object, and %FALSE
|
3519
|
+
<doc xml:space="preserve">%TRUE if the #JsonReader is on an object, and %FALSE
|
3520
|
+
otherwise</doc>
|
3400
3521
|
<type name="gboolean" c:type="gboolean"/>
|
3401
3522
|
</return-value>
|
3402
3523
|
<parameters>
|
@@ -3411,7 +3532,8 @@ is in error state</doc>
|
|
3411
3532
|
version="0.12">
|
3412
3533
|
<doc xml:space="preserve">Checks whether the @reader is currently on a value</doc>
|
3413
3534
|
<return-value transfer-ownership="none">
|
3414
|
-
<doc xml:space="preserve">%TRUE if the #JsonReader is on a value, and %FALSE
|
3535
|
+
<doc xml:space="preserve">%TRUE if the #JsonReader is on a value, and %FALSE
|
3536
|
+
otherwise</doc>
|
3415
3537
|
<type name="gboolean" c:type="gboolean"/>
|
3416
3538
|
</return-value>
|
3417
3539
|
<parameters>
|
@@ -3427,7 +3549,9 @@ is in error state</doc>
|
|
3427
3549
|
<doc xml:space="preserve">Retrieves a list of member names from the current position, if @reader
|
3428
3550
|
is positioned on an object.</doc>
|
3429
3551
|
<return-value transfer-ownership="full">
|
3430
|
-
<doc xml:space="preserve">a newly allocated, %NULL-terminated
|
3552
|
+
<doc xml:space="preserve">a newly allocated, %NULL-terminated
|
3553
|
+
array of strings holding the members name. Use g_strfreev() when
|
3554
|
+
done.</doc>
|
3431
3555
|
<array c:type="gchar**">
|
3432
3556
|
<type name="utf8"/>
|
3433
3557
|
</array>
|
@@ -3504,11 +3628,11 @@ reposition the cursor inside the #JsonReader, e.g.:
|
|
3504
3628
|
|[
|
3505
3629
|
json_reader_read_member (reader, "author");
|
3506
3630
|
author = json_reader_get_string_value (reader);
|
3507
|
-
|
3631
|
+
json_reader_end_member (reader);
|
3508
3632
|
|
3509
|
-
|
3633
|
+
json_reader_read_member (reader, "title");
|
3510
3634
|
title = json_reader_get_string_value (reader);
|
3511
|
-
|
3635
|
+
json_reader_end_member (reader);
|
3512
3636
|
]|
|
3513
3637
|
|
3514
3638
|
If @reader is not currently on an object, or if the @member_name is not
|
@@ -3544,7 +3668,10 @@ If another #JsonNode is currently set as root, it will be replaced.</doc>
|
|
3544
3668
|
<doc xml:space="preserve">a #JsonReader</doc>
|
3545
3669
|
<type name="Reader" c:type="JsonReader*"/>
|
3546
3670
|
</instance-parameter>
|
3547
|
-
<parameter name="root"
|
3671
|
+
<parameter name="root"
|
3672
|
+
transfer-ownership="none"
|
3673
|
+
nullable="1"
|
3674
|
+
allow-none="1">
|
3548
3675
|
<doc xml:space="preserve">a #JsonNode</doc>
|
3549
3676
|
<type name="Node" c:type="JsonNode*"/>
|
3550
3677
|
</parameter>
|
@@ -3569,8 +3696,7 @@ If another #JsonNode is currently set as root, it will be replaced.</doc>
|
|
3569
3696
|
c:type="JsonReaderClass"
|
3570
3697
|
glib:is-gtype-struct-for="Reader"
|
3571
3698
|
version="0.12">
|
3572
|
-
<doc xml:space="preserve">The
|
3573
|
-
private data</doc>
|
3699
|
+
<doc xml:space="preserve">The `JsonReaderClass` structure contains only private data</doc>
|
3574
3700
|
<field name="parent_class" readable="0" private="1">
|
3575
3701
|
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
|
3576
3702
|
</field>
|
@@ -3610,43 +3736,62 @@ private data</doc>
|
|
3610
3736
|
</callback>
|
3611
3737
|
</field>
|
3612
3738
|
</record>
|
3613
|
-
<enumeration name="ReaderError"
|
3739
|
+
<enumeration name="ReaderError"
|
3740
|
+
version="0.12"
|
3741
|
+
glib:type-name="JsonReaderError"
|
3742
|
+
glib:get-type="json_reader_error_get_type"
|
3743
|
+
c:type="JsonReaderError"
|
3744
|
+
glib:error-domain="json-reader-error-quark">
|
3614
3745
|
<doc xml:space="preserve">Error codes enumeration for #JsonReader errors</doc>
|
3615
3746
|
<member name="no_array"
|
3616
3747
|
value="0"
|
3617
|
-
c:identifier="JSON_READER_ERROR_NO_ARRAY"
|
3748
|
+
c:identifier="JSON_READER_ERROR_NO_ARRAY"
|
3749
|
+
glib:nick="no-array">
|
3618
3750
|
<doc xml:space="preserve">No array found at the current position</doc>
|
3619
3751
|
</member>
|
3620
3752
|
<member name="invalid_index"
|
3621
3753
|
value="1"
|
3622
|
-
c:identifier="JSON_READER_ERROR_INVALID_INDEX"
|
3754
|
+
c:identifier="JSON_READER_ERROR_INVALID_INDEX"
|
3755
|
+
glib:nick="invalid-index">
|
3623
3756
|
<doc xml:space="preserve">Index out of bounds</doc>
|
3624
3757
|
</member>
|
3625
3758
|
<member name="no_object"
|
3626
3759
|
value="2"
|
3627
|
-
c:identifier="JSON_READER_ERROR_NO_OBJECT"
|
3760
|
+
c:identifier="JSON_READER_ERROR_NO_OBJECT"
|
3761
|
+
glib:nick="no-object">
|
3628
3762
|
<doc xml:space="preserve">No object found at the current position</doc>
|
3629
3763
|
</member>
|
3630
3764
|
<member name="invalid_member"
|
3631
3765
|
value="3"
|
3632
|
-
c:identifier="JSON_READER_ERROR_INVALID_MEMBER"
|
3766
|
+
c:identifier="JSON_READER_ERROR_INVALID_MEMBER"
|
3767
|
+
glib:nick="invalid-member">
|
3633
3768
|
<doc xml:space="preserve">Member not found</doc>
|
3634
3769
|
</member>
|
3635
3770
|
<member name="invalid_node"
|
3636
3771
|
value="4"
|
3637
|
-
c:identifier="JSON_READER_ERROR_INVALID_NODE"
|
3772
|
+
c:identifier="JSON_READER_ERROR_INVALID_NODE"
|
3773
|
+
glib:nick="invalid-node">
|
3638
3774
|
<doc xml:space="preserve">No valid node found at the current position</doc>
|
3639
3775
|
</member>
|
3640
3776
|
<member name="no_value"
|
3641
3777
|
value="5"
|
3642
|
-
c:identifier="JSON_READER_ERROR_NO_VALUE"
|
3643
|
-
|
3778
|
+
c:identifier="JSON_READER_ERROR_NO_VALUE"
|
3779
|
+
glib:nick="no-value">
|
3780
|
+
<doc xml:space="preserve">The node at the current position does not
|
3781
|
+
hold a value</doc>
|
3644
3782
|
</member>
|
3645
3783
|
<member name="invalid_type"
|
3646
3784
|
value="6"
|
3647
|
-
c:identifier="JSON_READER_ERROR_INVALID_TYPE"
|
3648
|
-
|
3785
|
+
c:identifier="JSON_READER_ERROR_INVALID_TYPE"
|
3786
|
+
glib:nick="invalid-type">
|
3787
|
+
<doc xml:space="preserve">The node at the current position does not
|
3788
|
+
hold a value of the desired type</doc>
|
3649
3789
|
</member>
|
3790
|
+
<function name="quark" c:identifier="json_reader_error_quark">
|
3791
|
+
<return-value transfer-ownership="none">
|
3792
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
3793
|
+
</return-value>
|
3794
|
+
</function>
|
3650
3795
|
</enumeration>
|
3651
3796
|
<record name="ReaderPrivate" c:type="JsonReaderPrivate" disguised="1">
|
3652
3797
|
</record>
|
@@ -3666,6 +3811,7 @@ property contained inside @property_node into @value.</doc>
|
|
3666
3811
|
</return-value>
|
3667
3812
|
<parameters>
|
3668
3813
|
<instance-parameter name="serializable" transfer-ownership="none">
|
3814
|
+
<doc xml:space="preserve">a #JsonSerializable</doc>
|
3669
3815
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
3670
3816
|
</instance-parameter>
|
3671
3817
|
<parameter name="property_name" transfer-ownership="none">
|
@@ -3694,11 +3840,13 @@ property contained inside @property_node into @value.</doc>
|
|
3694
3840
|
version="0.14">
|
3695
3841
|
<doc xml:space="preserve">FIXME</doc>
|
3696
3842
|
<return-value transfer-ownership="none">
|
3697
|
-
<doc xml:space="preserve">the #GParamSpec for the property
|
3843
|
+
<doc xml:space="preserve">the #GParamSpec for the property
|
3844
|
+
or %NULL if no property was found</doc>
|
3698
3845
|
<type name="GObject.ParamSpec" c:type="GParamSpec*"/>
|
3699
3846
|
</return-value>
|
3700
3847
|
<parameters>
|
3701
3848
|
<instance-parameter name="serializable" transfer-ownership="none">
|
3849
|
+
<doc xml:space="preserve">a #JsonSerializable</doc>
|
3702
3850
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
3703
3851
|
</instance-parameter>
|
3704
3852
|
<parameter name="name" transfer-ownership="none">
|
@@ -3745,6 +3893,7 @@ property into a #JsonNode object.</doc>
|
|
3745
3893
|
</return-value>
|
3746
3894
|
<parameters>
|
3747
3895
|
<instance-parameter name="serializable" transfer-ownership="none">
|
3896
|
+
<doc xml:space="preserve">a #JsonSerializable object</doc>
|
3748
3897
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
3749
3898
|
</instance-parameter>
|
3750
3899
|
<parameter name="property_name" transfer-ownership="none">
|
@@ -3786,7 +3935,7 @@ deserialize_property() virtual function
|
|
3786
3935
|
This function can be used inside a custom implementation
|
3787
3936
|
of the deserialize_property() virtual function in lieu of:
|
3788
3937
|
|
3789
|
-
|[
|
3938
|
+
|[<!-- language="C" -->
|
3790
3939
|
JsonSerializable *iface;
|
3791
3940
|
gboolean res;
|
3792
3941
|
|
@@ -3827,12 +3976,14 @@ of the deserialize_property() virtual function in lieu of:
|
|
3827
3976
|
c:identifier="json_serializable_default_serialize_property"
|
3828
3977
|
version="0.10">
|
3829
3978
|
<doc xml:space="preserve">Calls the default implementation of the #JsonSerializable
|
3830
|
-
serialize_property() virtual function
|
3979
|
+
#JsonSerializableIface.serialize_property() virtual function.
|
3831
3980
|
|
3832
3981
|
This function can be used inside a custom implementation
|
3833
|
-
of the serialize_property() virtual
|
3982
|
+
of the #JsonSerializableIface.serialize_property() virtual
|
3983
|
+
function in lieu of calling the default implementation
|
3984
|
+
through g_type_default_interface_peek():
|
3834
3985
|
|
3835
|
-
|[
|
3986
|
+
|[<!-- language="C" -->
|
3836
3987
|
JsonSerializable *iface;
|
3837
3988
|
JsonNode *node;
|
3838
3989
|
|
@@ -3842,7 +3993,8 @@ of the serialize_property() virtual function in lieu of:
|
|
3842
3993
|
pspec);
|
3843
3994
|
]|</doc>
|
3844
3995
|
<return-value transfer-ownership="full">
|
3845
|
-
<doc xml:space="preserve">a #JsonNode containing the serialized
|
3996
|
+
<doc xml:space="preserve">a #JsonNode containing the serialized
|
3997
|
+
property</doc>
|
3846
3998
|
<type name="Node" c:type="JsonNode*"/>
|
3847
3999
|
</return-value>
|
3848
4000
|
<parameters>
|
@@ -3903,7 +4055,8 @@ property contained inside @property_node into @value.</doc>
|
|
3903
4055
|
version="0.14">
|
3904
4056
|
<doc xml:space="preserve">FIXME</doc>
|
3905
4057
|
<return-value transfer-ownership="none">
|
3906
|
-
<doc xml:space="preserve">the #GParamSpec for the property
|
4058
|
+
<doc xml:space="preserve">the #GParamSpec for the property
|
4059
|
+
or %NULL if no property was found</doc>
|
3907
4060
|
<type name="GObject.ParamSpec" c:type="GParamSpec*"/>
|
3908
4061
|
</return-value>
|
3909
4062
|
<parameters>
|
@@ -3939,7 +4092,8 @@ property contained inside @property_node into @value.</doc>
|
|
3939
4092
|
version="0.14">
|
3940
4093
|
<doc xml:space="preserve">FIXME</doc>
|
3941
4094
|
<return-value transfer-ownership="container">
|
3942
|
-
<doc xml:space="preserve">an array
|
4095
|
+
<doc xml:space="preserve">an array
|
4096
|
+
of #GParamSpec. Use g_free() to free the array when done.</doc>
|
3943
4097
|
<array length="0" zero-terminated="0" c:type="GParamSpec**">
|
3944
4098
|
<type name="GObject.ParamSpec" c:type="GParamSpec*"/>
|
3945
4099
|
</array>
|
@@ -3953,7 +4107,8 @@ property contained inside @property_node into @value.</doc>
|
|
3953
4107
|
direction="out"
|
3954
4108
|
caller-allocates="0"
|
3955
4109
|
transfer-ownership="full">
|
3956
|
-
<doc xml:space="preserve">return location for the length of the array
|
4110
|
+
<doc xml:space="preserve">return location for the length of the array
|
4111
|
+
of #GParamSpec returned by the function</doc>
|
3957
4112
|
<type name="guint" c:type="guint*"/>
|
3958
4113
|
</parameter>
|
3959
4114
|
</parameters>
|
@@ -4006,7 +4161,7 @@ property into a #JsonNode object.</doc>
|
|
4006
4161
|
<record name="SerializableIface"
|
4007
4162
|
c:type="JsonSerializableIface"
|
4008
4163
|
glib:is-gtype-struct-for="Serializable">
|
4009
|
-
<doc xml:space="preserve">Interface that allows serializing and deserializing #GObject
|
4164
|
+
<doc xml:space="preserve">Interface that allows serializing and deserializing #GObject instances
|
4010
4165
|
with properties storing complex data types. The json_serialize_gobject()
|
4011
4166
|
function will check if the passed #GObject implements this interface,
|
4012
4167
|
so it can also be used to override the default property serialization
|
@@ -4022,6 +4177,7 @@ sequence.</doc>
|
|
4022
4177
|
</return-value>
|
4023
4178
|
<parameters>
|
4024
4179
|
<parameter name="serializable" transfer-ownership="none">
|
4180
|
+
<doc xml:space="preserve">a #JsonSerializable object</doc>
|
4025
4181
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
4026
4182
|
</parameter>
|
4027
4183
|
<parameter name="property_name" transfer-ownership="none">
|
@@ -4047,6 +4203,7 @@ sequence.</doc>
|
|
4047
4203
|
</return-value>
|
4048
4204
|
<parameters>
|
4049
4205
|
<parameter name="serializable" transfer-ownership="none">
|
4206
|
+
<doc xml:space="preserve">a #JsonSerializable</doc>
|
4050
4207
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
4051
4208
|
</parameter>
|
4052
4209
|
<parameter name="property_name" transfer-ownership="none">
|
@@ -4074,11 +4231,13 @@ sequence.</doc>
|
|
4074
4231
|
<field name="find_property">
|
4075
4232
|
<callback name="find_property">
|
4076
4233
|
<return-value transfer-ownership="none">
|
4077
|
-
<doc xml:space="preserve">the #GParamSpec for the property
|
4234
|
+
<doc xml:space="preserve">the #GParamSpec for the property
|
4235
|
+
or %NULL if no property was found</doc>
|
4078
4236
|
<type name="GObject.ParamSpec" c:type="GParamSpec*"/>
|
4079
4237
|
</return-value>
|
4080
4238
|
<parameters>
|
4081
4239
|
<parameter name="serializable" transfer-ownership="none">
|
4240
|
+
<doc xml:space="preserve">a #JsonSerializable</doc>
|
4082
4241
|
<type name="Serializable" c:type="JsonSerializable*"/>
|
4083
4242
|
</parameter>
|
4084
4243
|
<parameter name="name" transfer-ownership="none">
|
@@ -4140,6 +4299,11 @@ sequence.</doc>
|
|
4140
4299
|
</callback>
|
4141
4300
|
</field>
|
4142
4301
|
</record>
|
4302
|
+
<constant name="VERSION_S" value="1.0.2" c:type="JSON_VERSION_S">
|
4303
|
+
<doc xml:space="preserve">JSON-GLib version, encoded as a string, useful for printing and
|
4304
|
+
concatenation.</doc>
|
4305
|
+
<type name="utf8" c:type="gchar*"/>
|
4306
|
+
</constant>
|
4143
4307
|
<function name="boxed_can_deserialize"
|
4144
4308
|
c:identifier="json_boxed_can_deserialize"
|
4145
4309
|
version="0.10">
|
@@ -4168,7 +4332,8 @@ type @gboxed_type into a #JsonNode. The type of the
|
|
4168
4332
|
#JsonNode is placed inside @node_type if the function
|
4169
4333
|
returns %TRUE and it's undefined otherwise.</doc>
|
4170
4334
|
<return-value transfer-ownership="none">
|
4171
|
-
<doc xml:space="preserve">%TRUE if the type can be serialized,
|
4335
|
+
<doc xml:space="preserve">%TRUE if the type can be serialized,
|
4336
|
+
and %FALSE otherwise.</doc>
|
4172
4337
|
<type name="gboolean" c:type="gboolean"/>
|
4173
4338
|
</return-value>
|
4174
4339
|
<parameters>
|
@@ -4180,7 +4345,8 @@ returns %TRUE and it's undefined otherwise.</doc>
|
|
4180
4345
|
direction="out"
|
4181
4346
|
caller-allocates="0"
|
4182
4347
|
transfer-ownership="full">
|
4183
|
-
<doc xml:space="preserve">the #JsonNode type to which the boxed type can be
|
4348
|
+
<doc xml:space="preserve">the #JsonNode type to which the boxed type can be
|
4349
|
+
serialized into</doc>
|
4184
4350
|
<type name="NodeType" c:type="JsonNodeType*"/>
|
4185
4351
|
</parameter>
|
4186
4352
|
</parameters>
|
@@ -4190,7 +4356,9 @@ returns %TRUE and it's undefined otherwise.</doc>
|
|
4190
4356
|
version="0.10">
|
4191
4357
|
<doc xml:space="preserve">Deserializes @node into a #GBoxed of @gboxed_type</doc>
|
4192
4358
|
<return-value transfer-ownership="full">
|
4193
|
-
<doc xml:space="preserve">the newly allocated #GBoxed. Use
|
4359
|
+
<doc xml:space="preserve">the newly allocated #GBoxed. Use
|
4360
|
+
g_boxed_free() to release the resources allocated by this
|
4361
|
+
function</doc>
|
4194
4362
|
<type name="gpointer" c:type="gpointer"/>
|
4195
4363
|
</return-value>
|
4196
4364
|
<parameters>
|
@@ -4223,7 +4391,8 @@ from a #JsonNode of type @node_type</doc>
|
|
4223
4391
|
<type name="NodeType" c:type="JsonNodeType"/>
|
4224
4392
|
</parameter>
|
4225
4393
|
<parameter name="deserialize_func" transfer-ownership="none">
|
4226
|
-
<doc xml:space="preserve">deserialization function for @boxed_type from
|
4394
|
+
<doc xml:space="preserve">deserialization function for @boxed_type from
|
4395
|
+
a #JsonNode of type @node_type</doc>
|
4227
4396
|
<type name="BoxedDeserializeFunc" c:type="JsonBoxedDeserializeFunc"/>
|
4228
4397
|
</parameter>
|
4229
4398
|
</parameters>
|
@@ -4247,7 +4416,8 @@ to a #JsonNode of type @node_type</doc>
|
|
4247
4416
|
<type name="NodeType" c:type="JsonNodeType"/>
|
4248
4417
|
</parameter>
|
4249
4418
|
<parameter name="serialize_func" transfer-ownership="none">
|
4250
|
-
<doc xml:space="preserve">serialization function for @boxed_type into
|
4419
|
+
<doc xml:space="preserve">serialization function for @boxed_type into
|
4420
|
+
a #JsonNode of type @node_type</doc>
|
4251
4421
|
<type name="BoxedSerializeFunc" c:type="JsonBoxedSerializeFunc"/>
|
4252
4422
|
</parameter>
|
4253
4423
|
</parameters>
|
@@ -4258,7 +4428,8 @@ to a #JsonNode of type @node_type</doc>
|
|
4258
4428
|
<doc xml:space="preserve">Serializes @boxed, a pointer to a #GBoxed of type @gboxed_type,
|
4259
4429
|
into a #JsonNode</doc>
|
4260
4430
|
<return-value transfer-ownership="full">
|
4261
|
-
<doc xml:space="preserve">a #JsonNode with the serialization of the
|
4431
|
+
<doc xml:space="preserve">a #JsonNode with the serialization of the
|
4432
|
+
boxed type, or %NULL if serialization either failed or was not possible</doc>
|
4262
4433
|
<type name="Node" c:type="JsonNode*"/>
|
4263
4434
|
</return-value>
|
4264
4435
|
<parameters>
|
@@ -4275,7 +4446,7 @@ into a #JsonNode</doc>
|
|
4275
4446
|
<function name="construct_gobject"
|
4276
4447
|
c:identifier="json_construct_gobject"
|
4277
4448
|
version="0.4"
|
4278
|
-
deprecated="
|
4449
|
+
deprecated="1"
|
4279
4450
|
deprecated-version="0.10"
|
4280
4451
|
throws="1">
|
4281
4452
|
<doc xml:space="preserve">Deserializes a JSON data stream and creates the corresponding
|
@@ -4285,6 +4456,7 @@ into the respective properties; otherwise, the default implementation
|
|
4285
4456
|
will be used to translate the compatible JSON native types.
|
4286
4457
|
|
4287
4458
|
Note: the JSON data stream must be an object declaration.</doc>
|
4459
|
+
<doc-deprecated xml:space="preserve">Use json_gobject_from_data() instead</doc-deprecated>
|
4288
4460
|
<return-value transfer-ownership="full">
|
4289
4461
|
<doc xml:space="preserve">a #GObject or %NULL</doc>
|
4290
4462
|
<type name="GObject.Object" c:type="GObject*"/>
|
@@ -4310,7 +4482,9 @@ Note: the JSON data stream must be an object declaration.</doc>
|
|
4310
4482
|
<doc xml:space="preserve">Creates a new #GObject of type @gtype, and constructs it
|
4311
4483
|
using the members of the passed #JsonObject</doc>
|
4312
4484
|
<return-value transfer-ownership="full">
|
4313
|
-
<doc xml:space="preserve">The newly created #GObject
|
4485
|
+
<doc xml:space="preserve">The newly created #GObject
|
4486
|
+
instance. Use g_object_unref() to free the resources
|
4487
|
+
allocated by this function</doc>
|
4314
4488
|
<type name="GObject.Object" c:type="GObject*"/>
|
4315
4489
|
</return-value>
|
4316
4490
|
<parameters>
|
@@ -4319,7 +4493,8 @@ using the members of the passed #JsonObject</doc>
|
|
4319
4493
|
<type name="GType" c:type="GType"/>
|
4320
4494
|
</parameter>
|
4321
4495
|
<parameter name="node" transfer-ownership="none">
|
4322
|
-
<doc xml:space="preserve">a #JsonNode of type %JSON_NODE_OBJECT describing the
|
4496
|
+
<doc xml:space="preserve">a #JsonNode of type %JSON_NODE_OBJECT describing the
|
4497
|
+
instance of type @gtype</doc>
|
4323
4498
|
<type name="Node" c:type="JsonNode*"/>
|
4324
4499
|
</parameter>
|
4325
4500
|
</parameters>
|
@@ -4361,7 +4536,9 @@ Note: the JSON data stream must be an object declaration.</doc>
|
|
4361
4536
|
instance. Each member of the returned JSON object will
|
4362
4537
|
map to a property of the #GObject</doc>
|
4363
4538
|
<return-value transfer-ownership="full">
|
4364
|
-
<doc xml:space="preserve">the newly created #JsonNode
|
4539
|
+
<doc xml:space="preserve">the newly created #JsonNode
|
4540
|
+
of type %JSON_NODE_OBJECT. Use json_node_free() to free
|
4541
|
+
the resources allocated by this function</doc>
|
4365
4542
|
<type name="Node" c:type="JsonNode*"/>
|
4366
4543
|
</return-value>
|
4367
4544
|
<parameters>
|
@@ -4417,7 +4594,8 @@ in the JSON nodes.
|
|
4417
4594
|
The returned variant has a floating reference that will need to be sunk
|
4418
4595
|
by the caller code.</doc>
|
4419
4596
|
<return-value transfer-ownership="none">
|
4420
|
-
<doc xml:space="preserve">A newly created, floating #GVariant
|
4597
|
+
<doc xml:space="preserve">A newly created, floating #GVariant
|
4598
|
+
compliant with @signature, or %NULL on error</doc>
|
4421
4599
|
<type name="GLib.Variant" c:type="GVariant*"/>
|
4422
4600
|
</return-value>
|
4423
4601
|
<parameters>
|
@@ -4425,7 +4603,10 @@ by the caller code.</doc>
|
|
4425
4603
|
<doc xml:space="preserve">A #JsonNode to convert</doc>
|
4426
4604
|
<type name="Node" c:type="JsonNode*"/>
|
4427
4605
|
</parameter>
|
4428
|
-
<parameter name="signature"
|
4606
|
+
<parameter name="signature"
|
4607
|
+
transfer-ownership="none"
|
4608
|
+
nullable="1"
|
4609
|
+
allow-none="1">
|
4429
4610
|
<doc xml:space="preserve">A valid #GVariant type string, or %NULL</doc>
|
4430
4611
|
<type name="utf8" c:type="const gchar*"/>
|
4431
4612
|
</parameter>
|
@@ -4443,7 +4624,8 @@ json_gvariant_deserialize() is called.
|
|
4443
4624
|
The returned variant has a floating reference that will need to be sunk
|
4444
4625
|
by the caller code.</doc>
|
4445
4626
|
<return-value transfer-ownership="none">
|
4446
|
-
<doc xml:space="preserve">A newly created, floating #GVariant compliant
|
4627
|
+
<doc xml:space="preserve">A newly created, floating #GVariant compliant
|
4628
|
+
with @signature, or %NULL on error</doc>
|
4447
4629
|
<type name="GLib.Variant" c:type="GVariant*"/>
|
4448
4630
|
</return-value>
|
4449
4631
|
<parameters>
|
@@ -4455,7 +4637,10 @@ by the caller code.</doc>
|
|
4455
4637
|
<doc xml:space="preserve">The length of @json, or -1 if %NULL-terminated</doc>
|
4456
4638
|
<type name="gssize" c:type="gssize"/>
|
4457
4639
|
</parameter>
|
4458
|
-
<parameter name="signature"
|
4640
|
+
<parameter name="signature"
|
4641
|
+
transfer-ownership="none"
|
4642
|
+
nullable="1"
|
4643
|
+
allow-none="1">
|
4459
4644
|
<doc xml:space="preserve">A valid #GVariant type string, or %NULL</doc>
|
4460
4645
|
<type name="utf8" c:type="const gchar*"/>
|
4461
4646
|
</parameter>
|
@@ -4466,7 +4651,8 @@ by the caller code.</doc>
|
|
4466
4651
|
version="0.14">
|
4467
4652
|
<doc xml:space="preserve">Converts @variant to a JSON tree.</doc>
|
4468
4653
|
<return-value transfer-ownership="full">
|
4469
|
-
<doc xml:space="preserve">A #JsonNode representing the root of the
|
4654
|
+
<doc xml:space="preserve">A #JsonNode representing the root of the
|
4655
|
+
JSON data structure obtained from @variant</doc>
|
4470
4656
|
<type name="Node" c:type="JsonNode*"/>
|
4471
4657
|
</return-value>
|
4472
4658
|
<parameters>
|
@@ -4483,7 +4669,8 @@ by the caller code.</doc>
|
|
4483
4669
|
is actually a helper function. It uses json_gvariant_serialize() to obtain the
|
4484
4670
|
JSON tree, and then #JsonGenerator to stringify it.</doc>
|
4485
4671
|
<return-value transfer-ownership="full">
|
4486
|
-
<doc xml:space="preserve">The JSON encoded string corresponding to
|
4672
|
+
<doc xml:space="preserve">The JSON encoded string corresponding to
|
4673
|
+
@variant</doc>
|
4487
4674
|
<type name="utf8" c:type="gchar*"/>
|
4488
4675
|
</return-value>
|
4489
4676
|
<parameters>
|
@@ -4495,31 +4682,44 @@ JSON tree, and then #JsonGenerator to stringify it.</doc>
|
|
4495
4682
|
direction="out"
|
4496
4683
|
caller-allocates="0"
|
4497
4684
|
transfer-ownership="full"
|
4685
|
+
optional="1"
|
4498
4686
|
allow-none="1">
|
4499
|
-
<doc xml:space="preserve">Return location for the length of the returned
|
4687
|
+
<doc xml:space="preserve">Return location for the length of the returned
|
4688
|
+
string, or %NULL</doc>
|
4500
4689
|
<type name="gsize" c:type="gsize*"/>
|
4501
4690
|
</parameter>
|
4502
4691
|
</parameters>
|
4503
4692
|
</function>
|
4504
|
-
<function name="
|
4505
|
-
c:identifier="
|
4506
|
-
moved-to="
|
4507
|
-
|
4508
|
-
|
4509
|
-
|
4510
|
-
|
4511
|
-
|
4512
|
-
|
4693
|
+
<function name="parser_error_quark"
|
4694
|
+
c:identifier="json_parser_error_quark"
|
4695
|
+
moved-to="ParserError.quark">
|
4696
|
+
<return-value transfer-ownership="none">
|
4697
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
4698
|
+
</return-value>
|
4699
|
+
</function>
|
4700
|
+
<function name="path_error_quark"
|
4701
|
+
c:identifier="json_path_error_quark"
|
4702
|
+
moved-to="PathError.quark">
|
4703
|
+
<return-value transfer-ownership="none">
|
4704
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
4705
|
+
</return-value>
|
4706
|
+
</function>
|
4707
|
+
<function name="reader_error_quark"
|
4708
|
+
c:identifier="json_reader_error_quark"
|
4709
|
+
moved-to="ReaderError.quark">
|
4710
|
+
<return-value transfer-ownership="none">
|
4711
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
4513
4712
|
</return-value>
|
4514
4713
|
</function>
|
4515
4714
|
<function name="serialize_gobject"
|
4516
4715
|
c:identifier="json_serialize_gobject"
|
4517
|
-
deprecated="
|
4716
|
+
deprecated="1"
|
4518
4717
|
deprecated-version="0.10">
|
4519
4718
|
<doc xml:space="preserve">Serializes a #GObject into a JSON data stream. If @gobject implements
|
4520
4719
|
the #JsonSerializableIface interface, it will be asked to serizalize all
|
4521
4720
|
its properties; otherwise, the default implementation will be use to
|
4522
4721
|
translate the compatible types into JSON native types.</doc>
|
4722
|
+
<doc-deprecated xml:space="preserve">Use json_gobject_to_data() instead</doc-deprecated>
|
4523
4723
|
<return-value transfer-ownership="full">
|
4524
4724
|
<doc xml:space="preserve">a JSON data stream representing the passed #GObject</doc>
|
4525
4725
|
<type name="utf8" c:type="gchar*"/>
|