| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Document and annotate the fact that json_builder_add_value() takes
ownership of the JsonNode passed in to it.
https://bugzilla.gnome.org/show_bug.cgi?id=743475
|
| |
|
|
| |
All the platforms and build system we support have a config.h header.
|
| |
|
|
|
| |
Drop the DocBook documentation, and move everything to the MarkDown
format used by modern gtk-doc.
|
| |
|
|
| |
We can use the autogenerated get_instance_private() function.
|
| |
|
|
|
| |
We depend on a new version of GLib, so we can remove a bunch of old
version checks.
|
| |
|
|
|
|
|
|
| |
If we're being compiled against a newer version of GLib, we should use
the new macros that add instance private data.
Since this is a stable branch, we cannot bump the GLib requirement; so
we use version checks to conditionally compile the new code.
|
| |
|
|
| |
Function arguments should be aligned on different lines.
|
| |
|
|
|
|
|
| |
If we're calling g_free() on a field we better make sure that it's either
NULL or contains valid data.
https://bugzilla.gnome.org/show_bug.cgi?id=651271
|
| | |
|
| |
|
|
|
| |
And silence gtk-doc-scanner by removing an undefined argument from
json_builder_add_null_value().
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=621141
Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
|