summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-20 04:30:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-20 04:30:11 +0000
commit72c77cf67c80a8ea3477fea55fdcf5231ff04126 (patch)
tree89f5184c38263cfe9bd736aac39daee34f5e6a26
parent103bba09e47a3214ba29c3b58f7d46c12f256dda (diff)
downloadgdk-pixbuf-72c77cf67c80a8ea3477fea55fdcf5231ff04126.tar.gz
Update the docs. (#345194, Yevgen Muntyan)
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update the docs. (#345194, Yevgen Muntyan)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--gdk/x11/gdkwindow-x11.c8
3 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2db93cb63..be789fe17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
+ the docs. (#345194, Yevgen Muntyan)
+
2006-06-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2db93cb63..be789fe17 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2006-06-20 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
+ the docs. (#345194, Yevgen Muntyan)
+
2006-06-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 55b153a9b..87324b7d2 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -5066,9 +5066,11 @@ gdk_window_get_decorations(GdkWindow *window,
* @window: a toplevel #GdkWindow
* @functions: bitmask of operations to allow on @window
*
- * This function isn't really good for much. It sets the traditional
- * Motif window manager hint for which operations the window manager
- * should allow on a toplevel window. However, few window managers do
+ * Sets hints about the window management functions to make available
+ * via buttons on the window frame.
+ *
+ * On the X backend, this function sets the traditional Motif window
+ * manager hint for this purpose. However, few window managers do
* anything reliable or interesting with this hint. Many ignore it
* entirely.
*