From 23ce2562bfa9ba7f598d009cfb56aea1bd5ae1ba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Jun 2015 17:27:09 -0400 Subject: [PATCH] Fix up doc comments --- gdk/gdkwindow.c | 3 +-- gdk/gdkwindow.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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);