From fe852721123fb7dc5749c690613ca6e209363e2f Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 19 Feb 2010 14:53:17 -0200 Subject: [annotations] Add allow-none This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474 --- gdk/gdkselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/gdkselection.c') diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index 2a9b84c6a4..fd8f705811 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -77,7 +77,7 @@ gdk_text_property_to_text_list (GdkAtom encoding, * @format: the format of the property * @text: the text to convert * @length: the length of @text, in bytes - * @list: location to store the list of strings or %NULL. The + * @list: (allow-none): location to store the list of strings or %NULL. The * list should be freed with g_strfreev(). * * Convert a text property in the giving encoding to -- cgit v1.2.1