glib/poppler-page.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8a84b45674aed8c27a1d172b07eb0531c0ec14f1 Author: Carlos Garcia Campos <[email protected]> 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 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
