GNOME Bugzilla – Bug 756684
Support (not nullable) annotation
Last modified: 2015-11-19 07:20:37 UTC
Created attachment 313444 [details] [review] mkdb: support (not nullable) annotation (not nullable) is available in gobject-introspection: https://git.gnome.org/browse/gobject-introspection/commit/?id=10cb665fee2cc378dd2f13bad16e6384836a8b16 https://bugzilla.gnome.org/show_bug.cgi?id=729660
Created attachment 314977 [details] [review] gtkdoc-mkdb: Add support for (not nullable) annotations In bug #729660, gobject-introspection gained support for a (not nullable) annotation which is the exact opposite of (nullable). Add support for that to gtkdoc-mkdb, and add some unit tests. --- I spotted the existing patch for this after writing my own patch, sorry. The wording in the two differs slightly. Mine has unit tests.
Review of attachment 314977 [details] [review]: Thanks, merging now.
The following fix has been pushed: c567d9e gtkdoc-mkdb: Add support for (not nullable) annotations
Created attachment 315866 [details] [review] gtkdoc-mkdb: Add support for (not nullable) annotations In bug #729660, gobject-introspection gained support for a (not nullable) annotation which is the exact opposite of (nullable). Add support for that to gtkdoc-mkdb, and add some unit tests.