clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -24,18 +24,25 @@
|
|
24
24
|
#ifndef __JSON_GVARIANT_H__
|
25
25
|
#define __JSON_GVARIANT_H__
|
26
26
|
|
27
|
-
#
|
28
|
-
#
|
27
|
+
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
|
28
|
+
#error "Only <json-glib/json-glib.h> can be included directly."
|
29
|
+
#endif
|
30
|
+
|
31
|
+
#include <json-glib/json-types.h>
|
29
32
|
|
30
33
|
G_BEGIN_DECLS
|
31
34
|
|
35
|
+
JSON_AVAILABLE_IN_1_0
|
32
36
|
JsonNode * json_gvariant_serialize (GVariant *variant);
|
37
|
+
JSON_AVAILABLE_IN_1_0
|
33
38
|
gchar * json_gvariant_serialize_data (GVariant *variant,
|
34
39
|
gsize *length);
|
35
40
|
|
41
|
+
JSON_AVAILABLE_IN_1_0
|
36
42
|
GVariant * json_gvariant_deserialize (JsonNode *json_node,
|
37
43
|
const gchar *signature,
|
38
44
|
GError **error);
|
45
|
+
JSON_AVAILABLE_IN_1_0
|
39
46
|
GVariant * json_gvariant_deserialize_data (const gchar *json,
|
40
47
|
gssize length,
|
41
48
|
const gchar *signature,
|
@@ -21,14 +21,13 @@
|
|
21
21
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
22
22
|
*/
|
23
23
|
|
24
|
+
#ifndef __JSON_PARSER_H__
|
25
|
+
#define __JSON_PARSER_H__
|
26
|
+
|
24
27
|
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
|
25
28
|
#error "Only <json-glib/json-glib.h> can be included directly."
|
26
29
|
#endif
|
27
30
|
|
28
|
-
#ifndef __JSON_PARSER_H__
|
29
|
-
#define __JSON_PARSER_H__
|
30
|
-
|
31
|
-
#include <glib-object.h>
|
32
31
|
#include <gio/gio.h>
|
33
32
|
#include <json-glib/json-types.h>
|
34
33
|
|
@@ -55,6 +54,7 @@ typedef struct _JsonParserClass JsonParserClass;
|
|
55
54
|
* @JSON_PARSER_ERROR_MISSING_COLON: expected colon
|
56
55
|
* @JSON_PARSER_ERROR_INVALID_BAREWORD: invalid bareword
|
57
56
|
* @JSON_PARSER_ERROR_EMPTY_MEMBER_NAME: empty member name (Since: 0.16)
|
57
|
+
* @JSON_PARSER_ERROR_INVALID_DATA: invalid data (Since: 0.18)
|
58
58
|
* @JSON_PARSER_ERROR_UNKNOWN: unknown error
|
59
59
|
*
|
60
60
|
* Error enumeration for #JsonParser
|
@@ -68,6 +68,7 @@ typedef enum {
|
|
68
68
|
JSON_PARSER_ERROR_MISSING_COLON,
|
69
69
|
JSON_PARSER_ERROR_INVALID_BAREWORD,
|
70
70
|
JSON_PARSER_ERROR_EMPTY_MEMBER_NAME,
|
71
|
+
JSON_PARSER_ERROR_INVALID_DATA,
|
71
72
|
|
72
73
|
JSON_PARSER_ERROR_UNKNOWN
|
73
74
|
} JsonParserError;
|
@@ -139,34 +140,46 @@ struct _JsonParserClass
|
|
139
140
|
void (* _json_reserved8) (void);
|
140
141
|
};
|
141
142
|
|
143
|
+
JSON_AVAILABLE_IN_1_0
|
142
144
|
GQuark json_parser_error_quark (void);
|
145
|
+
JSON_AVAILABLE_IN_1_0
|
143
146
|
GType json_parser_get_type (void) G_GNUC_CONST;
|
144
147
|
|
148
|
+
JSON_AVAILABLE_IN_1_0
|
145
149
|
JsonParser *json_parser_new (void);
|
150
|
+
JSON_AVAILABLE_IN_1_0
|
146
151
|
gboolean json_parser_load_from_file (JsonParser *parser,
|
147
152
|
const gchar *filename,
|
148
153
|
GError **error);
|
154
|
+
JSON_AVAILABLE_IN_1_0
|
149
155
|
gboolean json_parser_load_from_data (JsonParser *parser,
|
150
156
|
const gchar *data,
|
151
157
|
gssize length,
|
152
158
|
GError **error);
|
159
|
+
JSON_AVAILABLE_IN_1_0
|
153
160
|
gboolean json_parser_load_from_stream (JsonParser *parser,
|
154
161
|
GInputStream *stream,
|
155
162
|
GCancellable *cancellable,
|
156
163
|
GError **error);
|
164
|
+
JSON_AVAILABLE_IN_1_0
|
157
165
|
void json_parser_load_from_stream_async (JsonParser *parser,
|
158
166
|
GInputStream *stream,
|
159
167
|
GCancellable *cancellable,
|
160
168
|
GAsyncReadyCallback callback,
|
161
169
|
gpointer user_data);
|
170
|
+
JSON_AVAILABLE_IN_1_0
|
162
171
|
gboolean json_parser_load_from_stream_finish (JsonParser *parser,
|
163
172
|
GAsyncResult *result,
|
164
173
|
GError **error);
|
165
174
|
|
175
|
+
JSON_AVAILABLE_IN_1_0
|
166
176
|
JsonNode * json_parser_get_root (JsonParser *parser);
|
167
177
|
|
178
|
+
JSON_AVAILABLE_IN_1_0
|
168
179
|
guint json_parser_get_current_line (JsonParser *parser);
|
180
|
+
JSON_AVAILABLE_IN_1_0
|
169
181
|
guint json_parser_get_current_pos (JsonParser *parser);
|
182
|
+
JSON_AVAILABLE_IN_1_0
|
170
183
|
gboolean json_parser_has_assignment (JsonParser *parser,
|
171
184
|
gchar **variable_name);
|
172
185
|
|
@@ -20,13 +20,13 @@
|
|
20
20
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
21
21
|
*/
|
22
22
|
|
23
|
+
#ifndef __JSON_PATH_H__
|
24
|
+
#define __JSON_PATH_H__
|
25
|
+
|
23
26
|
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
|
24
27
|
#error "Only <json-glib/json-glib.h> can be included directly."
|
25
28
|
#endif
|
26
29
|
|
27
|
-
#ifndef __JSON_PATH_H__
|
28
|
-
#define __JSON_PATH_H__
|
29
|
-
|
30
30
|
#include <json-glib/json-types.h>
|
31
31
|
|
32
32
|
G_BEGIN_DECLS
|
@@ -59,9 +59,8 @@ typedef enum {
|
|
59
59
|
/**
|
60
60
|
* JsonPath:
|
61
61
|
*
|
62
|
-
* The
|
63
|
-
*
|
64
|
-
* API.
|
62
|
+
* The `JsonPath` structure is an opaque object whose members cannot be
|
63
|
+
* directly accessed except through the provided API.
|
65
64
|
*
|
66
65
|
* Since: 0.14
|
67
66
|
*/
|
@@ -70,24 +69,30 @@ typedef struct _JsonPath JsonPath;
|
|
70
69
|
/**
|
71
70
|
* JsonPathClass:
|
72
71
|
*
|
73
|
-
* The
|
74
|
-
*
|
72
|
+
* The `JsonPathClass` structure is an opaque object class whose members
|
73
|
+
* cannot be directly accessed.
|
75
74
|
*
|
76
75
|
* Since: 0.14
|
77
76
|
*/
|
78
77
|
typedef struct _JsonPathClass JsonPathClass;
|
79
78
|
|
79
|
+
JSON_AVAILABLE_IN_1_0
|
80
80
|
GType json_path_get_type (void) G_GNUC_CONST;
|
81
|
+
JSON_AVAILABLE_IN_1_0
|
81
82
|
GQuark json_path_error_quark (void);
|
82
83
|
|
84
|
+
JSON_AVAILABLE_IN_1_0
|
83
85
|
JsonPath * json_path_new (void);
|
84
86
|
|
87
|
+
JSON_AVAILABLE_IN_1_0
|
85
88
|
gboolean json_path_compile (JsonPath *path,
|
86
89
|
const char *expression,
|
87
90
|
GError **error);
|
91
|
+
JSON_AVAILABLE_IN_1_0
|
88
92
|
JsonNode * json_path_match (JsonPath *path,
|
89
93
|
JsonNode *root);
|
90
94
|
|
95
|
+
JSON_AVAILABLE_IN_1_0
|
91
96
|
JsonNode * json_path_query (const char *expression,
|
92
97
|
JsonNode *root,
|
93
98
|
GError **error);
|
@@ -20,13 +20,13 @@
|
|
20
20
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
21
21
|
*/
|
22
22
|
|
23
|
+
#ifndef __JSON_READER_H__
|
24
|
+
#define __JSON_READER_H__
|
25
|
+
|
23
26
|
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
|
24
27
|
#error "Only <json-glib/json-glib.h> can be included directly."
|
25
28
|
#endif
|
26
29
|
|
27
|
-
#ifndef __JSON_READER_H__
|
28
|
-
#define __JSON_READER_H__
|
29
|
-
|
30
30
|
#include <json-glib/json-types.h>
|
31
31
|
|
32
32
|
G_BEGIN_DECLS
|
@@ -80,8 +80,8 @@ typedef enum {
|
|
80
80
|
/**
|
81
81
|
* JsonReader:
|
82
82
|
*
|
83
|
-
* The
|
84
|
-
*
|
83
|
+
* The `JsonReader` structure contains only private data and should
|
84
|
+
* be accessed using the provided API
|
85
85
|
*
|
86
86
|
* Since: 0.12
|
87
87
|
*/
|
@@ -96,8 +96,7 @@ struct _JsonReader
|
|
96
96
|
/**
|
97
97
|
* JsonReaderClass:
|
98
98
|
*
|
99
|
-
* The
|
100
|
-
* private data
|
99
|
+
* The `JsonReaderClass` structure contains only private data
|
101
100
|
*
|
102
101
|
* Since: 0.12
|
103
102
|
*/
|
@@ -113,36 +112,58 @@ struct _JsonReaderClass
|
|
113
112
|
void (*_json_padding4) (void);
|
114
113
|
};
|
115
114
|
|
115
|
+
JSON_AVAILABLE_IN_1_0
|
116
116
|
GQuark json_reader_error_quark (void);
|
117
|
+
JSON_AVAILABLE_IN_1_0
|
117
118
|
GType json_reader_get_type (void) G_GNUC_CONST;
|
118
119
|
|
120
|
+
JSON_AVAILABLE_IN_1_0
|
119
121
|
JsonReader * json_reader_new (JsonNode *node);
|
120
122
|
|
123
|
+
JSON_AVAILABLE_IN_1_0
|
121
124
|
void json_reader_set_root (JsonReader *reader,
|
122
125
|
JsonNode *root);
|
123
126
|
|
127
|
+
JSON_AVAILABLE_IN_1_0
|
124
128
|
const GError * json_reader_get_error (JsonReader *reader);
|
125
129
|
|
130
|
+
JSON_AVAILABLE_IN_1_0
|
126
131
|
gboolean json_reader_is_array (JsonReader *reader);
|
132
|
+
JSON_AVAILABLE_IN_1_0
|
127
133
|
gboolean json_reader_read_element (JsonReader *reader,
|
128
134
|
guint index_);
|
135
|
+
JSON_AVAILABLE_IN_1_0
|
129
136
|
void json_reader_end_element (JsonReader *reader);
|
137
|
+
JSON_AVAILABLE_IN_1_0
|
130
138
|
gint json_reader_count_elements (JsonReader *reader);
|
131
139
|
|
140
|
+
JSON_AVAILABLE_IN_1_0
|
132
141
|
gboolean json_reader_is_object (JsonReader *reader);
|
142
|
+
JSON_AVAILABLE_IN_1_0
|
133
143
|
gboolean json_reader_read_member (JsonReader *reader,
|
134
144
|
const gchar *member_name);
|
145
|
+
JSON_AVAILABLE_IN_1_0
|
135
146
|
void json_reader_end_member (JsonReader *reader);
|
147
|
+
JSON_AVAILABLE_IN_1_0
|
136
148
|
gint json_reader_count_members (JsonReader *reader);
|
149
|
+
JSON_AVAILABLE_IN_1_0
|
137
150
|
gchar ** json_reader_list_members (JsonReader *reader);
|
151
|
+
JSON_AVAILABLE_IN_1_0
|
138
152
|
const gchar * json_reader_get_member_name (JsonReader *reader);
|
139
153
|
|
154
|
+
JSON_AVAILABLE_IN_1_0
|
140
155
|
gboolean json_reader_is_value (JsonReader *reader);
|
156
|
+
JSON_AVAILABLE_IN_1_0
|
141
157
|
JsonNode * json_reader_get_value (JsonReader *reader);
|
158
|
+
JSON_AVAILABLE_IN_1_0
|
142
159
|
gint64 json_reader_get_int_value (JsonReader *reader);
|
160
|
+
JSON_AVAILABLE_IN_1_0
|
143
161
|
gdouble json_reader_get_double_value (JsonReader *reader);
|
162
|
+
JSON_AVAILABLE_IN_1_0
|
144
163
|
const gchar * json_reader_get_string_value (JsonReader *reader);
|
164
|
+
JSON_AVAILABLE_IN_1_0
|
145
165
|
gboolean json_reader_get_boolean_value (JsonReader *reader);
|
166
|
+
JSON_AVAILABLE_IN_1_0
|
146
167
|
gboolean json_reader_get_null_value (JsonReader *reader);
|
147
168
|
|
148
169
|
G_END_DECLS
|
@@ -21,25 +21,18 @@
|
|
21
21
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
22
22
|
*/
|
23
23
|
|
24
|
+
#ifndef __JSON_TYPES_H__
|
25
|
+
#define __JSON_TYPES_H__
|
26
|
+
|
24
27
|
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
|
25
28
|
#error "Only <json-glib/json-glib.h> can be included directly."
|
26
29
|
#endif
|
27
30
|
|
28
|
-
#ifndef __JSON_TYPES_H__
|
29
|
-
#define __JSON_TYPES_H__
|
30
|
-
|
31
31
|
#include <glib-object.h>
|
32
|
+
#include <json-glib/json-version-macros.h>
|
32
33
|
|
33
34
|
G_BEGIN_DECLS
|
34
35
|
|
35
|
-
#ifdef JSON_DISABLE_DEPRECATION_WARNINGS
|
36
|
-
#define JSON_DEPRECATED
|
37
|
-
#define JSON_DEPRECATED_FOR(x)
|
38
|
-
#else
|
39
|
-
#define JSON_DEPRECATED G_DEPRECATED
|
40
|
-
#define JSON_DEPRECATED_FOR(x) G_DEPRECATED_FOR(x)
|
41
|
-
#endif
|
42
|
-
|
43
36
|
/**
|
44
37
|
* JSON_NODE_TYPE:
|
45
38
|
* @node: a #JsonNode
|
@@ -183,174 +176,266 @@ typedef void (* JsonArrayForeach) (JsonArray *array,
|
|
183
176
|
/*
|
184
177
|
* JsonNode
|
185
178
|
*/
|
179
|
+
|
180
|
+
JSON_AVAILABLE_IN_1_0
|
186
181
|
GType json_node_get_type (void) G_GNUC_CONST;
|
182
|
+
JSON_AVAILABLE_IN_1_0
|
187
183
|
JsonNode * json_node_new (JsonNodeType type);
|
188
184
|
|
185
|
+
JSON_AVAILABLE_IN_1_0
|
189
186
|
JsonNode * json_node_alloc (void);
|
187
|
+
JSON_AVAILABLE_IN_1_0
|
190
188
|
JsonNode * json_node_init (JsonNode *node,
|
191
189
|
JsonNodeType type);
|
190
|
+
JSON_AVAILABLE_IN_1_0
|
192
191
|
JsonNode * json_node_init_object (JsonNode *node,
|
193
192
|
JsonObject *object);
|
193
|
+
JSON_AVAILABLE_IN_1_0
|
194
194
|
JsonNode * json_node_init_array (JsonNode *node,
|
195
195
|
JsonArray *array);
|
196
|
+
JSON_AVAILABLE_IN_1_0
|
196
197
|
JsonNode * json_node_init_int (JsonNode *node,
|
197
198
|
gint64 value);
|
199
|
+
JSON_AVAILABLE_IN_1_0
|
198
200
|
JsonNode * json_node_init_double (JsonNode *node,
|
199
201
|
gdouble value);
|
202
|
+
JSON_AVAILABLE_IN_1_0
|
200
203
|
JsonNode * json_node_init_boolean (JsonNode *node,
|
201
204
|
gboolean value);
|
205
|
+
JSON_AVAILABLE_IN_1_0
|
202
206
|
JsonNode * json_node_init_string (JsonNode *node,
|
203
207
|
const char *value);
|
208
|
+
JSON_AVAILABLE_IN_1_0
|
204
209
|
JsonNode * json_node_init_null (JsonNode *node);
|
205
210
|
|
211
|
+
JSON_AVAILABLE_IN_1_0
|
206
212
|
JsonNode * json_node_copy (JsonNode *node);
|
213
|
+
JSON_AVAILABLE_IN_1_0
|
207
214
|
void json_node_free (JsonNode *node);
|
208
215
|
|
216
|
+
JSON_AVAILABLE_IN_1_0
|
209
217
|
JsonNodeType json_node_get_node_type (JsonNode *node);
|
218
|
+
JSON_AVAILABLE_IN_1_0
|
210
219
|
GType json_node_get_value_type (JsonNode *node);
|
220
|
+
JSON_AVAILABLE_IN_1_0
|
211
221
|
void json_node_set_parent (JsonNode *node,
|
212
222
|
JsonNode *parent);
|
223
|
+
JSON_AVAILABLE_IN_1_0
|
213
224
|
JsonNode * json_node_get_parent (JsonNode *node);
|
225
|
+
JSON_AVAILABLE_IN_1_0
|
214
226
|
const gchar * json_node_type_name (JsonNode *node);
|
215
227
|
|
228
|
+
JSON_AVAILABLE_IN_1_0
|
216
229
|
void json_node_set_object (JsonNode *node,
|
217
230
|
JsonObject *object);
|
231
|
+
JSON_AVAILABLE_IN_1_0
|
218
232
|
void json_node_take_object (JsonNode *node,
|
219
233
|
JsonObject *object);
|
234
|
+
JSON_AVAILABLE_IN_1_0
|
220
235
|
JsonObject * json_node_get_object (JsonNode *node);
|
236
|
+
JSON_AVAILABLE_IN_1_0
|
221
237
|
JsonObject * json_node_dup_object (JsonNode *node);
|
238
|
+
JSON_AVAILABLE_IN_1_0
|
222
239
|
void json_node_set_array (JsonNode *node,
|
223
240
|
JsonArray *array);
|
241
|
+
JSON_AVAILABLE_IN_1_0
|
224
242
|
void json_node_take_array (JsonNode *node,
|
225
243
|
JsonArray *array);
|
244
|
+
JSON_AVAILABLE_IN_1_0
|
226
245
|
JsonArray * json_node_get_array (JsonNode *node);
|
246
|
+
JSON_AVAILABLE_IN_1_0
|
227
247
|
JsonArray * json_node_dup_array (JsonNode *node);
|
248
|
+
JSON_AVAILABLE_IN_1_0
|
228
249
|
void json_node_set_value (JsonNode *node,
|
229
250
|
const GValue *value);
|
251
|
+
JSON_AVAILABLE_IN_1_0
|
230
252
|
void json_node_get_value (JsonNode *node,
|
231
253
|
GValue *value);
|
254
|
+
JSON_AVAILABLE_IN_1_0
|
232
255
|
void json_node_set_string (JsonNode *node,
|
233
256
|
const gchar *value);
|
257
|
+
JSON_AVAILABLE_IN_1_0
|
234
258
|
const gchar * json_node_get_string (JsonNode *node);
|
259
|
+
JSON_AVAILABLE_IN_1_0
|
235
260
|
gchar * json_node_dup_string (JsonNode *node);
|
261
|
+
JSON_AVAILABLE_IN_1_0
|
236
262
|
void json_node_set_int (JsonNode *node,
|
237
263
|
gint64 value);
|
264
|
+
JSON_AVAILABLE_IN_1_0
|
238
265
|
gint64 json_node_get_int (JsonNode *node);
|
266
|
+
JSON_AVAILABLE_IN_1_0
|
239
267
|
void json_node_set_double (JsonNode *node,
|
240
268
|
gdouble value);
|
269
|
+
JSON_AVAILABLE_IN_1_0
|
241
270
|
gdouble json_node_get_double (JsonNode *node);
|
271
|
+
JSON_AVAILABLE_IN_1_0
|
242
272
|
void json_node_set_boolean (JsonNode *node,
|
243
273
|
gboolean value);
|
274
|
+
JSON_AVAILABLE_IN_1_0
|
244
275
|
gboolean json_node_get_boolean (JsonNode *node);
|
276
|
+
JSON_AVAILABLE_IN_1_0
|
245
277
|
gboolean json_node_is_null (JsonNode *node);
|
246
278
|
|
247
279
|
/*
|
248
280
|
* JsonObject
|
249
281
|
*/
|
282
|
+
JSON_AVAILABLE_IN_1_0
|
250
283
|
GType json_object_get_type (void) G_GNUC_CONST;
|
284
|
+
JSON_AVAILABLE_IN_1_0
|
251
285
|
JsonObject * json_object_new (void);
|
286
|
+
JSON_AVAILABLE_IN_1_0
|
252
287
|
JsonObject * json_object_ref (JsonObject *object);
|
288
|
+
JSON_AVAILABLE_IN_1_0
|
253
289
|
void json_object_unref (JsonObject *object);
|
254
290
|
|
255
|
-
|
291
|
+
JSON_DEPRECATED_IN_1_0_FOR(json_object_set_member)
|
256
292
|
void json_object_add_member (JsonObject *object,
|
257
293
|
const gchar *member_name,
|
258
294
|
JsonNode *node);
|
259
295
|
|
296
|
+
JSON_AVAILABLE_IN_1_0
|
260
297
|
void json_object_set_member (JsonObject *object,
|
261
298
|
const gchar *member_name,
|
262
299
|
JsonNode *node);
|
300
|
+
JSON_AVAILABLE_IN_1_0
|
263
301
|
void json_object_set_int_member (JsonObject *object,
|
264
302
|
const gchar *member_name,
|
265
303
|
gint64 value);
|
304
|
+
JSON_AVAILABLE_IN_1_0
|
266
305
|
void json_object_set_double_member (JsonObject *object,
|
267
306
|
const gchar *member_name,
|
268
307
|
gdouble value);
|
308
|
+
JSON_AVAILABLE_IN_1_0
|
269
309
|
void json_object_set_boolean_member (JsonObject *object,
|
270
310
|
const gchar *member_name,
|
271
311
|
gboolean value);
|
312
|
+
JSON_AVAILABLE_IN_1_0
|
272
313
|
void json_object_set_string_member (JsonObject *object,
|
273
314
|
const gchar *member_name,
|
274
315
|
const gchar *value);
|
316
|
+
JSON_AVAILABLE_IN_1_0
|
275
317
|
void json_object_set_null_member (JsonObject *object,
|
276
318
|
const gchar *member_name);
|
319
|
+
JSON_AVAILABLE_IN_1_0
|
277
320
|
void json_object_set_array_member (JsonObject *object,
|
278
321
|
const gchar *member_name,
|
279
322
|
JsonArray *value);
|
323
|
+
JSON_AVAILABLE_IN_1_0
|
280
324
|
void json_object_set_object_member (JsonObject *object,
|
281
325
|
const gchar *member_name,
|
282
326
|
JsonObject *value);
|
327
|
+
JSON_AVAILABLE_IN_1_0
|
283
328
|
GList * json_object_get_members (JsonObject *object);
|
329
|
+
JSON_AVAILABLE_IN_1_0
|
284
330
|
JsonNode * json_object_get_member (JsonObject *object,
|
285
331
|
const gchar *member_name);
|
332
|
+
JSON_AVAILABLE_IN_1_0
|
286
333
|
JsonNode * json_object_dup_member (JsonObject *object,
|
287
334
|
const gchar *member_name);
|
335
|
+
JSON_AVAILABLE_IN_1_0
|
288
336
|
gint64 json_object_get_int_member (JsonObject *object,
|
289
337
|
const gchar *member_name);
|
338
|
+
JSON_AVAILABLE_IN_1_0
|
290
339
|
gdouble json_object_get_double_member (JsonObject *object,
|
291
340
|
const gchar *member_name);
|
341
|
+
JSON_AVAILABLE_IN_1_0
|
292
342
|
gboolean json_object_get_boolean_member (JsonObject *object,
|
293
343
|
const gchar *member_name);
|
344
|
+
JSON_AVAILABLE_IN_1_0
|
294
345
|
const gchar * json_object_get_string_member (JsonObject *object,
|
295
346
|
const gchar *member_name);
|
347
|
+
JSON_AVAILABLE_IN_1_0
|
296
348
|
gboolean json_object_get_null_member (JsonObject *object,
|
297
349
|
const gchar *member_name);
|
350
|
+
JSON_AVAILABLE_IN_1_0
|
298
351
|
JsonArray * json_object_get_array_member (JsonObject *object,
|
299
352
|
const gchar *member_name);
|
353
|
+
JSON_AVAILABLE_IN_1_0
|
300
354
|
JsonObject * json_object_get_object_member (JsonObject *object,
|
301
355
|
const gchar *member_name);
|
356
|
+
JSON_AVAILABLE_IN_1_0
|
302
357
|
gboolean json_object_has_member (JsonObject *object,
|
303
358
|
const gchar *member_name);
|
359
|
+
JSON_AVAILABLE_IN_1_0
|
304
360
|
void json_object_remove_member (JsonObject *object,
|
305
361
|
const gchar *member_name);
|
362
|
+
JSON_AVAILABLE_IN_1_0
|
306
363
|
GList * json_object_get_values (JsonObject *object);
|
364
|
+
JSON_AVAILABLE_IN_1_0
|
307
365
|
guint json_object_get_size (JsonObject *object);
|
366
|
+
JSON_AVAILABLE_IN_1_0
|
308
367
|
void json_object_foreach_member (JsonObject *object,
|
309
368
|
JsonObjectForeach func,
|
310
369
|
gpointer data);
|
311
370
|
|
371
|
+
JSON_AVAILABLE_IN_1_0
|
312
372
|
GType json_array_get_type (void) G_GNUC_CONST;
|
373
|
+
JSON_AVAILABLE_IN_1_0
|
313
374
|
JsonArray * json_array_new (void);
|
375
|
+
JSON_AVAILABLE_IN_1_0
|
314
376
|
JsonArray * json_array_sized_new (guint n_elements);
|
377
|
+
JSON_AVAILABLE_IN_1_0
|
315
378
|
JsonArray * json_array_ref (JsonArray *array);
|
379
|
+
JSON_AVAILABLE_IN_1_0
|
316
380
|
void json_array_unref (JsonArray *array);
|
381
|
+
JSON_AVAILABLE_IN_1_0
|
317
382
|
void json_array_add_element (JsonArray *array,
|
318
383
|
JsonNode *node);
|
384
|
+
JSON_AVAILABLE_IN_1_0
|
319
385
|
void json_array_add_int_element (JsonArray *array,
|
320
386
|
gint64 value);
|
387
|
+
JSON_AVAILABLE_IN_1_0
|
321
388
|
void json_array_add_double_element (JsonArray *array,
|
322
389
|
gdouble value);
|
390
|
+
JSON_AVAILABLE_IN_1_0
|
323
391
|
void json_array_add_boolean_element (JsonArray *array,
|
324
392
|
gboolean value);
|
393
|
+
JSON_AVAILABLE_IN_1_0
|
325
394
|
void json_array_add_string_element (JsonArray *array,
|
326
395
|
const gchar *value);
|
396
|
+
JSON_AVAILABLE_IN_1_0
|
327
397
|
void json_array_add_null_element (JsonArray *array);
|
398
|
+
JSON_AVAILABLE_IN_1_0
|
328
399
|
void json_array_add_array_element (JsonArray *array,
|
329
400
|
JsonArray *value);
|
401
|
+
JSON_AVAILABLE_IN_1_0
|
330
402
|
void json_array_add_object_element (JsonArray *array,
|
331
403
|
JsonObject *value);
|
404
|
+
JSON_AVAILABLE_IN_1_0
|
332
405
|
GList * json_array_get_elements (JsonArray *array);
|
406
|
+
JSON_AVAILABLE_IN_1_0
|
333
407
|
JsonNode * json_array_get_element (JsonArray *array,
|
334
408
|
guint index_);
|
409
|
+
JSON_AVAILABLE_IN_1_0
|
335
410
|
gint64 json_array_get_int_element (JsonArray *array,
|
336
411
|
guint index_);
|
412
|
+
JSON_AVAILABLE_IN_1_0
|
337
413
|
gdouble json_array_get_double_element (JsonArray *array,
|
338
414
|
guint index_);
|
415
|
+
JSON_AVAILABLE_IN_1_0
|
339
416
|
gboolean json_array_get_boolean_element (JsonArray *array,
|
340
417
|
guint index_);
|
418
|
+
JSON_AVAILABLE_IN_1_0
|
341
419
|
const gchar * json_array_get_string_element (JsonArray *array,
|
342
420
|
guint index_);
|
421
|
+
JSON_AVAILABLE_IN_1_0
|
343
422
|
gboolean json_array_get_null_element (JsonArray *array,
|
344
423
|
guint index_);
|
424
|
+
JSON_AVAILABLE_IN_1_0
|
345
425
|
JsonArray * json_array_get_array_element (JsonArray *array,
|
346
426
|
guint index_);
|
427
|
+
JSON_AVAILABLE_IN_1_0
|
347
428
|
JsonObject * json_array_get_object_element (JsonArray *array,
|
348
429
|
guint index_);
|
430
|
+
JSON_AVAILABLE_IN_1_0
|
349
431
|
JsonNode * json_array_dup_element (JsonArray *array,
|
350
432
|
guint index_);
|
433
|
+
JSON_AVAILABLE_IN_1_0
|
351
434
|
void json_array_remove_element (JsonArray *array,
|
352
435
|
guint index_);
|
436
|
+
JSON_AVAILABLE_IN_1_0
|
353
437
|
guint json_array_get_length (JsonArray *array);
|
438
|
+
JSON_AVAILABLE_IN_1_0
|
354
439
|
void json_array_foreach_element (JsonArray *array,
|
355
440
|
JsonArrayForeach func,
|
356
441
|
gpointer data);
|