index
:
delta/json-glib.git
bug-958
bug-965
debian-packaging
deep-copy
docs-template
error-location
generator
gobject-deserialize
gobject-serialize
handle-utf8-bom
json-glib-0-10
json-glib-0-12
json-glib-0-14
json-glib-0-16
json-glib-0-8
json-glib-1-0
json-glib-1-2
json-glib-1-4
json-glib-1-6
json-node-autoptr
json-scanner
master
msvc-patch
object_get-with-wrong-types
parse-enums
python-bindings
stable-0.2
stable-0.4
test-framework
wip/drop-autotools
wip/g-property
wip/hughsie/typecheck
wip/otte/validate-with-load-bytes
wip/rishi/24-doc-fix
wip/sadiq/parser-read-async
work
gitlab.gnome.org: GNOME/json-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-glib
/
json-gobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop or mark unused parameters
Emmanuele Bassi
2022-10-11
1
-6
/
+10
*
Update the documentation for the GObject integration API
Emmanuele Bassi
2021-06-10
1
-41
/
+41
*
Merge branch 'gidocgen' into 'master'
Emmanuele Bassi
2021-06-08
1
-35
/
+26
|
\
|
*
docs: Initial, rough port away from gtk-doc
Emmanuele Bassi
2021-06-08
1
-35
/
+26
*
|
trivial: Return the correct type in g_return_val_if_fail()
wip/hughsie/typecheck
Richard Hughes
2021-05-16
1
-4
/
+4
|
/
*
Use non-deprecated GObject constructor and types
Emmanuele Bassi
2020-08-24
1
-28
/
+23
*
Merge branch 'master-old'
Emmanuele Bassi
2017-07-10
1
-13
/
+8
|
\
|
*
core: Avoid json_object_get_members()
Garrett Regier
2017-06-16
1
-13
/
+8
*
|
gobject: Ignore deprecation warning for g_object_newv()
Emmanuele Bassi
2017-07-10
1
-0
/
+2
|
/
*
Use Unicode in translatable strings
Piotr Drąg
2017-03-18
1
-1
/
+1
*
Fix translator comments
Piotr Drąg
2017-01-28
1
-1
/
+1
*
node: Add json_node_ref() and json_node_unref()
Philip Withnall
2016-03-01
1
-2
/
+2
*
Handle serialization/deserialization of glong gulong and guint64
Tristan Van Berkom
2014-12-30
1
-0
/
+28
*
Remove conditional inclusion of config.h
Emmanuele Bassi
2014-03-18
1
-2
/
+0
*
docs: Port to MarkDown
Emmanuele Bassi
2014-03-18
1
-2
/
+2
*
Remove compile time GLib version check
Emmanuele Bassi
2013-08-21
1
-8
/
+0
*
Use typed initializers for JsonNode
Emmanuele Bassi
2012-10-27
1
-63
/
+52
*
gobject: Use JsonSerializable API
Emmanuele Bassi
2012-10-26
1
-7
/
+9
*
Use g_value_[sg]et_schar() with GLib ≥ 2.31
Emmanuele Bassi
2011-10-12
1
-1
/
+9
*
gobject: Deserialize CONSTRUCT properties
Emmanuele Bassi
2011-08-23
1
-8
/
+5
*
Handle integer to float/double conversions in json_deserialize_pspec()
Tristan Van Berkom
2011-07-31
1
-1
/
+21
*
Added an additional warning to json_gobject_new()
Tristan Van Berkom
2011-07-13
1
-1
/
+6
*
Avoid serializing default property values only after
Tristan Van Berkom
2011-07-09
1
-8
/
+2
*
Fixed badly handled fundamental types in json_deserialize_pspec().
Tristan Van Berkom
2011-07-07
1
-12
/
+30
*
Mark GError messages for translations
Emmanuele Bassi
2011-06-01
1
-2
/
+2
*
Add i18n machinery
Emmanuele Bassi
2011-06-01
1
-0
/
+2
*
gobject: Do not serialize default values
Emmanuele Bassi
2011-06-01
1
-0
/
+7
*
serializable: Allow introspecting properties
Emmanuele Bassi
2011-06-01
1
-9
/
+34
*
Fixed json_deserialize_pspec() to handle null nodes.
Tristan Van Berkom
2011-05-03
1
-1
/
+13
*
Warn from json_gobject_deserialize() if a listed property cannot be deseriali...
Tristan Van Berkom
2011-04-23
1
-0
/
+3
*
gobject: Fix deserialization of construct-only properties
Emmanuele Bassi
2010-09-25
1
-2
/
+2
*
debug: Add debug notes in the GObject code
Emmanuele Bassi
2010-09-25
1
-2
/
+12
*
Add introspection annotations
Emmanuele Bassi
2010-09-25
1
-2
/
+2
*
gobject: Use construct and construct-only properties
Emmanuele Bassi
2010-08-15
1
-1
/
+1
*
Initialize out variables before using them
Vincent Untz
2009-12-29
1
-2
/
+2
*
docs: Fix annotation for json_gobject_to_data()
Emmanuele Bassi
2009-11-29
1
-1
/
+1
*
boxed: Split (de)serialization registration
Emmanuele Bassi
2009-11-23
1
-3
/
+1
*
serializable: Make Serializable in charge of parsing
Tristan Van Berkom
2009-11-12
1
-2
/
+5
*
gobject: Use from/to data naming convention
Emmanuele Bassi
2009-10-28
1
-4
/
+59
*
gobject: Uniform JSON<->GObject mapping code
Emmanuele Bassi
2009-10-28
1
-28
/
+54
*
build: Split out GBoxed and Serializable
Emmanuele Bassi
2009-10-27
1
-367
/
+4
*
gobject: Make GObject<->JsonObject functions public
Emmanuele Bassi
2009-10-27
1
-2
/
+28
*
gobject: Reuse the list data
Emmanuele Bassi
2009-10-27
1
-1
/
+1
*
gobject: Add experimental GBoxed<->JSON transformation
Emmanuele Bassi
2009-10-27
1
-2
/
+262
*
Remove a stray ';' that broke deserializing GStrv
Emmanuele Bassi
2009-10-27
1
-1
/
+1
*
Fix compiler warnings (remove unused variables)
Emmanuele Bassi
2009-10-27
1
-2
/
+1
*
gobject: Support constructor properties
Emmanuele Bassi
2009-10-27
1
-11
/
+87
*
gobject: Serialize properties holding a GObject
Emmanuele Bassi
2009-10-27
1
-0
/
+14
*
gobject: Split GObject serialization code
Emmanuele Bassi
2009-10-27
1
-52
/
+61
*
gobject: Recurse in GParamSpecObject properties
Emmanuele Bassi
2009-10-27
1
-1
/
+13
[next]