summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-06-23 17:27:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-06-23 17:27:42 -0400
commit23ce2562bfa9ba7f598d009cfb56aea1bd5ae1ba (patch)
tree643dc0daeb6a872971f6a02054447b786764e954
parent68aa48cc44ab087b9b2f0b2000a9e671a3f8acd5 (diff)
downloadgtk+-23ce2562bfa9ba7f598d009cfb56aea1bd5ae1ba.tar.gz
Fix up doc comments
-rw-r--r--gdk/gdkwindow.c3
-rw-r--r--gdk/gdkwindow.h2
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);