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)
This commit is contained in:
Matthias Clasen 2006-06-20 04:30:11 +00:00 committed by Matthias Clasen
parent 103bba09e4
commit 72c77cf67c
3 changed files with 15 additions and 3 deletions

View 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

View 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

View 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.
*