summaryrefslogtreecommitdiff
path: root/vapi/poppler-glib.vapi
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-15 23:24:56 -0700
committerJürg Billeter <j@bitron.ch>2012-06-23 17:34:45 +0200
commitdb3663bcfd1e1b30329278058e98209599e2118c (patch)
treee59aebb8bf2061fe8caacfdd24e75524db2b2923 /vapi/poppler-glib.vapi
parentcf25dab2db539d77c562053a8fd39600d22a6788 (diff)
downloadvala-db3663bcfd1e1b30329278058e98209599e2118c.tar.gz
bindings: update GIR-based bindings
Diffstat (limited to 'vapi/poppler-glib.vapi')
-rw-r--r--vapi/poppler-glib.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index ffa952b06..e2c5ffd1b 100644
--- a/vapi/poppler-glib.vapi
+++ b/vapi/poppler-glib.vapi
@@ -244,10 +244,12 @@ namespace Poppler {
public class FontsIter {
public Poppler.FontsIter copy ();
public void free ();
+ public unowned string get_encoding ();
public unowned string get_file_name ();
public Poppler.FontType get_font_type ();
public unowned string get_full_name ();
public unowned string get_name ();
+ public unowned string get_substitute_name ();
public bool is_embedded ();
public bool is_subset ();
public bool next ();