summaryrefslogtreecommitdiff
path: root/glib/reference
diff options
context:
space:
mode:
authorFrancesco Poli (wintermute) <invernomuto@paranoici.org>2017-04-02 15:28:20 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2017-04-02 15:45:40 +0200
commitdad9b36e0e91524e8e342cf924026c37fcb1730e (patch)
tree0c187f7300cfab211e4275f8992587a4b798ccb3 /glib/reference
parent0dbec24428d96ae78be8ca06b230d68cde445614 (diff)
glib: Expose movie play mode
With this patch the movie play mode can be queried via the glib interface. An enum value is obtained that reports whether the movie should be played once, in loop, and so forth... https://bugs.freedesktop.org/show_bug.cgi?id=99625
Diffstat (limited to 'glib/reference')
-rw-r--r--glib/reference/poppler-sections.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/reference/poppler-sections.txt b/glib/reference/poppler-sections.txt
index d597c2d4..af1bbba9 100644
--- a/glib/reference/poppler-sections.txt
+++ b/glib/reference/poppler-sections.txt
@@ -555,16 +555,20 @@ poppler_media_get_type
<FILE>poppler-movie</FILE>
<TITLE>PopplerMovie</TITLE>
PopplerMovie
+PopplerMoviePlayMode
poppler_movie_get_filename
poppler_movie_need_poster
poppler_movie_show_controls
+poppler_movie_get_play_mode
<SUBSECTION Standard>
POPPLER_MOVIE
POPPLER_IS_MOVIE
POPPLER_TYPE_MOVIE
+POPPLER_TYPE_MOVIE_PLAY_MODE
<SUBSECTION Private>
poppler_movie_get_type
+poppler_movie_play_mode_get_type
</SECTION>