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 --- gtk/gtkstatusicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkstatusicon.c') diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 1fe57442e6..de97c84cbd 100644 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -2791,7 +2791,7 @@ gtk_status_icon_get_tooltip_text (GtkStatusIcon *status_icon) /** * gtk_status_icon_set_tooltip_markup: * @status_icon: a #GtkStatusIcon - * @markup: the contents of the tooltip for @status_icon, or %NULL + * @markup: (allow-none): the contents of the tooltip for @status_icon, or %NULL * * Sets @markup as the contents of the tooltip, which is marked up with * the Pango text markup language. -- cgit v1.2.1