forked from AuroraMiddleware/gtk
Add 'Since: 2.18' tag
Add missing 'Since:' tag in gdk_window_get_root_coords() and gdk_window_is_destroyed() Reported by Rafal Luzynski in https://bugzilla.gnome.org/show_bug.cgi?id=604821
This commit is contained in:
parent
901aa0d645
commit
0c991c5645
@ -2220,6 +2220,8 @@ gdk_window_get_window_type (GdkWindow *window)
|
|||||||
* Check to see if a window is destroyed..
|
* Check to see if a window is destroyed..
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if the window is destroyed
|
* Return value: %TRUE if the window is destroyed
|
||||||
|
*
|
||||||
|
* Since: 2.18
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
gdk_window_is_destroyed (GdkWindow *window)
|
gdk_window_is_destroyed (GdkWindow *window)
|
||||||
@ -8020,6 +8022,8 @@ gdk_window_get_origin (GdkWindow *window,
|
|||||||
* window coordinates. This is similar to
|
* window coordinates. This is similar to
|
||||||
* gdk_window_get_origin() but allows you go pass
|
* gdk_window_get_origin() but allows you go pass
|
||||||
* in any position in the window, not just the origin.
|
* in any position in the window, not just the origin.
|
||||||
|
*
|
||||||
|
* Since: 2.18
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gdk_window_get_root_coords (GdkWindow *window,
|
gdk_window_get_root_coords (GdkWindow *window,
|
||||||
|
Loading…
Reference in New Issue
Block a user