summaryrefslogtreecommitdiff
path: root/vapi/poppler-glib.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-01-01 17:36:48 +0100
committerJürg Billeter <j@bitron.ch>2010-01-01 17:36:48 +0100
commit6b1d2b83b3828877b6e828e08c610ee70bf35cf5 (patch)
treef5fa5307837cdafb9538d0c410fe333c3b957f34 /vapi/poppler-glib.vapi
parent9fde75e70544551c862109808af0996fe1f76867 (diff)
downloadvala-6b1d2b83b3828877b6e828e08c610ee70bf35cf5.tar.gz
poppler-glib: Fix poppler_page_get_crop_box binding
Diffstat (limited to 'vapi/poppler-glib.vapi')
-rw-r--r--vapi/poppler-glib.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index 181501fec..2922d27c0 100644
--- a/vapi/poppler-glib.vapi
+++ b/vapi/poppler-glib.vapi
@@ -238,7 +238,7 @@ namespace Poppler {
public static void free_form_field_mapping (GLib.List list);
public static void free_image_mapping (GLib.List list);
public static void free_link_mapping (GLib.List list);
- public void get_crop_box (Poppler.Rectangle rect);
+ public void get_crop_box (out Poppler.Rectangle rect);
public double get_duration ();
public unowned GLib.List get_form_field_mapping ();
public unowned GLib.List get_image_mapping ();