diff options
author | Johan Dahlin <johan@gnome.org> | 2010-02-19 14:53:17 -0200 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-04-03 20:56:15 -0400 |
commit | eee7bb2b2ec87081b16d8a708853c9396c7695ec (patch) | |
tree | 784661560e995c3318ee24b6232d7ecbb5e0b508 /gtk/gtkassistant.c | |
parent | 87334d465c170a8ea9ca8eb809d52ef895b613d2 (diff) | |
download | gtk+-eee7bb2b2ec87081b16d8a708853c9396c7695ec.tar.gz |
[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
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 5ee37c112e..e7be4212ea 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -1736,7 +1736,7 @@ gtk_assistant_insert_page (GtkAssistant *assistant, /** * gtk_assistant_set_forward_page_func: * @assistant: a #GtkAssistant - * @page_func: the #GtkAssistantPageFunc, or %NULL to use the default one + * @page_func: (allow-none): the #GtkAssistantPageFunc, or %NULL to use the default one * @data: user data for @page_func * @destroy: destroy notifier for @data * |