[vala/0.36] poppler-glib: Update to 0.54.0



commit 652a3c1ce0a9e37ba323929a24074ee5f1ada174
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat May 13 17:30:17 2017 +0200

    poppler-glib: Update to 0.54.0

 vapi/poppler-glib.vapi |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index 82e568b..ad55004 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]