forked from AuroraMiddleware/gtk
Fix trivial typo in documentation.
2008-06-06 Ross Burton <ross@burtonini.com> * gtk/gtkwindow.c: Fix trivial typo in documentation. svn path=/trunk/; revision=20323
This commit is contained in:
parent
277d1744f6
commit
be7eacbf3f
@ -1,3 +1,8 @@
|
||||
2008-06-06 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gtk/gtkwindow.c:
|
||||
Fix trivial typo in documentation.
|
||||
|
||||
2008-06-06 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* config.h.win32.in: Slight update to match what configure
|
||||
|
@ -3983,8 +3983,8 @@ gtk_window_move (GtkWindow *window,
|
||||
/**
|
||||
* gtk_window_get_position:
|
||||
* @window: a #GtkWindow
|
||||
* @root_x: return location for X coordinate of gravity-determined reference p\oint
|
||||
* @root_y: return location for Y coordinate of gravity-determined reference p\oint
|
||||
* @root_x: return location for X coordinate of gravity-determined reference point
|
||||
* @root_y: return location for Y coordinate of gravity-determined reference point
|
||||
*
|
||||
* This function returns the position you need to pass to
|
||||
* gtk_window_move() to keep @window in its current position. This
|
||||
|
Loading…
Reference in New Issue
Block a user