[poppler] Branch 'poppler-0.16' - glib/poppler-page.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Sat Feb 26 02:41:26 PST 2011
glib/poppler-page.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1951c1bd0bfd7f1fa82afd83da2a7a79bd217a67
Author: Peter Ward <peteraward at gmail.com>
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.
**/
More information about the poppler
mailing list