Fix up doc comments
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jun 2015 21:27:09 +0000 (17:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jun 2015 21:27:42 +0000 (17:27 -0400)
gdk/gdkwindow.c
gdk/gdkwindow.h

index d4938a3fbaf025af1d92b21eb59ede99c5fdd49c..af3d17a0d5190e487481d07b2350289d1727939b 100644 (file)
@@ -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.
index b42f9dfe935cc1cb1ce367c0ed03507e269339d6..98c59b8f35cd3584f62ef65d92d7753922859b90 100644 (file)
@@ -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);