clutter 2.2.5-x86-mingw32 → 3.0.0-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 +5 -5
- data/lib/clutter.rb +19 -2
- data/lib/clutter/version.rb +28 -0
- data/test/run-test.rb +10 -4
- data/test/test-clutter-version.rb +47 -0
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +11 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +25 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +15 -5
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-alpha.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animation.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animator.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +2 -1
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-rectangle.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-texture.h +9 -9
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +3 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +52 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +14 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +18 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +59 -0
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +15 -0
- data/vendor/local/include/cogl/cogl/cogl-version.h +10 -0
- data/vendor/local/include/cogl/cogl/cogl.h +3 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +4 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +3 -3
- 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 +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +6 -6
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +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 +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +581 -121
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +26 -2
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +108 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +60 -14
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +18 -23
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +7 -10
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +1 -2
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +8 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +10 -11
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -5
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +11 -12
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +2 -0
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/license.html +3 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +665 -592
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +15 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +103 -51
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +10 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +36 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +31 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +10 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +18 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +12 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +21 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +5 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +101 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +39 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +20 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +14 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +9 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +20 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +8 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +24 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +43 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +8 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +25 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +30 -37
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +35 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +26 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +11 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +173 -90
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +21 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +21 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +34 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +40 -52
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +20 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +11 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +14 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +21 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +25 -33
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +36 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +57 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +25 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +31 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +17 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +64 -77
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +47 -56
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +9 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +77 -60
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +6 -8
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +110 -138
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +23 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +212 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +49 -68
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +9 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +18 -5
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +109 -136
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +164 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +9 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +13 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +13 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +29 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +195 -220
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +7 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +33 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +84 -86
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +85 -65
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +7 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +18 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +23 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +34 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -14
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +29 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +61 -48
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +36 -41
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +43 -32
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +18 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +8 -13
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +125 -71
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +206 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +449 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +6 -4
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +362 -0
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +77 -22
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +63 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +55 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +35 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +4 -5
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +110 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +103 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +97 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +12 -13
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +5 -6
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +3 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +41 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -4
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +14 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +13 -13
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +23 -23
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +16 -16
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +17 -17
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +7 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +5 -3
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +29 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +13 -5
- data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +67 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +39 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +29 -29
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +10 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +149 -142
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +14 -14
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +247 -240
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +150 -143
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +84 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +27 -5
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/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 +27 -12
@@ -2,20 +2,21 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>JSON-GLib Reference Manual
|
5
|
+
<title>JSON Object: JSON-GLib Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="JSON-GLib Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Data Types">
|
9
9
|
<link rel="prev" href="json-glib-JSON-Array.html" title="JSON Array">
|
10
10
|
<link rel="next" href="json-streams.html" title="Part III. Reading and writing">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
17
|
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
-
<a href="#json-glib-JSON-Object.description" class="shortcut">Description</a></span>
|
18
|
+
<a href="#json-glib-JSON-Object.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#json-glib-JSON-Object.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
19
20
|
</td>
|
20
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
22
|
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -41,7 +42,7 @@
|
|
41
42
|
<tbody>
|
42
43
|
<tr>
|
43
44
|
<td class="function_type">
|
44
|
-
<a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
45
|
+
<a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
45
46
|
</td>
|
46
47
|
<td class="function_name">
|
47
48
|
<a class="link" href="json-glib-JSON-Object.html#json-object-new" title="json_object_new ()">json_object_new</a> <span class="c_punctuation">()</span>
|
@@ -49,7 +50,7 @@
|
|
49
50
|
</tr>
|
50
51
|
<tr>
|
51
52
|
<td class="function_type">
|
52
|
-
<a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
53
|
+
<a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
53
54
|
</td>
|
54
55
|
<td class="function_name">
|
55
56
|
<a class="link" href="json-glib-JSON-Object.html#json-object-ref" title="json_object_ref ()">json_object_ref</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +90,7 @@
|
|
89
90
|
</tr>
|
90
91
|
<tr>
|
91
92
|
<td class="function_type">
|
92
|
-
<a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
93
|
+
<a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="returnvalue">JsonNode</span></a> *
|
93
94
|
</td>
|
94
95
|
<td class="function_name">
|
95
96
|
<a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()">json_object_get_member</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +98,7 @@
|
|
97
98
|
</tr>
|
98
99
|
<tr>
|
99
100
|
<td class="function_type">
|
100
|
-
<a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
101
|
+
<a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="returnvalue">JsonNode</span></a> *
|
101
102
|
</td>
|
102
103
|
<td class="function_name">
|
103
104
|
<a class="link" href="json-glib-JSON-Object.html#json-object-dup-member" title="json_object_dup_member ()">json_object_dup_member</a> <span class="c_punctuation">()</span>
|
@@ -161,7 +162,7 @@
|
|
161
162
|
</tr>
|
162
163
|
<tr>
|
163
164
|
<td class="function_type">
|
164
|
-
<a class="link" href="json-glib-JSON-Array.html#JsonArray"
|
165
|
+
<a class="link" href="json-glib-JSON-Array.html#JsonArray"><span class="returnvalue">JsonArray</span></a> *
|
165
166
|
</td>
|
166
167
|
<td class="function_name">
|
167
168
|
<a class="link" href="json-glib-JSON-Object.html#json-object-get-array-member" title="json_object_get_array_member ()">json_object_get_array_member</a> <span class="c_punctuation">()</span>
|
@@ -241,7 +242,7 @@
|
|
241
242
|
</tr>
|
242
243
|
<tr>
|
243
244
|
<td class="function_type">
|
244
|
-
<a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
245
|
+
<a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
245
246
|
</td>
|
246
247
|
<td class="function_name">
|
247
248
|
<a class="link" href="json-glib-JSON-Object.html#json-object-get-object-member" title="json_object_get_object_member ()">json_object_get_object_member</a> <span class="c_punctuation">()</span>
|
@@ -265,7 +266,7 @@
|
|
265
266
|
</tbody>
|
266
267
|
</table></div>
|
267
268
|
</div>
|
268
|
-
<div class="refsect1">
|
269
|
+
<a name="JsonObject"></a><div class="refsect1">
|
269
270
|
<a name="json-glib-JSON-Object.other"></a><h2>Types and Values</h2>
|
270
271
|
<div class="informaltable"><table width="100%" border="0">
|
271
272
|
<colgroup>
|
@@ -274,18 +275,24 @@
|
|
274
275
|
</colgroup>
|
275
276
|
<tbody><tr>
|
276
277
|
<td class="datatype_keyword"> </td>
|
277
|
-
<td class="function_name"><a class="link" href="json-glib-JSON-Object.html#JsonObject" title="JsonObject">JsonObject</a></td>
|
278
|
+
<td class="function_name"><a class="link" href="json-glib-JSON-Object.html#JsonObject-struct" title="JsonObject">JsonObject</a></td>
|
278
279
|
</tr></tbody>
|
279
280
|
</table></div>
|
280
281
|
</div>
|
281
282
|
<div class="refsect1">
|
283
|
+
<a name="json-glib-JSON-Object.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
284
|
+
<pre class="screen"> GBoxed
|
285
|
+
<span class="lineart">╰──</span> JsonObject
|
286
|
+
</pre>
|
287
|
+
</div>
|
288
|
+
<div class="refsect1">
|
282
289
|
<a name="json-glib-JSON-Object.description"></a><h2>Description</h2>
|
283
|
-
<p><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
290
|
+
<p><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> is the representation of the object type inside JSON. It
|
284
291
|
contains <a href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNodes</span></a>, which may contain fundamental types, arrays or other
|
285
292
|
objects; each node inside an object, or "member", is accessed using a
|
286
293
|
unique string, or "name".</p>
|
287
294
|
<p>Since objects can be expensive, they are reference counted. You can control
|
288
|
-
the lifetime of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
295
|
+
the lifetime of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> using <a class="link" href="json-glib-JSON-Object.html#json-object-ref" title="json_object_ref ()"><code class="function">json_object_ref()</code></a> and <a class="link" href="json-glib-JSON-Object.html#json-object-unref" title="json_object_unref ()"><code class="function">json_object_unref()</code></a>.</p>
|
289
296
|
<p>To add or overwrite a member with a given name, use <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a>.
|
290
297
|
To extract a member with a given name, use <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a>.
|
291
298
|
To retrieve the list of members, use <a class="link" href="json-glib-JSON-Object.html#json-object-get-members" title="json_object_get_members ()"><code class="function">json_object_get_members()</code></a>.
|
@@ -296,23 +303,23 @@ use <a class="link" href="json-glib-JSON-Object.html#json-object-get-size" title
|
|
296
303
|
<a name="json-glib-JSON-Object.functions_details"></a><h2>Functions</h2>
|
297
304
|
<div class="refsect2">
|
298
305
|
<a name="json-object-new"></a><h3>json_object_new ()</h3>
|
299
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
306
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
300
307
|
json_object_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
301
|
-
<p>Creates a new <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
308
|
+
<p>Creates a new <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>, an JSON object type representation.</p>
|
302
309
|
<div class="refsect3">
|
303
|
-
<a name="id-1.3.3.4.
|
304
|
-
<p> the newly created <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
310
|
+
<a name="id-1.3.3.4.8.2.5"></a><h4>Returns</h4>
|
311
|
+
<p> the newly created <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>. </p>
|
305
312
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
306
313
|
</div>
|
307
314
|
</div>
|
308
315
|
<hr>
|
309
316
|
<div class="refsect2">
|
310
317
|
<a name="json-object-ref"></a><h3>json_object_ref ()</h3>
|
311
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
312
|
-
json_object_ref (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
313
|
-
<p>Increase by one the reference count of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
318
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
319
|
+
json_object_ref (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>);</pre>
|
320
|
+
<p>Increase by one the reference count of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>.</p>
|
314
321
|
<div class="refsect3">
|
315
|
-
<a name="id-1.3.3.4.
|
322
|
+
<a name="id-1.3.3.4.8.3.5"></a><h4>Parameters</h4>
|
316
323
|
<div class="informaltable"><table width="100%" border="0">
|
317
324
|
<colgroup>
|
318
325
|
<col width="150px" class="parameters_name">
|
@@ -321,14 +328,14 @@ json_object_ref (<em class="parameter"><code><a class="link" href="json-glib-JSO
|
|
321
328
|
</colgroup>
|
322
329
|
<tbody><tr>
|
323
330
|
<td class="parameter_name"><p>object</p></td>
|
324
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
331
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
325
332
|
<td class="parameter_annotations"> </td>
|
326
333
|
</tr></tbody>
|
327
334
|
</table></div>
|
328
335
|
</div>
|
329
336
|
<div class="refsect3">
|
330
|
-
<a name="id-1.3.3.4.
|
331
|
-
<p> the passed <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
337
|
+
<a name="id-1.3.3.4.8.3.6"></a><h4>Returns</h4>
|
338
|
+
<p> the passed <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>, with the reference count
|
332
339
|
increased by one. </p>
|
333
340
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
334
341
|
</div>
|
@@ -337,12 +344,12 @@ increased by one. </p>
|
|
337
344
|
<div class="refsect2">
|
338
345
|
<a name="json-object-unref"></a><h3>json_object_unref ()</h3>
|
339
346
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
340
|
-
json_object_unref (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
341
|
-
<p>Decreases by one the reference count of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
347
|
+
json_object_unref (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>);</pre>
|
348
|
+
<p>Decreases by one the reference count of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>. If the
|
342
349
|
reference count reaches zero, the object is destroyed and all
|
343
350
|
its allocated resources are freed.</p>
|
344
351
|
<div class="refsect3">
|
345
|
-
<a name="id-1.3.3.4.
|
352
|
+
<a name="id-1.3.3.4.8.4.5"></a><h4>Parameters</h4>
|
346
353
|
<div class="informaltable"><table width="100%" border="0">
|
347
354
|
<colgroup>
|
348
355
|
<col width="150px" class="parameters_name">
|
@@ -351,7 +358,7 @@ its allocated resources are freed.</p>
|
|
351
358
|
</colgroup>
|
352
359
|
<tbody><tr>
|
353
360
|
<td class="parameter_name"><p>object</p></td>
|
354
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
361
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
355
362
|
<td class="parameter_annotations"> </td>
|
356
363
|
</tr></tbody>
|
357
364
|
</table></div>
|
@@ -361,23 +368,23 @@ its allocated resources are freed.</p>
|
|
361
368
|
<div class="refsect2">
|
362
369
|
<a name="json-object-add-member"></a><h3>json_object_add_member ()</h3>
|
363
370
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
364
|
-
json_object_add_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
371
|
+
json_object_add_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
365
372
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
366
|
-
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
373
|
+
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> *node</code></em>);</pre>
|
367
374
|
<div class="warning">
|
368
375
|
<p><code class="literal">json_object_add_member</code> has been deprecated since version 0.8 and should not be used in newly-written code.</p>
|
369
376
|
<p>Use <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a> instead</p>
|
370
377
|
</div>
|
371
378
|
<p>Adds a member named <em class="parameter"><code>member_name</code></em>
|
372
379
|
and containing <em class="parameter"><code>node</code></em>
|
373
|
-
into a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
374
|
-
The object will take ownership of the <a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
380
|
+
into a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>.
|
381
|
+
The object will take ownership of the <a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a>.</p>
|
375
382
|
<p>This function will return if the <em class="parameter"><code>object</code></em>
|
376
383
|
already contains a member
|
377
384
|
<em class="parameter"><code>member_name</code></em>
|
378
385
|
.</p>
|
379
386
|
<div class="refsect3">
|
380
|
-
<a name="id-1.3.3.4.
|
387
|
+
<a name="id-1.3.3.4.8.5.7"></a><h4>Parameters</h4>
|
381
388
|
<div class="informaltable"><table width="100%" border="0">
|
382
389
|
<colgroup>
|
383
390
|
<col width="150px" class="parameters_name">
|
@@ -387,7 +394,7 @@ The object will take ownership of the <a class="link" href="json-glib-JSON-Node.
|
|
387
394
|
<tbody>
|
388
395
|
<tr>
|
389
396
|
<td class="parameter_name"><p>object</p></td>
|
390
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
397
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
391
398
|
<td class="parameter_annotations"> </td>
|
392
399
|
</tr>
|
393
400
|
<tr>
|
@@ -408,9 +415,9 @@ The object will take ownership of the <a class="link" href="json-glib-JSON-Node.
|
|
408
415
|
<div class="refsect2">
|
409
416
|
<a name="json-object-set-member"></a><h3>json_object_set_member ()</h3>
|
410
417
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
411
|
-
json_object_set_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
418
|
+
json_object_set_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
412
419
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
413
|
-
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
420
|
+
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> *node</code></em>);</pre>
|
414
421
|
<p>Sets <em class="parameter"><code>node</code></em>
|
415
422
|
as the value of <em class="parameter"><code>member_name</code></em>
|
416
423
|
inside <em class="parameter"><code>object</code></em>
|
@@ -422,7 +429,7 @@ the member's current value is overwritten. Otherwise, a new
|
|
422
429
|
member is added to <em class="parameter"><code>object</code></em>
|
423
430
|
.</p>
|
424
431
|
<div class="refsect3">
|
425
|
-
<a name="id-1.3.3.4.
|
432
|
+
<a name="id-1.3.3.4.8.6.6"></a><h4>Parameters</h4>
|
426
433
|
<div class="informaltable"><table width="100%" border="0">
|
427
434
|
<colgroup>
|
428
435
|
<col width="150px" class="parameters_name">
|
@@ -432,7 +439,7 @@ member is added to <em class="parameter"><code>object</code></em>
|
|
432
439
|
<tbody>
|
433
440
|
<tr>
|
434
441
|
<td class="parameter_name"><p>object</p></td>
|
435
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
442
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
436
443
|
<td class="parameter_annotations"> </td>
|
437
444
|
</tr>
|
438
445
|
<tr>
|
@@ -454,13 +461,13 @@ member is added to <em class="parameter"><code>object</code></em>
|
|
454
461
|
<div class="refsect2">
|
455
462
|
<a name="json-object-has-member"></a><h3>json_object_has_member ()</h3>
|
456
463
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
457
|
-
json_object_has_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
464
|
+
json_object_has_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
458
465
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
459
466
|
<p>Checks whether <em class="parameter"><code>object</code></em>
|
460
467
|
has a member named <em class="parameter"><code>member_name</code></em>
|
461
468
|
.</p>
|
462
469
|
<div class="refsect3">
|
463
|
-
<a name="id-1.3.3.4.
|
470
|
+
<a name="id-1.3.3.4.8.7.5"></a><h4>Parameters</h4>
|
464
471
|
<div class="informaltable"><table width="100%" border="0">
|
465
472
|
<colgroup>
|
466
473
|
<col width="150px" class="parameters_name">
|
@@ -470,7 +477,7 @@ json_object_has_member (<em class="parameter"><code><a class="link" href="json-g
|
|
470
477
|
<tbody>
|
471
478
|
<tr>
|
472
479
|
<td class="parameter_name"><p>object</p></td>
|
473
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
480
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
474
481
|
<td class="parameter_annotations"> </td>
|
475
482
|
</tr>
|
476
483
|
<tr>
|
@@ -482,7 +489,7 @@ json_object_has_member (<em class="parameter"><code><a class="link" href="json-g
|
|
482
489
|
</table></div>
|
483
490
|
</div>
|
484
491
|
<div class="refsect3">
|
485
|
-
<a name="id-1.3.3.4.
|
492
|
+
<a name="id-1.3.3.4.8.7.6"></a><h4>Returns</h4>
|
486
493
|
<p> <code class="literal">TRUE</code> if the JSON object has the requested member</p>
|
487
494
|
<p></p>
|
488
495
|
</div>
|
@@ -490,14 +497,14 @@ json_object_has_member (<em class="parameter"><code><a class="link" href="json-g
|
|
490
497
|
<hr>
|
491
498
|
<div class="refsect2">
|
492
499
|
<a name="json-object-get-member"></a><h3>json_object_get_member ()</h3>
|
493
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
494
|
-
json_object_get_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
500
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="returnvalue">JsonNode</span></a> *
|
501
|
+
json_object_get_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
495
502
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
496
|
-
<p>Retrieves the <a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
503
|
+
<p>Retrieves the <a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> containing the value of <em class="parameter"><code>member_name</code></em>
|
497
504
|
inside
|
498
|
-
a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
505
|
+
a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>.</p>
|
499
506
|
<div class="refsect3">
|
500
|
-
<a name="id-1.3.3.4.
|
507
|
+
<a name="id-1.3.3.4.8.8.5"></a><h4>Parameters</h4>
|
501
508
|
<div class="informaltable"><table width="100%" border="0">
|
502
509
|
<colgroup>
|
503
510
|
<col width="150px" class="parameters_name">
|
@@ -507,7 +514,7 @@ a <a class="link" href="json-glib-JSON-Object.html#JsonObject" title="JsonObject
|
|
507
514
|
<tbody>
|
508
515
|
<tr>
|
509
516
|
<td class="parameter_name"><p>object</p></td>
|
510
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
517
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
511
518
|
<td class="parameter_annotations"> </td>
|
512
519
|
</tr>
|
513
520
|
<tr>
|
@@ -519,7 +526,7 @@ a <a class="link" href="json-glib-JSON-Object.html#JsonObject" title="JsonObject
|
|
519
526
|
</table></div>
|
520
527
|
</div>
|
521
528
|
<div class="refsect3">
|
522
|
-
<a name="id-1.3.3.4.
|
529
|
+
<a name="id-1.3.3.4.8.8.6"></a><h4>Returns</h4>
|
523
530
|
<p> a pointer to the node for the requested object
|
524
531
|
member, or <code class="literal">NULL</code>. </p>
|
525
532
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -528,14 +535,14 @@ member, or <code class="literal">NULL</code>. </p>
|
|
528
535
|
<hr>
|
529
536
|
<div class="refsect2">
|
530
537
|
<a name="json-object-dup-member"></a><h3>json_object_dup_member ()</h3>
|
531
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
532
|
-
json_object_dup_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
538
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="returnvalue">JsonNode</span></a> *
|
539
|
+
json_object_dup_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
533
540
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
534
|
-
<p>Retrieves a copy of the <a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
541
|
+
<p>Retrieves a copy of the <a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> containing the value of <em class="parameter"><code>member_name</code></em>
|
535
542
|
|
536
|
-
inside a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
543
|
+
inside a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p>
|
537
544
|
<div class="refsect3">
|
538
|
-
<a name="id-1.3.3.4.
|
545
|
+
<a name="id-1.3.3.4.8.9.5"></a><h4>Parameters</h4>
|
539
546
|
<div class="informaltable"><table width="100%" border="0">
|
540
547
|
<colgroup>
|
541
548
|
<col width="150px" class="parameters_name">
|
@@ -545,7 +552,7 @@ inside a <a class="link" href="json-glib-JSON-Object.html#JsonObject" title="Jso
|
|
545
552
|
<tbody>
|
546
553
|
<tr>
|
547
554
|
<td class="parameter_name"><p>object</p></td>
|
548
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
555
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
549
556
|
<td class="parameter_annotations"> </td>
|
550
557
|
</tr>
|
551
558
|
<tr>
|
@@ -557,7 +564,7 @@ inside a <a class="link" href="json-glib-JSON-Object.html#JsonObject" title="Jso
|
|
557
564
|
</table></div>
|
558
565
|
</div>
|
559
566
|
<div class="refsect3">
|
560
|
-
<a name="id-1.3.3.4.
|
567
|
+
<a name="id-1.3.3.4.8.9.6"></a><h4>Returns</h4>
|
561
568
|
<p> a copy of the node for the requested
|
562
569
|
object member or <code class="literal">NULL</code>. Use <a class="link" href="json-glib-JSON-Node.html#json-node-free" title="json_node_free ()"><code class="function">json_node_free()</code></a> when done. </p>
|
563
570
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -568,11 +575,11 @@ object member or <code class="literal">NULL</code>. Use <a class="link" href="js
|
|
568
575
|
<div class="refsect2">
|
569
576
|
<a name="json-object-get-members"></a><h3>json_object_get_members ()</h3>
|
570
577
|
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
571
|
-
json_object_get_members (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
572
|
-
<p>Retrieves all the names of the members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
578
|
+
json_object_get_members (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>);</pre>
|
579
|
+
<p>Retrieves all the names of the members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>. You can
|
573
580
|
obtain the value for each member using <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a>.</p>
|
574
581
|
<div class="refsect3">
|
575
|
-
<a name="id-1.3.3.4.
|
582
|
+
<a name="id-1.3.3.4.8.10.5"></a><h4>Parameters</h4>
|
576
583
|
<div class="informaltable"><table width="100%" border="0">
|
577
584
|
<colgroup>
|
578
585
|
<col width="150px" class="parameters_name">
|
@@ -581,15 +588,15 @@ obtain the value for each member using <a class="link" href="json-glib-JSON-Obje
|
|
581
588
|
</colgroup>
|
582
589
|
<tbody><tr>
|
583
590
|
<td class="parameter_name"><p>object</p></td>
|
584
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
591
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
585
592
|
<td class="parameter_annotations"> </td>
|
586
593
|
</tr></tbody>
|
587
594
|
</table></div>
|
588
595
|
</div>
|
589
596
|
<div class="refsect3">
|
590
|
-
<a name="id-1.3.3.4.
|
597
|
+
<a name="id-1.3.3.4.8.10.6"></a><h4>Returns</h4>
|
591
598
|
<p> a <span class="type">GList</span>
|
592
|
-
of member names. The content of the list is owned by the <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
599
|
+
of member names. The content of the list is owned by the <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>
|
593
600
|
and should never be modified or freed. When you have finished using
|
594
601
|
the returned list, use <code class="function">g_list_free()</code> to free the resources it has
|
595
602
|
allocated. </p>
|
@@ -600,10 +607,10 @@ allocated. </p>
|
|
600
607
|
<div class="refsect2">
|
601
608
|
<a name="json-object-get-values"></a><h3>json_object_get_values ()</h3>
|
602
609
|
<pre class="programlisting"><span class="returnvalue">GList</span> *
|
603
|
-
json_object_get_values (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
604
|
-
<p>Retrieves all the values of the members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
610
|
+
json_object_get_values (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>);</pre>
|
611
|
+
<p>Retrieves all the values of the members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>.</p>
|
605
612
|
<div class="refsect3">
|
606
|
-
<a name="id-1.3.3.4.
|
613
|
+
<a name="id-1.3.3.4.8.11.5"></a><h4>Parameters</h4>
|
607
614
|
<div class="informaltable"><table width="100%" border="0">
|
608
615
|
<colgroup>
|
609
616
|
<col width="150px" class="parameters_name">
|
@@ -612,15 +619,15 @@ json_object_get_values (<em class="parameter"><code><a class="link" href="json-g
|
|
612
619
|
</colgroup>
|
613
620
|
<tbody><tr>
|
614
621
|
<td class="parameter_name"><p>object</p></td>
|
615
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
622
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
616
623
|
<td class="parameter_annotations"> </td>
|
617
624
|
</tr></tbody>
|
618
625
|
</table></div>
|
619
626
|
</div>
|
620
627
|
<div class="refsect3">
|
621
|
-
<a name="id-1.3.3.4.
|
628
|
+
<a name="id-1.3.3.4.8.11.6"></a><h4>Returns</h4>
|
622
629
|
<p> a <span class="type">GList</span> of
|
623
|
-
<a href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNodes</span></a>. The content of the list is owned by the <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
630
|
+
<a href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNodes</span></a>. The content of the list is owned by the <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>
|
624
631
|
and should never be modified or freed. When you have finished using the
|
625
632
|
returned list, use <code class="function">g_list_free()</code> to free the resources it has allocated. </p>
|
626
633
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> JsonNode][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
@@ -630,10 +637,10 @@ returned list, use <code class="function">g_list_free()</code> to free the resou
|
|
630
637
|
<div class="refsect2">
|
631
638
|
<a name="json-object-get-size"></a><h3>json_object_get_size ()</h3>
|
632
639
|
<pre class="programlisting"><span class="returnvalue">guint</span>
|
633
|
-
json_object_get_size (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
634
|
-
<p>Retrieves the number of members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
640
|
+
json_object_get_size (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>);</pre>
|
641
|
+
<p>Retrieves the number of members of a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a>.</p>
|
635
642
|
<div class="refsect3">
|
636
|
-
<a name="id-1.3.3.4.
|
643
|
+
<a name="id-1.3.3.4.8.12.5"></a><h4>Parameters</h4>
|
637
644
|
<div class="informaltable"><table width="100%" border="0">
|
638
645
|
<colgroup>
|
639
646
|
<col width="150px" class="parameters_name">
|
@@ -642,13 +649,13 @@ json_object_get_size (<em class="parameter"><code><a class="link" href="json-gli
|
|
642
649
|
</colgroup>
|
643
650
|
<tbody><tr>
|
644
651
|
<td class="parameter_name"><p>object</p></td>
|
645
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
652
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
646
653
|
<td class="parameter_annotations"> </td>
|
647
654
|
</tr></tbody>
|
648
655
|
</table></div>
|
649
656
|
</div>
|
650
657
|
<div class="refsect3">
|
651
|
-
<a name="id-1.3.3.4.
|
658
|
+
<a name="id-1.3.3.4.8.12.6"></a><h4>Returns</h4>
|
652
659
|
<p> the number of members</p>
|
653
660
|
<p></p>
|
654
661
|
</div>
|
@@ -657,13 +664,13 @@ json_object_get_size (<em class="parameter"><code><a class="link" href="json-gli
|
|
657
664
|
<div class="refsect2">
|
658
665
|
<a name="json-object-remove-member"></a><h3>json_object_remove_member ()</h3>
|
659
666
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
660
|
-
json_object_remove_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
667
|
+
json_object_remove_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
661
668
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
662
669
|
<p>Removes <em class="parameter"><code>member_name</code></em>
|
663
670
|
from <em class="parameter"><code>object</code></em>
|
664
671
|
, freeing its allocated resources.</p>
|
665
672
|
<div class="refsect3">
|
666
|
-
<a name="id-1.3.3.4.
|
673
|
+
<a name="id-1.3.3.4.8.13.5"></a><h4>Parameters</h4>
|
667
674
|
<div class="informaltable"><table width="100%" border="0">
|
668
675
|
<colgroup>
|
669
676
|
<col width="150px" class="parameters_name">
|
@@ -673,7 +680,7 @@ json_object_remove_member (<em class="parameter"><code><a class="link" href="jso
|
|
673
680
|
<tbody>
|
674
681
|
<tr>
|
675
682
|
<td class="parameter_name"><p>object</p></td>
|
676
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
683
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
677
684
|
<td class="parameter_annotations"> </td>
|
678
685
|
</tr>
|
679
686
|
<tr>
|
@@ -689,9 +696,9 @@ json_object_remove_member (<em class="parameter"><code><a class="link" href="jso
|
|
689
696
|
<div class="refsect2">
|
690
697
|
<a name="JsonObjectForeach"></a><h3>JsonObjectForeach ()</h3>
|
691
698
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
692
|
-
<span class="c_punctuation">(</span>*JsonObjectForeach<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
699
|
+
<span class="c_punctuation">(</span>*JsonObjectForeach<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
693
700
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
694
|
-
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
701
|
+
<em class="parameter"><code><a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> *member_node</code></em>,
|
695
702
|
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
696
703
|
<p>The function to be passed to <a class="link" href="json-glib-JSON-Object.html#json-object-foreach-member" title="json_object_foreach_member ()"><code class="function">json_object_foreach_member()</code></a>. You
|
697
704
|
should not add or remove members to and from <em class="parameter"><code>object</code></em>
|
@@ -699,7 +706,7 @@ should not add or remove members to and from <em class="parameter"><code>object<
|
|
699
706
|
this function. It is safe to change the value of <em class="parameter"><code>member_node</code></em>
|
700
707
|
.</p>
|
701
708
|
<div class="refsect3">
|
702
|
-
<a name="id-1.3.3.4.
|
709
|
+
<a name="id-1.3.3.4.8.14.5"></a><h4>Parameters</h4>
|
703
710
|
<div class="informaltable"><table width="100%" border="0">
|
704
711
|
<colgroup>
|
705
712
|
<col width="150px" class="parameters_name">
|
@@ -709,7 +716,7 @@ this function. It is safe to change the value of <em class="parameter"><code>mem
|
|
709
716
|
<tbody>
|
710
717
|
<tr>
|
711
718
|
<td class="parameter_name"><p>object</p></td>
|
712
|
-
<td class="parameter_description"><p>the iterated <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
719
|
+
<td class="parameter_description"><p>the iterated <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
713
720
|
<td class="parameter_annotations"> </td>
|
714
721
|
</tr>
|
715
722
|
<tr>
|
@@ -719,7 +726,7 @@ this function. It is safe to change the value of <em class="parameter"><code>mem
|
|
719
726
|
</tr>
|
720
727
|
<tr>
|
721
728
|
<td class="parameter_name"><p>member_node</p></td>
|
722
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
729
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> containing the <em class="parameter"><code>member_name</code></em>
|
723
730
|
value</p></td>
|
724
731
|
<td class="parameter_annotations"> </td>
|
725
732
|
</tr>
|
@@ -737,21 +744,21 @@ value</p></td>
|
|
737
744
|
<div class="refsect2">
|
738
745
|
<a name="json-object-foreach-member"></a><h3>json_object_foreach_member ()</h3>
|
739
746
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
740
|
-
json_object_foreach_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
747
|
+
json_object_foreach_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
741
748
|
<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObjectForeach" title="JsonObjectForeach ()"><span class="type">JsonObjectForeach</span></a> func</code></em>,
|
742
749
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
743
750
|
<p>Iterates over all members of <em class="parameter"><code>object</code></em>
|
744
751
|
and calls <em class="parameter"><code>func</code></em>
|
745
752
|
on
|
746
753
|
each one of them.</p>
|
747
|
-
<p>It is safe to change the value of a <a class="link" href="json-glib-JSON-Node.html#JsonNode"
|
754
|
+
<p>It is safe to change the value of a <a class="link" href="json-glib-JSON-Node.html#JsonNode"><span class="type">JsonNode</span></a> of the <em class="parameter"><code>object</code></em>
|
748
755
|
|
749
756
|
from within the iterator <em class="parameter"><code>func</code></em>
|
750
757
|
, but it is not safe to add or
|
751
758
|
remove members from the <em class="parameter"><code>object</code></em>
|
752
759
|
.</p>
|
753
760
|
<div class="refsect3">
|
754
|
-
<a name="id-1.3.3.4.
|
761
|
+
<a name="id-1.3.3.4.8.15.6"></a><h4>Parameters</h4>
|
755
762
|
<div class="informaltable"><table width="100%" border="0">
|
756
763
|
<colgroup>
|
757
764
|
<col width="150px" class="parameters_name">
|
@@ -761,7 +768,7 @@ remove members from the <em class="parameter"><code>object</code></em>
|
|
761
768
|
<tbody>
|
762
769
|
<tr>
|
763
770
|
<td class="parameter_name"><p>object</p></td>
|
764
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
771
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
765
772
|
<td class="parameter_annotations"> </td>
|
766
773
|
</tr>
|
767
774
|
<tr>
|
@@ -783,19 +790,19 @@ remove members from the <em class="parameter"><code>object</code></em>
|
|
783
790
|
<div class="refsect2">
|
784
791
|
<a name="json-object-set-array-member"></a><h3>json_object_set_array_member ()</h3>
|
785
792
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
786
|
-
json_object_set_array_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
793
|
+
json_object_set_array_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
787
794
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
788
|
-
<em class="parameter"><code><a class="link" href="json-glib-JSON-Array.html#JsonArray"
|
795
|
+
<em class="parameter"><code><a class="link" href="json-glib-JSON-Array.html#JsonArray"><span class="type">JsonArray</span></a> *value</code></em>);</pre>
|
789
796
|
<p>Convenience function for setting an array <em class="parameter"><code>value</code></em>
|
790
797
|
of
|
791
798
|
<em class="parameter"><code>member_name</code></em>
|
792
799
|
inside <em class="parameter"><code>object</code></em>
|
793
800
|
.</p>
|
794
801
|
<p>The <em class="parameter"><code>object</code></em>
|
795
|
-
will take ownership of the passed <a class="link" href="json-glib-JSON-Array.html#JsonArray"
|
802
|
+
will take ownership of the passed <a class="link" href="json-glib-JSON-Array.html#JsonArray"><span class="type">JsonArray</span></a></p>
|
796
803
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
797
804
|
<div class="refsect3">
|
798
|
-
<a name="id-1.3.3.4.
|
805
|
+
<a name="id-1.3.3.4.8.16.7"></a><h4>Parameters</h4>
|
799
806
|
<div class="informaltable"><table width="100%" border="0">
|
800
807
|
<colgroup>
|
801
808
|
<col width="150px" class="parameters_name">
|
@@ -805,7 +812,7 @@ json_object_set_array_member (<em class="parameter"><code><a class="link" href="
|
|
805
812
|
<tbody>
|
806
813
|
<tr>
|
807
814
|
<td class="parameter_name"><p>object</p></td>
|
808
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
815
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
809
816
|
<td class="parameter_annotations"> </td>
|
810
817
|
</tr>
|
811
818
|
<tr>
|
@@ -826,8 +833,8 @@ json_object_set_array_member (<em class="parameter"><code><a class="link" href="
|
|
826
833
|
<hr>
|
827
834
|
<div class="refsect2">
|
828
835
|
<a name="json-object-get-array-member"></a><h3>json_object_get_array_member ()</h3>
|
829
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Array.html#JsonArray"
|
830
|
-
json_object_get_array_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
836
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Array.html#JsonArray"><span class="returnvalue">JsonArray</span></a> *
|
837
|
+
json_object_get_array_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
831
838
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
832
839
|
<p>Convenience function that retrieves the array
|
833
840
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -835,7 +842,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
835
842
|
</p>
|
836
843
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
837
844
|
<div class="refsect3">
|
838
|
-
<a name="id-1.3.3.4.
|
845
|
+
<a name="id-1.3.3.4.8.17.6"></a><h4>Parameters</h4>
|
839
846
|
<div class="informaltable"><table width="100%" border="0">
|
840
847
|
<colgroup>
|
841
848
|
<col width="150px" class="parameters_name">
|
@@ -845,7 +852,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
845
852
|
<tbody>
|
846
853
|
<tr>
|
847
854
|
<td class="parameter_name"><p>object</p></td>
|
848
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
855
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
849
856
|
<td class="parameter_annotations"> </td>
|
850
857
|
</tr>
|
851
858
|
<tr>
|
@@ -857,7 +864,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
857
864
|
</table></div>
|
858
865
|
</div>
|
859
866
|
<div class="refsect3">
|
860
|
-
<a name="id-1.3.3.4.
|
867
|
+
<a name="id-1.3.3.4.8.17.7"></a><h4>Returns</h4>
|
861
868
|
<p> the array inside the object's member. </p>
|
862
869
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
863
870
|
</div>
|
@@ -867,7 +874,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
867
874
|
<div class="refsect2">
|
868
875
|
<a name="json-object-set-boolean-member"></a><h3>json_object_set_boolean_member ()</h3>
|
869
876
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
870
|
-
json_object_set_boolean_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
877
|
+
json_object_set_boolean_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
871
878
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
872
879
|
<em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
|
873
880
|
<p>Convenience function for setting a boolean <em class="parameter"><code>value</code></em>
|
@@ -877,7 +884,7 @@ json_object_set_boolean_member (<em class="parameter"><code><a class="link" href
|
|
877
884
|
.</p>
|
878
885
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
879
886
|
<div class="refsect3">
|
880
|
-
<a name="id-1.3.3.4.
|
887
|
+
<a name="id-1.3.3.4.8.18.6"></a><h4>Parameters</h4>
|
881
888
|
<div class="informaltable"><table width="100%" border="0">
|
882
889
|
<colgroup>
|
883
890
|
<col width="150px" class="parameters_name">
|
@@ -887,7 +894,7 @@ json_object_set_boolean_member (<em class="parameter"><code><a class="link" href
|
|
887
894
|
<tbody>
|
888
895
|
<tr>
|
889
896
|
<td class="parameter_name"><p>object</p></td>
|
890
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
897
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
891
898
|
<td class="parameter_annotations"> </td>
|
892
899
|
</tr>
|
893
900
|
<tr>
|
@@ -909,7 +916,7 @@ json_object_set_boolean_member (<em class="parameter"><code><a class="link" href
|
|
909
916
|
<div class="refsect2">
|
910
917
|
<a name="json-object-get-boolean-member"></a><h3>json_object_get_boolean_member ()</h3>
|
911
918
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
912
|
-
json_object_get_boolean_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
919
|
+
json_object_get_boolean_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
913
920
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
914
921
|
<p>Convenience function that retrieves the boolean value
|
915
922
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -917,7 +924,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
917
924
|
</p>
|
918
925
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
919
926
|
<div class="refsect3">
|
920
|
-
<a name="id-1.3.3.4.
|
927
|
+
<a name="id-1.3.3.4.8.19.6"></a><h4>Parameters</h4>
|
921
928
|
<div class="informaltable"><table width="100%" border="0">
|
922
929
|
<colgroup>
|
923
930
|
<col width="150px" class="parameters_name">
|
@@ -927,7 +934,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
927
934
|
<tbody>
|
928
935
|
<tr>
|
929
936
|
<td class="parameter_name"><p>object</p></td>
|
930
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
937
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
931
938
|
<td class="parameter_annotations"> </td>
|
932
939
|
</tr>
|
933
940
|
<tr>
|
@@ -939,7 +946,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
939
946
|
</table></div>
|
940
947
|
</div>
|
941
948
|
<div class="refsect3">
|
942
|
-
<a name="id-1.3.3.4.
|
949
|
+
<a name="id-1.3.3.4.8.19.7"></a><h4>Returns</h4>
|
943
950
|
<p> the boolean value of the object's member</p>
|
944
951
|
<p></p>
|
945
952
|
</div>
|
@@ -949,7 +956,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
949
956
|
<div class="refsect2">
|
950
957
|
<a name="json-object-set-double-member"></a><h3>json_object_set_double_member ()</h3>
|
951
958
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
952
|
-
json_object_set_double_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
959
|
+
json_object_set_double_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
953
960
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
954
961
|
<em class="parameter"><code><span class="type">gdouble</span> value</code></em>);</pre>
|
955
962
|
<p>Convenience function for setting a floating point <em class="parameter"><code>value</code></em>
|
@@ -959,7 +966,7 @@ of <em class="parameter"><code>member_name</code></em>
|
|
959
966
|
.</p>
|
960
967
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
961
968
|
<div class="refsect3">
|
962
|
-
<a name="id-1.3.3.4.
|
969
|
+
<a name="id-1.3.3.4.8.20.6"></a><h4>Parameters</h4>
|
963
970
|
<div class="informaltable"><table width="100%" border="0">
|
964
971
|
<colgroup>
|
965
972
|
<col width="150px" class="parameters_name">
|
@@ -969,7 +976,7 @@ of <em class="parameter"><code>member_name</code></em>
|
|
969
976
|
<tbody>
|
970
977
|
<tr>
|
971
978
|
<td class="parameter_name"><p>object</p></td>
|
972
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
979
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
973
980
|
<td class="parameter_annotations"> </td>
|
974
981
|
</tr>
|
975
982
|
<tr>
|
@@ -991,7 +998,7 @@ of <em class="parameter"><code>member_name</code></em>
|
|
991
998
|
<div class="refsect2">
|
992
999
|
<a name="json-object-get-double-member"></a><h3>json_object_get_double_member ()</h3>
|
993
1000
|
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
994
|
-
json_object_get_double_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1001
|
+
json_object_get_double_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
995
1002
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
996
1003
|
<p>Convenience function that retrieves the floating point value
|
997
1004
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -999,7 +1006,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
999
1006
|
</p>
|
1000
1007
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
1001
1008
|
<div class="refsect3">
|
1002
|
-
<a name="id-1.3.3.4.
|
1009
|
+
<a name="id-1.3.3.4.8.21.6"></a><h4>Parameters</h4>
|
1003
1010
|
<div class="informaltable"><table width="100%" border="0">
|
1004
1011
|
<colgroup>
|
1005
1012
|
<col width="150px" class="parameters_name">
|
@@ -1009,7 +1016,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1009
1016
|
<tbody>
|
1010
1017
|
<tr>
|
1011
1018
|
<td class="parameter_name"><p>object</p></td>
|
1012
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1019
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1013
1020
|
<td class="parameter_annotations"> </td>
|
1014
1021
|
</tr>
|
1015
1022
|
<tr>
|
@@ -1021,7 +1028,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1021
1028
|
</table></div>
|
1022
1029
|
</div>
|
1023
1030
|
<div class="refsect3">
|
1024
|
-
<a name="id-1.3.3.4.
|
1031
|
+
<a name="id-1.3.3.4.8.21.7"></a><h4>Returns</h4>
|
1025
1032
|
<p> the floating point value of the object's member</p>
|
1026
1033
|
<p></p>
|
1027
1034
|
</div>
|
@@ -1031,7 +1038,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1031
1038
|
<div class="refsect2">
|
1032
1039
|
<a name="json-object-set-int-member"></a><h3>json_object_set_int_member ()</h3>
|
1033
1040
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1034
|
-
json_object_set_int_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1041
|
+
json_object_set_int_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1035
1042
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
1036
1043
|
<em class="parameter"><code><span class="type">gint64</span> value</code></em>);</pre>
|
1037
1044
|
<p>Convenience function for setting an integer <em class="parameter"><code>value</code></em>
|
@@ -1041,7 +1048,7 @@ json_object_set_int_member (<em class="parameter"><code><a class="link" href="js
|
|
1041
1048
|
.</p>
|
1042
1049
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
1043
1050
|
<div class="refsect3">
|
1044
|
-
<a name="id-1.3.3.4.
|
1051
|
+
<a name="id-1.3.3.4.8.22.6"></a><h4>Parameters</h4>
|
1045
1052
|
<div class="informaltable"><table width="100%" border="0">
|
1046
1053
|
<colgroup>
|
1047
1054
|
<col width="150px" class="parameters_name">
|
@@ -1051,7 +1058,7 @@ json_object_set_int_member (<em class="parameter"><code><a class="link" href="js
|
|
1051
1058
|
<tbody>
|
1052
1059
|
<tr>
|
1053
1060
|
<td class="parameter_name"><p>object</p></td>
|
1054
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1061
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1055
1062
|
<td class="parameter_annotations"> </td>
|
1056
1063
|
</tr>
|
1057
1064
|
<tr>
|
@@ -1073,7 +1080,7 @@ json_object_set_int_member (<em class="parameter"><code><a class="link" href="js
|
|
1073
1080
|
<div class="refsect2">
|
1074
1081
|
<a name="json-object-get-int-member"></a><h3>json_object_get_int_member ()</h3>
|
1075
1082
|
<pre class="programlisting"><span class="returnvalue">gint64</span>
|
1076
|
-
json_object_get_int_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1083
|
+
json_object_get_int_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1077
1084
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
1078
1085
|
<p>Convenience function that retrieves the integer value
|
1079
1086
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -1081,7 +1088,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1081
1088
|
</p>
|
1082
1089
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
1083
1090
|
<div class="refsect3">
|
1084
|
-
<a name="id-1.3.3.4.
|
1091
|
+
<a name="id-1.3.3.4.8.23.6"></a><h4>Parameters</h4>
|
1085
1092
|
<div class="informaltable"><table width="100%" border="0">
|
1086
1093
|
<colgroup>
|
1087
1094
|
<col width="150px" class="parameters_name">
|
@@ -1091,7 +1098,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1091
1098
|
<tbody>
|
1092
1099
|
<tr>
|
1093
1100
|
<td class="parameter_name"><p>object</p></td>
|
1094
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1101
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1095
1102
|
<td class="parameter_annotations"> </td>
|
1096
1103
|
</tr>
|
1097
1104
|
<tr>
|
@@ -1103,7 +1110,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1103
1110
|
</table></div>
|
1104
1111
|
</div>
|
1105
1112
|
<div class="refsect3">
|
1106
|
-
<a name="id-1.3.3.4.
|
1113
|
+
<a name="id-1.3.3.4.8.23.7"></a><h4>Returns</h4>
|
1107
1114
|
<p> the integer value of the object's member</p>
|
1108
1115
|
<p></p>
|
1109
1116
|
</div>
|
@@ -1113,7 +1120,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1113
1120
|
<div class="refsect2">
|
1114
1121
|
<a name="json-object-set-null-member"></a><h3>json_object_set_null_member ()</h3>
|
1115
1122
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1116
|
-
json_object_set_null_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1123
|
+
json_object_set_null_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1117
1124
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
1118
1125
|
<p>Convenience function for setting a null <em class="parameter"><code>value</code></em>
|
1119
1126
|
of
|
@@ -1122,7 +1129,7 @@ json_object_set_null_member (<em class="parameter"><code><a class="link" href="j
|
|
1122
1129
|
.</p>
|
1123
1130
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
1124
1131
|
<div class="refsect3">
|
1125
|
-
<a name="id-1.3.3.4.
|
1132
|
+
<a name="id-1.3.3.4.8.24.6"></a><h4>Parameters</h4>
|
1126
1133
|
<div class="informaltable"><table width="100%" border="0">
|
1127
1134
|
<colgroup>
|
1128
1135
|
<col width="150px" class="parameters_name">
|
@@ -1132,7 +1139,7 @@ json_object_set_null_member (<em class="parameter"><code><a class="link" href="j
|
|
1132
1139
|
<tbody>
|
1133
1140
|
<tr>
|
1134
1141
|
<td class="parameter_name"><p>object</p></td>
|
1135
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1142
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1136
1143
|
<td class="parameter_annotations"> </td>
|
1137
1144
|
</tr>
|
1138
1145
|
<tr>
|
@@ -1149,7 +1156,7 @@ json_object_set_null_member (<em class="parameter"><code><a class="link" href="j
|
|
1149
1156
|
<div class="refsect2">
|
1150
1157
|
<a name="json-object-get-null-member"></a><h3>json_object_get_null_member ()</h3>
|
1151
1158
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1152
|
-
json_object_get_null_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1159
|
+
json_object_get_null_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1153
1160
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
1154
1161
|
<p>Convenience function that checks whether the value
|
1155
1162
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -1157,7 +1164,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1157
1164
|
is null</p>
|
1158
1165
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
1159
1166
|
<div class="refsect3">
|
1160
|
-
<a name="id-1.3.3.4.
|
1167
|
+
<a name="id-1.3.3.4.8.25.6"></a><h4>Parameters</h4>
|
1161
1168
|
<div class="informaltable"><table width="100%" border="0">
|
1162
1169
|
<colgroup>
|
1163
1170
|
<col width="150px" class="parameters_name">
|
@@ -1167,7 +1174,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1167
1174
|
<tbody>
|
1168
1175
|
<tr>
|
1169
1176
|
<td class="parameter_name"><p>object</p></td>
|
1170
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1177
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1171
1178
|
<td class="parameter_annotations"> </td>
|
1172
1179
|
</tr>
|
1173
1180
|
<tr>
|
@@ -1179,7 +1186,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1179
1186
|
</table></div>
|
1180
1187
|
</div>
|
1181
1188
|
<div class="refsect3">
|
1182
|
-
<a name="id-1.3.3.4.
|
1189
|
+
<a name="id-1.3.3.4.8.25.7"></a><h4>Returns</h4>
|
1183
1190
|
<p> <code class="literal">TRUE</code> if the value is null</p>
|
1184
1191
|
<p></p>
|
1185
1192
|
</div>
|
@@ -1189,19 +1196,19 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1189
1196
|
<div class="refsect2">
|
1190
1197
|
<a name="json-object-set-object-member"></a><h3>json_object_set_object_member ()</h3>
|
1191
1198
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1192
|
-
json_object_set_object_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1199
|
+
json_object_set_object_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1193
1200
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
1194
|
-
<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1201
|
+
<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *value</code></em>);</pre>
|
1195
1202
|
<p>Convenience function for setting an object <em class="parameter"><code>value</code></em>
|
1196
1203
|
of
|
1197
1204
|
<em class="parameter"><code>member_name</code></em>
|
1198
1205
|
inside <em class="parameter"><code>object</code></em>
|
1199
1206
|
.</p>
|
1200
1207
|
<p>The <em class="parameter"><code>object</code></em>
|
1201
|
-
will take ownership of the passed <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1208
|
+
will take ownership of the passed <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p>
|
1202
1209
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
1203
1210
|
<div class="refsect3">
|
1204
|
-
<a name="id-1.3.3.4.
|
1211
|
+
<a name="id-1.3.3.4.8.26.7"></a><h4>Parameters</h4>
|
1205
1212
|
<div class="informaltable"><table width="100%" border="0">
|
1206
1213
|
<colgroup>
|
1207
1214
|
<col width="150px" class="parameters_name">
|
@@ -1211,7 +1218,7 @@ json_object_set_object_member (<em class="parameter"><code><a class="link" href=
|
|
1211
1218
|
<tbody>
|
1212
1219
|
<tr>
|
1213
1220
|
<td class="parameter_name"><p>object</p></td>
|
1214
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1221
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1215
1222
|
<td class="parameter_annotations"> </td>
|
1216
1223
|
</tr>
|
1217
1224
|
<tr>
|
@@ -1232,8 +1239,8 @@ json_object_set_object_member (<em class="parameter"><code><a class="link" href=
|
|
1232
1239
|
<hr>
|
1233
1240
|
<div class="refsect2">
|
1234
1241
|
<a name="json-object-get-object-member"></a><h3>json_object_get_object_member ()</h3>
|
1235
|
-
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1236
|
-
json_object_get_object_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1242
|
+
<pre class="programlisting"><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="returnvalue">JsonObject</span></a> *
|
1243
|
+
json_object_get_object_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1237
1244
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
1238
1245
|
<p>Convenience function that retrieves the object
|
1239
1246
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -1241,7 +1248,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1241
1248
|
</p>
|
1242
1249
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
1243
1250
|
<div class="refsect3">
|
1244
|
-
<a name="id-1.3.3.4.
|
1251
|
+
<a name="id-1.3.3.4.8.27.6"></a><h4>Parameters</h4>
|
1245
1252
|
<div class="informaltable"><table width="100%" border="0">
|
1246
1253
|
<colgroup>
|
1247
1254
|
<col width="150px" class="parameters_name">
|
@@ -1251,7 +1258,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1251
1258
|
<tbody>
|
1252
1259
|
<tr>
|
1253
1260
|
<td class="parameter_name"><p>object</p></td>
|
1254
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1261
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1255
1262
|
<td class="parameter_annotations"> </td>
|
1256
1263
|
</tr>
|
1257
1264
|
<tr>
|
@@ -1263,7 +1270,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1263
1270
|
</table></div>
|
1264
1271
|
</div>
|
1265
1272
|
<div class="refsect3">
|
1266
|
-
<a name="id-1.3.3.4.
|
1273
|
+
<a name="id-1.3.3.4.8.27.7"></a><h4>Returns</h4>
|
1267
1274
|
<p> the object inside the object's member. </p>
|
1268
1275
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1269
1276
|
</div>
|
@@ -1273,7 +1280,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1273
1280
|
<div class="refsect2">
|
1274
1281
|
<a name="json-object-set-string-member"></a><h3>json_object_set_string_member ()</h3>
|
1275
1282
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1276
|
-
json_object_set_string_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1283
|
+
json_object_set_string_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1277
1284
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>,
|
1278
1285
|
<em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
|
1279
1286
|
<p>Convenience function for setting a string <em class="parameter"><code>value</code></em>
|
@@ -1283,7 +1290,7 @@ json_object_set_string_member (<em class="parameter"><code><a class="link" href=
|
|
1283
1290
|
.</p>
|
1284
1291
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-set-member" title="json_object_set_member ()"><code class="function">json_object_set_member()</code></a></p>
|
1285
1292
|
<div class="refsect3">
|
1286
|
-
<a name="id-1.3.3.4.
|
1293
|
+
<a name="id-1.3.3.4.8.28.6"></a><h4>Parameters</h4>
|
1287
1294
|
<div class="informaltable"><table width="100%" border="0">
|
1288
1295
|
<colgroup>
|
1289
1296
|
<col width="150px" class="parameters_name">
|
@@ -1293,7 +1300,7 @@ json_object_set_string_member (<em class="parameter"><code><a class="link" href=
|
|
1293
1300
|
<tbody>
|
1294
1301
|
<tr>
|
1295
1302
|
<td class="parameter_name"><p>object</p></td>
|
1296
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1303
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1297
1304
|
<td class="parameter_annotations"> </td>
|
1298
1305
|
</tr>
|
1299
1306
|
<tr>
|
@@ -1315,7 +1322,7 @@ json_object_set_string_member (<em class="parameter"><code><a class="link" href=
|
|
1315
1322
|
<div class="refsect2">
|
1316
1323
|
<a name="json-object-get-string-member"></a><h3>json_object_get_string_member ()</h3>
|
1317
1324
|
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
1318
|
-
json_object_get_string_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1325
|
+
json_object_get_string_member (<em class="parameter"><code><a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> *object</code></em>,
|
1319
1326
|
<em class="parameter"><code>const <span class="type">gchar</span> *member_name</code></em>);</pre>
|
1320
1327
|
<p>Convenience function that retrieves the string value
|
1321
1328
|
stored in <em class="parameter"><code>member_name</code></em>
|
@@ -1323,7 +1330,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1323
1330
|
</p>
|
1324
1331
|
<p>See also: <a class="link" href="json-glib-JSON-Object.html#json-object-get-member" title="json_object_get_member ()"><code class="function">json_object_get_member()</code></a></p>
|
1325
1332
|
<div class="refsect3">
|
1326
|
-
<a name="id-1.3.3.4.
|
1333
|
+
<a name="id-1.3.3.4.8.29.6"></a><h4>Parameters</h4>
|
1327
1334
|
<div class="informaltable"><table width="100%" border="0">
|
1328
1335
|
<colgroup>
|
1329
1336
|
<col width="150px" class="parameters_name">
|
@@ -1333,7 +1340,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1333
1340
|
<tbody>
|
1334
1341
|
<tr>
|
1335
1342
|
<td class="parameter_name"><p>object</p></td>
|
1336
|
-
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1343
|
+
<td class="parameter_description"><p>a <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a></p></td>
|
1337
1344
|
<td class="parameter_annotations"> </td>
|
1338
1345
|
</tr>
|
1339
1346
|
<tr>
|
@@ -1345,7 +1352,7 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1345
1352
|
</table></div>
|
1346
1353
|
</div>
|
1347
1354
|
<div class="refsect3">
|
1348
|
-
<a name="id-1.3.3.4.
|
1355
|
+
<a name="id-1.3.3.4.8.29.7"></a><h4>Returns</h4>
|
1349
1356
|
<p> the string value of the object's member</p>
|
1350
1357
|
<p></p>
|
1351
1358
|
</div>
|
@@ -1355,15 +1362,15 @@ stored in <em class="parameter"><code>member_name</code></em>
|
|
1355
1362
|
<div class="refsect1">
|
1356
1363
|
<a name="json-glib-JSON-Object.other_details"></a><h2>Types and Values</h2>
|
1357
1364
|
<div class="refsect2">
|
1358
|
-
<a name="JsonObject"></a><h3>JsonObject</h3>
|
1365
|
+
<a name="JsonObject-struct"></a><h3>JsonObject</h3>
|
1359
1366
|
<pre class="programlisting">typedef struct _JsonObject JsonObject;</pre>
|
1360
|
-
<p>A JSON object type. The contents of the <a class="link" href="json-glib-JSON-Object.html#JsonObject"
|
1367
|
+
<p>A JSON object type. The contents of the <a class="link" href="json-glib-JSON-Object.html#JsonObject"><span class="type">JsonObject</span></a> structure are private
|
1361
1368
|
and should only be accessed by the provided API</p>
|
1362
1369
|
</div>
|
1363
1370
|
</div>
|
1364
1371
|
</div>
|
1365
1372
|
<div class="footer">
|
1366
1373
|
<hr>
|
1367
|
-
Generated by GTK-Doc V1.
|
1374
|
+
Generated by GTK-Doc V1.21.1</div>
|
1368
1375
|
</body>
|
1369
1376
|
</html>
|