diff options
author | Johan Dahlin <johan@gnome.org> | 2010-02-19 14:53:17 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-02-19 17:57:51 -0200 |
commit | fe852721123fb7dc5749c690613ca6e209363e2f (patch) | |
tree | 62ac68aab7296dbea80b199a0e1769ba5621514a /gtk/gtkxembed.c | |
parent | 347d406f80f2140a466da30764171cd92aa7d7ea (diff) | |
download | gtk+-fe852721123fb7dc5749c690613ca6e209363e2f.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/gtkxembed.c')
-rw-r--r-- | gtk/gtkxembed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c index 37462f91c1..f88c8948e0 100644 --- a/gtk/gtkxembed.c +++ b/gtk/gtkxembed.c @@ -123,7 +123,7 @@ gtk_xembed_get_time (void) /** * _gtk_xembed_send_message: - * @recipient: window to which to send the window, or %NULL + * @recipient: (allow-none): window to which to send the window, or %NULL * in which case nothing will be sent * @message: type of message * @detail: detail field of message @@ -172,7 +172,7 @@ _gtk_xembed_send_message (GdkWindow *recipient, /** * _gtk_xembed_send_focus_message: - * @recipient: window to which to send the window, or %NULL + * @recipient: (allow-none): window to which to send the window, or %NULL * in which case nothing will be sent * @message: type of message * @detail: detail field of message |