diff options
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 |