diff options
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r-- | gdk/gdkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |