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 676609 - glib-2.0: annotate nullable GLib.Uri arguments and return values
glib-2.0: annotate nullable GLib.Uri arguments and return values
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-23 00:26 UTC by Marc-Andre Lureau
Modified: 2012-05-24 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glib-2.0: annotate nullable GLib.Uri arguments and return values (1.72 KB, patch)
2012-05-23 00:26 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2012-05-23 00:26:24 UTC
g_uri_*() functions can take null values, return null as a normal
operation, ex: parse_scheme() returns null when no scheme...
Comment 1 Marc-Andre Lureau 2012-05-23 00:26:27 UTC
Created attachment 214719 [details] [review]
glib-2.0: annotate nullable GLib.Uri arguments and return values
Comment 2 Luca Bruno 2012-05-24 10:39:58 UTC
Review of attachment 214719 [details] [review]:

Looks good thanks.
Comment 3 Marc-Andre Lureau 2012-05-24 11:25:04 UTC
Attachment 214719 [details] pushed as d634eb6 - glib-2.0: annotate nullable GLib.Uri arguments and return values