summaryrefslogtreecommitdiff
path: root/vapi/poppler-glib.vapi
diff options
context:
space:
mode:
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 ();