glib/poppler-page.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1951c1bd0bfd7f1fa82afd83da2a7a79bd217a67 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 064e4af..7c3a31f 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
