Various annotation fixes

https://bugzilla.gnome.org/show_bug.cgi?id=660854
This commit is contained in:
Jasper St. Pierre
2011-10-04 03:19:11 -04:00
parent 9f54f1d75d
commit f82966adb5
3 changed files with 13 additions and 5 deletions

View File

@@ -3490,6 +3490,14 @@ meta_screen_get_xroot (MetaScreen *screen)
return screen->xroot;
}
/**
* meta_screen_get_size:
* @screen: A #MetaScreen
* @width: (out): The width of the screen
* @height: (out): The height of the screen
*
* Retrieve the size of the screen.
*/
void
meta_screen_get_size (MetaScreen *screen,
int *width,