[poppler] glib/poppler-page.cc

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sat Feb 8 00:17:28 PST 2014


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

New commits:
commit 8a84b45674aed8c27a1d172b07eb0531c0ec14f1
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Sat Feb 8 09:17:02 2014 +0100

    glib: Fix gobject-introspection warnings

diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc
index 1916f95..a4c9681 100644
--- a/glib/poppler-page.cc
+++ b/glib/poppler-page.cc
@@ -572,8 +572,8 @@ poppler_page_render_selection (PopplerPage           *page,
 /**
  * poppler_page_get_thumbnail_size:
  * @page: A #PopplerPage
- * @width: (out) return location for width
- * @height: (out) return location for height
+ * @width: (out): return location for width
+ * @height: (out): return location for height
  *
  * Returns %TRUE if @page has a thumbnail associated with it.  It also
  * fills in @width and @height with the width and height of the


More information about the poppler mailing list