**/
void
gdk_window_set_pass_through (GdkWindow *window,
- gboolean pass_through)
+ gboolean pass_through)
{
g_return_if_fail (GDK_IS_WINDOW (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.
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);