summaryrefslogtreecommitdiff
path: root/glib/poppler-movie.cc
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-01 18:01:45 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-07-01 18:01:45 +0200
commit6facefb3fa8f97a9d330545308fb2d89c7f57fa0 (patch)
tree7c3edad84a93a5746327897b9620aae3b0f89fda /glib/poppler-movie.cc
parent166b78c0ce8a4536873c4f60b392c24c8a68e7aa (diff)
[glib] docs: Add index of new symbols for versions 0.12, 0.14 and 0.16
Diffstat (limited to 'glib/poppler-movie.cc')
-rw-r--r--glib/poppler-movie.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/glib/poppler-movie.cc b/glib/poppler-movie.cc
index b1626539..cb5a2ad0 100644
--- a/glib/poppler-movie.cc
+++ b/glib/poppler-movie.cc
@@ -102,6 +102,8 @@ _poppler_movie_new (Movie *poppler_movie)
*
* Return value: a local filename, return value is owned by #PopplerMovie and
* should not be freed
+*
+* Since: 0.14
*/
const gchar *
poppler_movie_get_filename (PopplerMovie *poppler_movie)
@@ -120,6 +122,8 @@ poppler_movie_get_filename (PopplerMovie *poppler_movie)
* from the movie file.
*
* Return value: %TRUE if move needs a poster image, %FALSE otherwise
+ *
+ * Since: 0.14
*/
gboolean
poppler_movie_need_poster (PopplerMovie *poppler_movie)
@@ -136,6 +140,8 @@ poppler_movie_need_poster (PopplerMovie *poppler_movie)
* Returns whether to display a movie controller bar while playing the movie
*
* Return value: %TRUE if controller bar should be displayed, %FALSE otherwise
+ *
+ * Since: 0.14
*/
gboolean
poppler_movie_show_controls (PopplerMovie *poppler_movie)