GNOME Bugzilla – Bug 660854
Various annotation fixes
Last modified: 2011-10-04 20:45:13 UTC
Some basic annotation fixes.
Created attachment 198191 [details] [review] Various annotation fixes
Review of attachment 198191 [details] [review]: ::: src/core/screen.c @@ +3494,3 @@ + * meta_screen_get_size: + * @screen: A #MetaScreen + * @width: (out caller-allocates): The width of the screen Don't need the caller-allocates here, it only applies to structures.
Created attachment 198242 [details] [review] Various annotation fixes OK.
Review of attachment 198242 [details] [review]: ::: src/core/screen.c @@ +3495,3 @@ + * @screen: A #MetaScreen + * @width: The width of the screen + * @height: The height of the screen These should be (out). Just don't need to be (out caller-allocates).
Created attachment 198248 [details] [review] Various annotation fixes Ah, that's what you meant.
Review of attachment 198248 [details] [review]: Looks good, thanks!
Attachment 198248 [details] pushed as f82966a - Various annotation fixes