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.vapi10
1 files changed, 10 insertions, 0 deletions
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index 82e568bc7..ad55004cc 100644
--- a/vapi/poppler-glib.vapi
+++ b/vapi/poppler-glib.vapi
@@ -508,6 +508,8 @@ namespace Poppler {
protected Movie ();
[Version (since = "0.14")]
public unowned string get_filename ();
+ [Version (since = "0.54")]
+ public Poppler.MoviePlayMode get_play_mode ();
[Version (since = "0.14")]
public bool need_poster ();
[Version (since = "0.14")]
@@ -1041,6 +1043,14 @@ namespace Poppler {
MULTILINE,
FILE_SELECT
}
+ [CCode (cheader_filename = "poppler.h", cprefix = "POPPLER_MOVIE_PLAY_MODE_", type_id = "poppler_movie_play_mode_get_type ()")]
+ [Version (since = "0.54")]
+ public enum MoviePlayMode {
+ ONCE,
+ OPEN,
+ REPEAT,
+ PALINDROME
+ }
[CCode (cheader_filename = "poppler.h", cprefix = "POPPLER_PAGE_LAYOUT_", type_id = "poppler_page_layout_get_type ()")]
public enum PageLayout {
UNSET,