summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.c
Commit message (Expand)AuthorAgeFilesLines
* Drop or mark unused parametersEmmanuele Bassi2022-10-111-6/+10
* Update the documentation for the GObject integration APIEmmanuele Bassi2021-06-101-41/+41
* Merge branch 'gidocgen' into 'master'Emmanuele Bassi2021-06-081-35/+26
|\
| * docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-35/+26
* | trivial: Return the correct type in g_return_val_if_fail()wip/hughsie/typecheckRichard Hughes2021-05-161-4/+4
|/
* Use non-deprecated GObject constructor and typesEmmanuele Bassi2020-08-241-28/+23
* Merge branch 'master-old'Emmanuele Bassi2017-07-101-13/+8
|\
| * core: Avoid json_object_get_members()Garrett Regier2017-06-161-13/+8
* | gobject: Ignore deprecation warning for g_object_newv()Emmanuele Bassi2017-07-101-0/+2
|/
* Use Unicode in translatable stringsPiotr Drąg2017-03-181-1/+1
* Fix translator commentsPiotr Drąg2017-01-281-1/+1
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-2/+2
* Handle serialization/deserialization of glong gulong and guint64Tristan Van Berkom2014-12-301-0/+28
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-2/+2
* Remove compile time GLib version checkEmmanuele Bassi2013-08-211-8/+0
* Use typed initializers for JsonNodeEmmanuele Bassi2012-10-271-63/+52
* gobject: Use JsonSerializable APIEmmanuele Bassi2012-10-261-7/+9
* Use g_value_[sg]et_schar() with GLib ≥ 2.31Emmanuele Bassi2011-10-121-1/+9
* gobject: Deserialize CONSTRUCT propertiesEmmanuele Bassi2011-08-231-8/+5
* Handle integer to float/double conversions in json_deserialize_pspec()Tristan Van Berkom2011-07-311-1/+21
* Added an additional warning to json_gobject_new()Tristan Van Berkom2011-07-131-1/+6
* Avoid serializing default property values only afterTristan Van Berkom2011-07-091-8/+2
* Fixed badly handled fundamental types in json_deserialize_pspec().Tristan Van Berkom2011-07-071-12/+30
* Mark GError messages for translationsEmmanuele Bassi2011-06-011-2/+2
* Add i18n machineryEmmanuele Bassi2011-06-011-0/+2
* gobject: Do not serialize default valuesEmmanuele Bassi2011-06-011-0/+7
* serializable: Allow introspecting propertiesEmmanuele Bassi2011-06-011-9/+34
* Fixed json_deserialize_pspec() to handle null nodes.Tristan Van Berkom2011-05-031-1/+13
* Warn from json_gobject_deserialize() if a listed property cannot be deseriali...Tristan Van Berkom2011-04-231-0/+3
* gobject: Fix deserialization of construct-only propertiesEmmanuele Bassi2010-09-251-2/+2
* debug: Add debug notes in the GObject codeEmmanuele Bassi2010-09-251-2/+12
* Add introspection annotationsEmmanuele Bassi2010-09-251-2/+2
* gobject: Use construct and construct-only propertiesEmmanuele Bassi2010-08-151-1/+1
* Initialize out variables before using themVincent Untz2009-12-291-2/+2
* docs: Fix annotation for json_gobject_to_data()Emmanuele Bassi2009-11-291-1/+1
* boxed: Split (de)serialization registrationEmmanuele Bassi2009-11-231-3/+1
* serializable: Make Serializable in charge of parsingTristan Van Berkom2009-11-121-2/+5
* gobject: Use from/to data naming conventionEmmanuele Bassi2009-10-281-4/+59
* gobject: Uniform JSON<->GObject mapping codeEmmanuele Bassi2009-10-281-28/+54
* build: Split out GBoxed and SerializableEmmanuele Bassi2009-10-271-367/+4
* gobject: Make GObject<->JsonObject functions publicEmmanuele Bassi2009-10-271-2/+28
* gobject: Reuse the list dataEmmanuele Bassi2009-10-271-1/+1
* gobject: Add experimental GBoxed<->JSON transformationEmmanuele Bassi2009-10-271-2/+262
* Remove a stray ';' that broke deserializing GStrvEmmanuele Bassi2009-10-271-1/+1
* Fix compiler warnings (remove unused variables)Emmanuele Bassi2009-10-271-2/+1
* gobject: Support constructor propertiesEmmanuele Bassi2009-10-271-11/+87
* gobject: Serialize properties holding a GObjectEmmanuele Bassi2009-10-271-0/+14
* gobject: Split GObject serialization codeEmmanuele Bassi2009-10-271-52/+61
* gobject: Recurse in GParamSpecObject propertiesEmmanuele Bassi2009-10-271-1/+13