From: Matthias Clasen Date: Tue, 23 Jun 2015 21:27:09 +0000 (-0400) Subject: Fix up doc comments X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9290 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23ce2562bfa9ba7f598d009cfb56aea1bd5ae1ba;p=gtk4.git Fix up doc comments --- diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index d4938a3fba..af3d17a0d5 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -6827,7 +6827,7 @@ gdk_window_set_child_input_shapes (GdkWindow *window) **/ void gdk_window_set_pass_through (GdkWindow *window, - gboolean pass_through) + gboolean pass_through) { g_return_if_fail (GDK_IS_WINDOW (window)); @@ -6840,7 +6840,6 @@ gdk_window_set_pass_through (GdkWindow *window, /** * gdk_window_get_pass_through: * @window: a #GdkWindow - * @pass_through: a boolean * * Returns whether input to the window is passed through to the window * below. diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h index b42f9dfe93..98c59b8f35 100644 --- a/gdk/gdkwindow.h +++ b/gdk/gdkwindow.h @@ -656,7 +656,7 @@ void gdk_window_merge_child_input_shapes (GdkWindow *window); GDK_AVAILABLE_IN_3_18 void gdk_window_set_pass_through (GdkWindow *window, - gboolean pass_through); + gboolean pass_through); GDK_AVAILABLE_IN_3_18 gboolean gdk_window_get_pass_through (GdkWindow *window);