[gtk+] Fix up doc comments
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix up doc comments
- Date: Tue, 23 Jun 2015 21:46:43 +0000 (UTC)
commit 23ce2562bfa9ba7f598d009cfb56aea1bd5ae1ba
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 23 17:27:09 2015 -0400
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 d4938a3..af3d17a 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 b42f9df..98c59b8 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]