summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2016-03-29 19:29:31 +0200
committerDebarshi Ray <debarshir@gnome.org>2016-03-30 13:22:50 +0200
commitb6d73e7d204964e5e9991533fc6434071c128018 (patch)
tree7ffc7b87d34555db2728031ad6727e4b6584a0eb
parenta4c63393514a5c4e6192a7218d81ea486050429a (diff)
downloadgtk+-b6d73e7d204964e5e9991533fc6434071c128018.tar.gz
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
-rw-r--r--gtk/gtkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 6f89d6ad7d..8da236322a 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