]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
poppler-glib: Update to 0.54.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 13 May 2017 15:30:17 +0000 (17:30 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 13 May 2017 15:30:17 +0000 (17:30 +0200)
vapi/poppler-glib.vapi

index 82e568bc7d775e5c7e16db694f370e9fffb30455..ad55004ccf6689c59771f1f2c89a030926d0a068 100644 (file)
@@ -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,