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/gdkscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/gdkscreen.c') diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index cd1dc6c815..4a6e11b657 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -397,7 +397,7 @@ gdk_screen_height_mm (void) /** * gdk_screen_set_font_options: * @screen: a #GdkScreen - * @options: a #cairo_font_options_t, or %NULL to unset any + * @options: (allow-none): a #cairo_font_options_t, or %NULL to unset any * previously set default font options. * * Sets the default font options for the screen. These -- cgit v1.2.1