glib/poppler-movie.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e3779c849c86685c9bc294af407b364daf4b2202 Author: Carlos Garcia Campos <[email protected]> Date: Sat Apr 8 09:56:59 2017 +0200 glib: Fix return value in API doc comment of poppler_movie_get_play_mode diff --git a/glib/poppler-movie.cc b/glib/poppler-movie.cc index be1d5184..791cda76 100644 --- a/glib/poppler-movie.cc +++ b/glib/poppler-movie.cc @@ -174,7 +174,7 @@ poppler_movie_show_controls (PopplerMovie *poppler_movie) * * Returns the play mode of @poppler_movie. * - * Return value: a #PopplerMovieRepeatMode. + * Return value: a #PopplerMoviePlayMode. * * Since: 0.54 */ _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
