[gtk+/gtk-3-20] window: Fix gtk_window_set_geometry_hints documentation
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-20] window: Fix gtk_window_set_geometry_hints documentation
- Date: Wed, 30 Mar 2016 11:23:08 +0000 (UTC)
commit b6d73e7d204964e5e9991533fc6434071c128018
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Mar 29 19:29:31 2016 +0200
window: Fix gtk_window_set_geometry_hints documentation
The geometry_widget parameter is ignored from 3.20 onwards [1], not
3.18 as mentioned in the documentation.
[1] commit 08974a1e9a6099a5a94b9d56970dbf96e473ba87
https://bugzilla.gnome.org/show_bug.cgi?id=764321
gtk/gtkwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 6f89d6a..8da2363 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -3996,7 +3996,7 @@ gtk_window_get_geometry_info (GtkWindow *window,
* gtk_window_set_geometry_hints:
* @window: a #GtkWindow
* @geometry_widget: (allow-none): widget the geometry hints used to be applied to
- * or %NULL. Since 3.18 this argument is ignored and GTK behaves as if %NULL was
+ * or %NULL. Since 3.20 this argument is ignored and GTK behaves as if %NULL was
* set.
* @geometry: (allow-none): struct containing geometry information or %NULL
* @geom_mask: mask indicating which struct fields should be paid attention to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]