]> Pileus Git - ~andy/gtk/commitdiff
Update the docs. (#345194, Yevgen Muntyan)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2006 04:30:11 +0000 (04:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jun 2006 04:30:11 +0000 (04:30 +0000)
2006-06-20  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
the docs. (#345194, Yevgen Muntyan)

ChangeLog
ChangeLog.pre-2-10
gdk/x11/gdkwindow-x11.c

index 2db93cb63a38591c472fc55311937eef352ce662..be789fe17a6b999df61bd0624f01742bc0ef69de 100644 (file)
--- 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
index 2db93cb63a38591c472fc55311937eef352ce662..be789fe17a6b999df61bd0624f01742bc0ef69de 100644 (file)
@@ -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
index 55b153a9ba32f833ff84f3a160198a1023b48a34..87324b7d2f5f8b0fb27114718d04c5c0ec68f067 100644 (file)
@@ -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.
  *