[poppler] glib/poppler-page.cc

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sat Feb 26 02:40:48 PST 2011


 glib/poppler-page.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 89c66f236c85ac5a53ae12b01cdebc30e27b78d3
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 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.
  **/


More information about the poppler mailing list