]> Pileus Git - ~andy/gtk/commitdiff
Add annotation to gdk_screen_get_monitor_geometry
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 13:21:48 +0000 (08:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 13:21:48 +0000 (08:21 -0500)
Pointed out by William Jon McCann.

gdk/x11/gdkscreen-x11.c

index 90d35dc5d82dbabae2172e94a0dc18ee1468216b..5927378839a2e460c8049b8f7a5190d4e5c8f997 100644 (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.