Add annotation to gdk_screen_get_monitor_geometry

Pointed out by William Jon McCann.
This commit is contained in:
Matthias Clasen 2010-12-03 08:21:48 -05:00
parent e4cbe47a11
commit 4ef86fc500

View File

@ -450,7 +450,7 @@ gdk_x11_screen_get_monitor_output (GdkScreen *screen,
* gdk_screen_get_monitor_geometry:
* @screen: a #GdkScreen
* @monitor_num: the monitor number, between 0 and gdk_screen_get_n_monitors (screen)
* @dest: a #GdkRectangle to be filled with the monitor geometry
* @dest: (out) (allow-none): a #GdkRectangle to be filled with the monitor geometry
*
* Retrieves the #GdkRectangle representing the size and position of
* the individual monitor within the entire screen area.