Christian Hergert
18a33f72db
introspection: use (nullable) or (optional) instead of (allow-none)
...
If we have an input parameter (or return value) we need to use (nullable).
However, if it is an (inout) or (out) parameter, (optional) is sufficient.
It looks like (nullable) could be used for everything according to the
Annotation documentation, but (optional) is more specific.
2016-11-22 14:14:37 -08:00
Rico Tzschichholz
e0e52b60ea
docs: Fix broken gtk-doc formatting
2014-08-18 14:08:41 +02:00
Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Colin Walters
dc4922af21
test-pipe-unix: Add missing include
...
Fixes the build with -Werror=missing-prototypes.
https://bugzilla.gnome.org/show_bug.cgi?id=687385
2012-11-02 09:03:52 -04:00
Colin Walters
598c3d233a
tests: Add missing initializer for return value
2012-06-22 10:32:25 -04:00
Rico Tzschichholz
38a00cec67
gio/tests: Fix for -Werror=format-security
2011-11-21 23:06:15 +01:00
Simon McVittie
96deb40caa
GDBus tests: factor out TestIOStream, test_pipe and test_bidi_pipe
...
These might even make useful public API if they grew a Windows
implementation, but for now they can be Unix-only test API.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662395
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk >
Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk >
2011-11-21 18:15:26 +00:00