glib/poppler-page.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 89c66f236c85ac5a53ae12b01cdebc30e27b78d3 Author: Peter Ward <[email protected]> Date: Sat Feb 26 11:39:58 2011 +0100 glib: Add missing "out" annotation to poppler_page_get_size() diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc index 613b0cb..8fae398 100644 --- a/glib/poppler-page.cc +++ b/glib/poppler-page.cc @@ -86,8 +86,8 @@ poppler_page_finalize (GObject *object) /** * poppler_page_get_size: * @page: A #PopplerPage - * @width: (allow-none): return location for the width of @page - * @height: (allow-none): return location for the height of @page + * @width: (out) (allow-none): return location for the width of @page + * @height: (out) (allow-none): return location for the height of @page * * Gets the size of @page at the current scale and rotation. **/ _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
