clutter 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +9 -2
- data/lib/clutter.rb +19 -6
- data/lib/clutter/color.rb +33 -5
- data/sample/basic-actor.rb +0 -2
- data/sample/bin-layout.rb +0 -2
- data/sample/box-layout.rb +0 -2
- data/sample/canvas.rb +2 -4
- data/sample/constraints.rb +0 -2
- data/sample/drag-action.rb +0 -2
- data/sample/drop-action.rb +4 -6
- data/sample/easing-modes.rb +0 -2
- data/sample/flow-layout.rb +0 -2
- data/sample/grid-layout.rb +0 -2
- data/sample/image-content.rb +0 -2
- data/sample/pan-action.rb +0 -2
- data/sample/rounded-rectangle.rb +0 -2
- data/sample/scroll-actor.rb +0 -2
- data/test/run-test.rb +7 -3
- data/test/test-clutter-color.rb +42 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +3 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +4 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +3 -1
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +29 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +4 -4
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.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 +1 -1
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +1 -1
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +4 -4
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.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 +2 -2
- data/vendor/local/share/gir-1.0/Json-1.0.gir +224 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +6 -8
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +1 -1
- data/vendor/local/share/gtk-doc/html/cally/license.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -43
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +37 -25
- data/vendor/local/share/gtk-doc/html/clutter/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/license.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +2 -2
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +69 -27
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +54 -18
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +102 -33
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +23 -8
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +90 -27
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +23 -33
- 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/ch04.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +10 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +39 -3
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +34 -10
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +31 -13
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +106 -28
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +40 -18
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +490 -44
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +115 -31
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +30 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +9 -6
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.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/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/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/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/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/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/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/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/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/json-glib-1.0.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/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/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/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/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/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/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/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/hi/LC_MESSAGES/clutter-1.0.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/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/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/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/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.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/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/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/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/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/or/LC_MESSAGES/clutter-1.0.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/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/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/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/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/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/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/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/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/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/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/te/LC_MESSAGES/clutter-1.0.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/clutter-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/tr/LC_MESSAGES/clutter-1.0.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/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/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/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/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/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/json-glib-1.0.mo +0 -0
- metadata +90 -10
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Object Hierarchy</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="json-tools.html" title="Part V. JSON-GLib Additional Reference">
|
9
9
|
<link rel="prev" href="json-glib-Versioning-information.html" title="Versioning information">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
|
-
<a name="
|
24
|
+
<a name="id-1.6.3"></a>Object Hierarchy</h2></div></div></div>
|
25
25
|
<pre class="screen">
|
26
26
|
GObject
|
27
27
|
<a class="link" href="JsonBuilder.html" title="JsonBuilder">JsonBuilder</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>JSON-GLib Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="next" href="json-glib.html" title="Part I. JSON-GLib Overview">
|
9
9
|
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
|
@@ -14,12 +14,12 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">JSON-GLib Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for JSON-GLib 0.
|
17
|
+
<div><p class="releaseinfo">for JSON-GLib 0.16.0
|
18
18
|
</p></div>
|
19
19
|
<div><p class="copyright">Copyright © 2007, 2008 OpenedHand LTD</p></div>
|
20
20
|
<div><p class="copyright">Copyright © 2009, 2010, 2011 Intel Corporation</p></div>
|
21
21
|
<div><div class="legalnotice">
|
22
|
-
<a name="
|
22
|
+
<a name="id-1.1.5"></a><p>
|
23
23
|
Permission is granted to copy, distribute and/or modify this
|
24
24
|
document under the terms of the <em class="citetitle">GNU Free
|
25
25
|
Documentation License</em>, Version 1.1 or any later
|
@@ -43,7 +43,7 @@
|
|
43
43
|
</div>
|
44
44
|
<hr>
|
45
45
|
</div>
|
46
|
-
<div class="toc"><dl>
|
46
|
+
<div class="toc"><dl class="toc">
|
47
47
|
<dt><span class="part"><a href="json-glib.html">I. JSON-GLib Overview</a></span></dt>
|
48
48
|
<dt><span class="part"><a href="json-base.html">II. JSON-GLib Reference</a></span></dt>
|
49
49
|
<dd><dl>
|
@@ -14,6 +14,15 @@
|
|
14
14
|
<ANCHOR id="JSON-NODE-HOLDS-OBJECT:CAPS" href="json-glib/json-glib-JSON-Node.html#JSON-NODE-HOLDS-OBJECT:CAPS">
|
15
15
|
<ANCHOR id="JSON-NODE-HOLDS-ARRAY:CAPS" href="json-glib/json-glib-JSON-Node.html#JSON-NODE-HOLDS-ARRAY:CAPS">
|
16
16
|
<ANCHOR id="JSON-NODE-HOLDS-NULL:CAPS" href="json-glib/json-glib-JSON-Node.html#JSON-NODE-HOLDS-NULL:CAPS">
|
17
|
+
<ANCHOR id="json-node-alloc" href="json-glib/json-glib-JSON-Node.html#json-node-alloc">
|
18
|
+
<ANCHOR id="json-node-init" href="json-glib/json-glib-JSON-Node.html#json-node-init">
|
19
|
+
<ANCHOR id="json-node-init-int" href="json-glib/json-glib-JSON-Node.html#json-node-init-int">
|
20
|
+
<ANCHOR id="json-node-init-double" href="json-glib/json-glib-JSON-Node.html#json-node-init-double">
|
21
|
+
<ANCHOR id="json-node-init-boolean" href="json-glib/json-glib-JSON-Node.html#json-node-init-boolean">
|
22
|
+
<ANCHOR id="json-node-init-string" href="json-glib/json-glib-JSON-Node.html#json-node-init-string">
|
23
|
+
<ANCHOR id="json-node-init-null" href="json-glib/json-glib-JSON-Node.html#json-node-init-null">
|
24
|
+
<ANCHOR id="json-node-init-object" href="json-glib/json-glib-JSON-Node.html#json-node-init-object">
|
25
|
+
<ANCHOR id="json-node-init-array" href="json-glib/json-glib-JSON-Node.html#json-node-init-array">
|
17
26
|
<ANCHOR id="json-node-new" href="json-glib/json-glib-JSON-Node.html#json-node-new">
|
18
27
|
<ANCHOR id="json-node-copy" href="json-glib/json-glib-JSON-Node.html#json-node-copy">
|
19
28
|
<ANCHOR id="json-node-free" href="json-glib/json-glib-JSON-Node.html#json-node-free">
|
@@ -118,6 +127,7 @@
|
|
118
127
|
<ANCHOR id="JSON-PARSER-ERROR-MISSING-COMMA:CAPS" href="json-glib/JsonParser.html#JSON-PARSER-ERROR-MISSING-COMMA:CAPS">
|
119
128
|
<ANCHOR id="JSON-PARSER-ERROR-MISSING-COLON:CAPS" href="json-glib/JsonParser.html#JSON-PARSER-ERROR-MISSING-COLON:CAPS">
|
120
129
|
<ANCHOR id="JSON-PARSER-ERROR-INVALID-BAREWORD:CAPS" href="json-glib/JsonParser.html#JSON-PARSER-ERROR-INVALID-BAREWORD:CAPS">
|
130
|
+
<ANCHOR id="JSON-PARSER-ERROR-EMPTY-MEMBER-NAME:CAPS" href="json-glib/JsonParser.html#JSON-PARSER-ERROR-EMPTY-MEMBER-NAME:CAPS">
|
121
131
|
<ANCHOR id="JSON-PARSER-ERROR-UNKNOWN:CAPS" href="json-glib/JsonParser.html#JSON-PARSER-ERROR-UNKNOWN:CAPS">
|
122
132
|
<ANCHOR id="JsonParser-struct" href="json-glib/JsonParser.html#JsonParser-struct">
|
123
133
|
<ANCHOR id="JsonParserClass" href="json-glib/JsonParser.html#JsonParserClass">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ch04.html" title="Object Hierarchy">
|
@@ -45,8 +45,8 @@
|
|
45
45
|
</td></tr>
|
46
46
|
</table>
|
47
47
|
<div class="index">
|
48
|
-
<div class="titlepage"><div><div><
|
49
|
-
<a name="
|
48
|
+
<div class="titlepage"><div><div><h1 class="title">
|
49
|
+
<a name="id-1.7"></a>Index</h1></div></div></div>
|
50
50
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
51
51
|
<dt>
|
52
52
|
<a class="link" href="json-glib-JSON-Array.html#JsonArray" title="JsonArray">JsonArray</a>, struct in <a class="link" href="json-glib-JSON-Array.html" title="JSON Array">JSON Array</a>
|
@@ -390,6 +390,10 @@
|
|
390
390
|
</dt>
|
391
391
|
<dd></dd>
|
392
392
|
<dt>
|
393
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-alloc" title="json_node_alloc ()">json_node_alloc</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
394
|
+
</dt>
|
395
|
+
<dd></dd>
|
396
|
+
<dt>
|
393
397
|
<a class="link" href="json-glib-JSON-Node.html#json-node-copy" title="json_node_copy ()">json_node_copy</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
394
398
|
</dt>
|
395
399
|
<dd></dd>
|
@@ -470,6 +474,38 @@
|
|
470
474
|
</dt>
|
471
475
|
<dd></dd>
|
472
476
|
<dt>
|
477
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init" title="json_node_init ()">json_node_init</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
478
|
+
</dt>
|
479
|
+
<dd></dd>
|
480
|
+
<dt>
|
481
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-array" title="json_node_init_array ()">json_node_init_array</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
482
|
+
</dt>
|
483
|
+
<dd></dd>
|
484
|
+
<dt>
|
485
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-boolean" title="json_node_init_boolean ()">json_node_init_boolean</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
486
|
+
</dt>
|
487
|
+
<dd></dd>
|
488
|
+
<dt>
|
489
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-double" title="json_node_init_double ()">json_node_init_double</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
490
|
+
</dt>
|
491
|
+
<dd></dd>
|
492
|
+
<dt>
|
493
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-int" title="json_node_init_int ()">json_node_init_int</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
494
|
+
</dt>
|
495
|
+
<dd></dd>
|
496
|
+
<dt>
|
497
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-null" title="json_node_init_null ()">json_node_init_null</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
498
|
+
</dt>
|
499
|
+
<dd></dd>
|
500
|
+
<dt>
|
501
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-object" title="json_node_init_object ()">json_node_init_object</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
502
|
+
</dt>
|
503
|
+
<dd></dd>
|
504
|
+
<dt>
|
505
|
+
<a class="link" href="json-glib-JSON-Node.html#json-node-init-string" title="json_node_init_string ()">json_node_init_string</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
506
|
+
</dt>
|
507
|
+
<dd></dd>
|
508
|
+
<dt>
|
473
509
|
<a class="link" href="json-glib-JSON-Node.html#json-node-is-null" title="json_node_is_null ()">json_node_is_null</a>, function in <a class="link" href="json-glib-JSON-Node.html" title="JSON Node">JSON Node</a>
|
474
510
|
</dt>
|
475
511
|
<dd></dd>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of deprecated symbols</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix01.html" title="Index">
|
@@ -29,8 +29,8 @@
|
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
31
|
<div class="index">
|
32
|
-
<div class="titlepage"><div><div><
|
33
|
-
<a name="
|
32
|
+
<div class="titlepage"><div><div><h1 class="title">
|
33
|
+
<a name="id-1.8"></a>Index of deprecated symbols</h1></div></div></div>
|
34
34
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
35
35
|
<dt>
|
36
36
|
<a class="link" href="json-glib-GObject-Serialization.html#json-construct-gobject" title="json_construct_gobject ()">json_construct_gobject</a>, function in <a class="link" href="json-glib-GObject-Serialization.html" title="GObject Serialization">GObject Serialization</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.4</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix02.html" title="Index of deprecated symbols">
|
@@ -31,8 +31,8 @@
|
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
33
|
<div class="index">
|
34
|
-
<div class="titlepage"><div><div><
|
35
|
-
<a name="
|
34
|
+
<div class="titlepage"><div><div><h1 class="title">
|
35
|
+
<a name="id-1.9"></a>Index of new symbols in 0.4</h1></div></div></div>
|
36
36
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
37
37
|
<dt>
|
38
38
|
<a class="link" href="json-glib-GObject-Serialization.html#json-construct-gobject" title="json_construct_gobject ()">json_construct_gobject</a>, function in <a class="link" href="json-glib-GObject-Serialization.html" title="GObject Serialization">GObject Serialization</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.6</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix03.html" title="Index of new symbols in 0.4">
|
@@ -29,8 +29,8 @@
|
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
31
|
<div class="index">
|
32
|
-
<div class="titlepage"><div><div><
|
33
|
-
<a name="
|
32
|
+
<div class="titlepage"><div><div><h1 class="title">
|
33
|
+
<a name="id-1.10"></a>Index of new symbols in 0.6</h1></div></div></div>
|
34
34
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
35
35
|
<dt>
|
36
36
|
<a class="link" href="json-glib-JSON-Array.html#json-array-dup-element" title="json_array_dup_element ()">json_array_dup_element</a>, function in <a class="link" href="json-glib-JSON-Array.html" title="JSON Array">JSON Array</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.8</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix04.html" title="Index of new symbols in 0.6">
|
@@ -29,8 +29,8 @@
|
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
31
|
<div class="index">
|
32
|
-
<div class="titlepage"><div><div><
|
33
|
-
<a name="
|
32
|
+
<div class="titlepage"><div><div><h1 class="title">
|
33
|
+
<a name="id-1.11"></a>Index of new symbols in 0.8</h1></div></div></div>
|
34
34
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
35
35
|
<dt>
|
36
36
|
<a class="link" href="json-glib-JSON-Array.html#JsonArrayForeach" title="JsonArrayForeach ()">JsonArrayForeach</a>, user_function in <a class="link" href="json-glib-JSON-Array.html" title="JSON Array">JSON Array</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.10</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix05.html" title="Index of new symbols in 0.8">
|
@@ -31,8 +31,8 @@
|
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
33
|
<div class="index">
|
34
|
-
<div class="titlepage"><div><div><
|
35
|
-
<a name="
|
34
|
+
<div class="titlepage"><div><div><h1 class="title">
|
35
|
+
<a name="id-1.12"></a>Index of new symbols in 0.10</h1></div></div></div>
|
36
36
|
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
37
37
|
<dt>
|
38
38
|
<a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedDeserializeFunc" title="JsonBoxedDeserializeFunc ()">JsonBoxedDeserializeFunc</a>, user_function in <a class="link" href="json-glib-Boxed-Types-Serialization.html" title="Boxed Types Serialization">Boxed Types Serialization</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.12</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix06.html" title="Index of new symbols in 0.10">
|
@@ -31,8 +31,8 @@
|
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
33
|
<div class="index">
|
34
|
-
<div class="titlepage"><div><div><
|
35
|
-
<a name="
|
34
|
+
<div class="titlepage"><div><div><h1 class="title">
|
35
|
+
<a name="id-1.13"></a>Index of new symbols in 0.12</h1></div></div></div>
|
36
36
|
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
37
37
|
<dt>
|
38
38
|
<a class="link" href="JsonBuilder.html#JsonBuilder-struct" title="struct JsonBuilder">JsonBuilder</a>, struct in <a class="link" href="JsonBuilder.html" title="JsonBuilder">JsonBuilder</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Index of new symbols in 0.14</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="ix07.html" title="Index of new symbols in 0.12">
|
@@ -31,8 +31,8 @@
|
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
33
|
<div class="index">
|
34
|
-
<div class="titlepage"><div><div><
|
35
|
-
<a name="
|
34
|
+
<div class="titlepage"><div><div><h1 class="title">
|
35
|
+
<a name="id-1.14"></a>Index of new symbols in 0.14</h1></div></div></div>
|
36
36
|
<a name="idx"></a><a name="idxG"></a><h3 class="title">G</h3>
|
37
37
|
<dt>
|
38
38
|
<a class="link" href="JsonGenerator.html#json-generator-get-indent" title="json_generator_get_indent ()">json_generator_get_indent</a>, function in <a class="link" href="JsonGenerator.html" title="JsonGenerator">JsonGenerator</a>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part IV. JSON-GLib Advanced API</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="JsonBuilder.html" title="JsonBuilder">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="json-advanced"></a>Part IV. JSON-GLib Advanced API</h1></div></div></div>
|
25
25
|
<div class="toc">
|
26
26
|
<p><b>Table of Contents</b></p>
|
27
|
-
<dl>
|
27
|
+
<dl class="toc">
|
28
28
|
<dt>
|
29
29
|
<span class="refentrytitle"><a href="json-glib-GObject-Serialization.html">GObject Serialization</a></span><span class="refpurpose"> — Serialize and deserialize GObjects</span>
|
30
30
|
</dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part II. JSON-GLib Reference</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="index.html" title="JSON-GLib Reference Manual">
|
9
9
|
<link rel="prev" href="json-glib.html" title="Part I. JSON-GLib Overview">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</p>
|
38
38
|
<div class="toc">
|
39
39
|
<p><b>Table of Contents</b></p>
|
40
|
-
<dl>
|
40
|
+
<dl class="toc">
|
41
41
|
<dt><span class="chapter"><a href="ch01.html">Data Types</a></span></dt>
|
42
42
|
<dd><dl>
|
43
43
|
<dt>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Boxed Types Serialization</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="json-advanced.html" title="Part IV. JSON-GLib Advanced API">
|
9
9
|
<link rel="prev" href="json-glib-Serializable-Interface.html" title="Serializable Interface">
|
@@ -145,8 +145,11 @@ and to which specific <a class="link" href="json-glib-JSON-Node.html#JsonNodeTyp
|
|
145
145
|
<p>
|
146
146
|
Serializes the passed <span class="type">GBoxed</span> and stores it inside a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>
|
147
147
|
</p>
|
148
|
-
<div class="variablelist"><table border="0">
|
148
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
149
|
+
<colgroup>
|
149
150
|
<col align="left" valign="top">
|
151
|
+
<col>
|
152
|
+
</colgroup>
|
150
153
|
<tbody>
|
151
154
|
<tr>
|
152
155
|
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
|
@@ -169,8 +172,11 @@ Serializes the passed <span class="type">GBoxed</span> and stores it inside a <a
|
|
169
172
|
<p>
|
170
173
|
Deserializes the contents of the passed <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> into a <span class="type">GBoxed</span>
|
171
174
|
</p>
|
172
|
-
<div class="variablelist"><table border="0">
|
175
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
176
|
+
<colgroup>
|
173
177
|
<col align="left" valign="top">
|
178
|
+
<col>
|
179
|
+
</colgroup>
|
174
180
|
<tbody>
|
175
181
|
<tr>
|
176
182
|
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
|
@@ -195,8 +201,11 @@ Deserializes the contents of the passed <a class="link" href="json-glib-JSON-Nod
|
|
195
201
|
Registers a serialization function for a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>
|
196
202
|
to a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em>
|
197
203
|
</p>
|
198
|
-
<div class="variablelist"><table border="0">
|
204
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
205
|
+
<colgroup>
|
199
206
|
<col align="left" valign="top">
|
207
|
+
<col>
|
208
|
+
</colgroup>
|
200
209
|
<tbody>
|
201
210
|
<tr>
|
202
211
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -227,8 +236,11 @@ a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><spa
|
|
227
236
|
Registers a deserialization function for a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>
|
228
237
|
from a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em>
|
229
238
|
</p>
|
230
|
-
<div class="variablelist"><table border="0">
|
239
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
240
|
+
<colgroup>
|
231
241
|
<col align="left" valign="top">
|
242
|
+
<col>
|
243
|
+
</colgroup>
|
232
244
|
<tbody>
|
233
245
|
<tr>
|
234
246
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -259,8 +271,11 @@ type <em class="parameter"><code>gboxed_type</code></em> into a <a class="link"
|
|
259
271
|
<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> is placed inside <em class="parameter"><code>node_type</code></em> if the function
|
260
272
|
returns <code class="literal">TRUE</code> and it's undefined otherwise.
|
261
273
|
</p>
|
262
|
-
<div class="variablelist"><table border="0">
|
274
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
275
|
+
<colgroup>
|
263
276
|
<col align="left" valign="top">
|
277
|
+
<col>
|
278
|
+
</colgroup>
|
264
279
|
<tbody>
|
265
280
|
<tr>
|
266
281
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -291,8 +306,11 @@ and <code class="literal">FALSE</code> otherwise.</td>
|
|
291
306
|
Checks whether it is possible to deserialize a <span class="type">GBoxed</span> of
|
292
307
|
type <em class="parameter"><code>gboxed_type</code></em> from a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em>
|
293
308
|
</p>
|
294
|
-
<div class="variablelist"><table border="0">
|
309
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
310
|
+
<colgroup>
|
295
311
|
<col align="left" valign="top">
|
312
|
+
<col>
|
313
|
+
</colgroup>
|
296
314
|
<tbody>
|
297
315
|
<tr>
|
298
316
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -320,8 +338,11 @@ type <em class="parameter"><code>gboxed_type</code></em> from a <a class="link"
|
|
320
338
|
Serializes <em class="parameter"><code>boxed</code></em>, a pointer to a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>,
|
321
339
|
into a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>
|
322
340
|
</p>
|
323
|
-
<div class="variablelist"><table border="0">
|
341
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
342
|
+
<colgroup>
|
324
343
|
<col align="left" valign="top">
|
344
|
+
<col>
|
345
|
+
</colgroup>
|
325
346
|
<tbody>
|
326
347
|
<tr>
|
327
348
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -335,7 +356,7 @@ into a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"
|
|
335
356
|
<tr>
|
336
357
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
337
358
|
<td>a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> with the serialization of the
|
338
|
-
boxed type, or <
|
359
|
+
boxed type, or <code class="literal">NULL</code> if serialization either failed or was not possible. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
339
360
|
</td>
|
340
361
|
</tr>
|
341
362
|
</tbody>
|
@@ -350,8 +371,11 @@ boxed type, or <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/li
|
|
350
371
|
<p>
|
351
372
|
Deserializes <em class="parameter"><code>node</code></em> into a <span class="type">GBoxed</span> of <em class="parameter"><code>gboxed_type</code></em>
|
352
373
|
</p>
|
353
|
-
<div class="variablelist"><table border="0">
|
374
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
375
|
+
<colgroup>
|
354
376
|
<col align="left" valign="top">
|
377
|
+
<col>
|
378
|
+
</colgroup>
|
355
379
|
<tbody>
|
356
380
|
<tr>
|
357
381
|
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GObject Serialization</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
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="json-advanced.html" title="Part IV. JSON-GLib Advanced API">
|
9
9
|
<link rel="prev" href="json-advanced.html" title="Part IV. JSON-GLib Advanced API">
|
@@ -80,8 +80,11 @@ Creates a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNo
|
|
80
80
|
instance. Each member of the returned JSON object will
|
81
81
|
map to a property of the <span class="type">GObject</span>
|
82
82
|
</p>
|
83
|
-
<div class="variablelist"><table border="0">
|
83
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
84
|
+
<colgroup>
|
84
85
|
<col align="left" valign="top">
|
86
|
+
<col>
|
87
|
+
</colgroup>
|
85
88
|
<tbody>
|
86
89
|
<tr>
|
87
90
|
<td><p><span class="term"><em class="parameter"><code>gobject</code></em> :</span></p></td>
|
@@ -108,8 +111,11 @@ the resources allocated by this function. <span class="annotation">[<acronym tit
|
|
108
111
|
Creates a new <span class="type">GObject</span> of type <em class="parameter"><code>gtype</code></em>, and constructs it
|
109
112
|
using the members of the passed <a class="link" href="json-glib-JSON-Object.html#JsonObject" title="JsonObject"><span class="type">JsonObject</span></a>
|
110
113
|
</p>
|
111
|
-
<div class="variablelist"><table border="0">
|
114
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
115
|
+
<colgroup>
|
112
116
|
<col align="left" valign="top">
|
117
|
+
<col>
|
118
|
+
</colgroup>
|
113
119
|
<tbody>
|
114
120
|
<tr>
|
115
121
|
<td><p><span class="term"><em class="parameter"><code>gtype</code></em> :</span></p></td>
|
@@ -147,8 +153,11 @@ be asked to serialize all its properties; otherwise, the default
|
|
147
153
|
implementation will be use to translate the compatible types into
|
148
154
|
JSON native types.
|
149
155
|
</p>
|
150
|
-
<div class="variablelist"><table border="0">
|
156
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
157
|
+
<colgroup>
|
151
158
|
<col align="left" valign="top">
|
159
|
+
<col>
|
160
|
+
</colgroup>
|
152
161
|
<tbody>
|
153
162
|
<tr>
|
154
163
|
<td><p><span class="term"><em class="parameter"><code>gobject</code></em> :</span></p></td>
|
@@ -157,7 +166,7 @@ JSON native types.
|
|
157
166
|
</tr>
|
158
167
|
<tr>
|
159
168
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
160
|
-
<td>return value for the length of the buffer, or <
|
169
|
+
<td>return value for the length of the buffer, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
161
170
|
</td>
|
162
171
|
</tr>
|
163
172
|
<tr>
|
@@ -186,8 +195,11 @@ will be used to translate the compatible JSON native types.
|
|
186
195
|
<p>
|
187
196
|
Note: the JSON data stream must be an object declaration.
|
188
197
|
</p>
|
189
|
-
<div class="variablelist"><table border="0">
|
198
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
199
|
+
<colgroup>
|
190
200
|
<col align="left" valign="top">
|
201
|
+
<col>
|
202
|
+
</colgroup>
|
191
203
|
<tbody>
|
192
204
|
<tr>
|
193
205
|
<td><p><span class="term"><em class="parameter"><code>gtype</code></em> :</span></p></td>
|
@@ -203,12 +215,12 @@ Note: the JSON data stream must be an object declaration.
|
|
203
215
|
</tr>
|
204
216
|
<tr>
|
205
217
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
206
|
-
<td>return location for a <span class="type">GError</span>, or <
|
218
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
207
219
|
</td>
|
208
220
|
</tr>
|
209
221
|
<tr>
|
210
222
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
211
|
-
<td>a <span class="type">GObject</span> or <
|
223
|
+
<td>a <span class="type">GObject</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
212
224
|
</td>
|
213
225
|
</tr>
|
214
226
|
</tbody>
|
@@ -236,8 +248,11 @@ will be used to translate the compatible JSON native types.
|
|
236
248
|
<p>
|
237
249
|
Note: the JSON data stream must be an object declaration.
|
238
250
|
</p>
|
239
|
-
<div class="variablelist"><table border="0">
|
251
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
252
|
+
<colgroup>
|
240
253
|
<col align="left" valign="top">
|
254
|
+
<col>
|
255
|
+
</colgroup>
|
241
256
|
<tbody>
|
242
257
|
<tr>
|
243
258
|
<td><p><span class="term"><em class="parameter"><code>gtype</code></em> :</span></p></td>
|
@@ -253,12 +268,12 @@ Note: the JSON data stream must be an object declaration.
|
|
253
268
|
</tr>
|
254
269
|
<tr>
|
255
270
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
256
|
-
<td>return location for a <span class="type">GError</span>, or <
|
271
|
+
<td>return location for a <span class="type">GError</span>, or <code class="literal">NULL</code>
|
257
272
|
</td>
|
258
273
|
</tr>
|
259
274
|
<tr>
|
260
275
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
261
|
-
<td>a <span class="type">GObject</span> or <
|
276
|
+
<td>a <span class="type">GObject</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
262
277
|
</td>
|
263
278
|
</tr>
|
264
279
|
</tbody>
|
@@ -280,8 +295,11 @@ the <a class="link" href="json-glib-Serializable-Interface.html#JsonSerializable
|
|
280
295
|
its properties; otherwise, the default implementation will be use to
|
281
296
|
translate the compatible types into JSON native types.
|
282
297
|
</p>
|
283
|
-
<div class="variablelist"><table border="0">
|
298
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
299
|
+
<colgroup>
|
284
300
|
<col align="left" valign="top">
|
301
|
+
<col>
|
302
|
+
</colgroup>
|
285
303
|
<tbody>
|
286
304
|
<tr>
|
287
305
|
<td><p><span class="term"><em class="parameter"><code>gobject</code></em> :</span></p></td>
|
@@ -290,7 +308,7 @@ translate the compatible types into JSON native types.
|
|
290
308
|
</tr>
|
291
309
|
<tr>
|
292
310
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
293
|
-
<td>return value for the length of the buffer, or <
|
311
|
+
<td>return value for the length of the buffer, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
294
312
|
</td>
|
295
313
|
</tr>
|
296
314
|
<tr>
|