After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743475 - builder: Add missing (transfer) annotation to json_builder_add_value()
builder: Add missing (transfer) annotation to json_builder_add_value()
Status: RESOLVED FIXED
Product: json-glib
Classification: Core
Component: Core
git master
Other All
: Normal normal
: ---
Assigned To: json-glib-maint
json-glib-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-25 11:53 UTC by Philip Withnall
Modified: 2015-01-25 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
builder: Add missing (transfer) annotation to json_builder_add_value() (1.25 KB, patch)
2015-01-25 11:53 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2015-01-25 11:53:48 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2015-01-25 11:53:50 UTC
Created attachment 295370 [details] [review]
builder: Add missing (transfer) annotation to json_builder_add_value()

Document and annotate the fact that json_builder_add_value() takes
ownership of the JsonNode passed in to it.
Comment 2 Emmanuele Bassi (:ebassi) 2015-01-25 15:50:38 UTC
Review of attachment 295370 [details] [review]:

LGTM.
Comment 3 Philip Withnall 2015-01-25 17:03:10 UTC
Attachment 295370 [details] pushed as aee569b - builder: Add missing (transfer) annotation to json_builder_add_value()