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 759938 - Several methods miss (nullable) annotation in return value
Several methods miss (nullable) annotation in return value
Status: RESOLVED FIXED
Product: json-glib
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: json-glib-maint
json-glib-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-28 21:36 UTC by Alberto Ruiz
Modified: 2017-03-18 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
introspection: fix nullable annotation for return values (9.11 KB, patch)
2015-12-28 21:38 UTC, Alberto Ruiz
committed Details | Review

Description Alberto Ruiz 2015-12-28 21:36:59 UTC
The following methods miss the (nullable) annotation:

      json_builder_add_boolean_value
      json_builder_add_double_value
      json_builder_add_int_value
      json_builder_add_null_value
      json_builder_add_string_value
      json_builder_add_value
      json_builder_begin_array
      json_builder_begin_object
      json_builder_end_array
      json_builder_end_object
      json_builder_get_root
      json_builder_set_member_name
      json_generator_get_root
      json_reader_get_error
      json_reader_get_member_name
      json_reader_get_value
      json_serializable_find_property
      json_serializable_find_property
      json_boxed_serialize
Comment 1 Alberto Ruiz 2015-12-28 21:38:20 UTC
Created attachment 317987 [details] [review]
introspection: fix nullable annotation for return values
Comment 2 Emmanuele Bassi (:ebassi) 2017-03-18 18:59:49 UTC
Thanks, pushed to master with a minor fix for a conflict.