diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gtk-vlc-player/gtk-vlc-player.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gtk-vlc-player/gtk-vlc-player.c b/lib/gtk-vlc-player/gtk-vlc-player.c index b712248..69801f3 100644 --- a/lib/gtk-vlc-player/gtk-vlc-player.c +++ b/lib/gtk-vlc-player/gtk-vlc-player.c @@ -572,6 +572,7 @@ gtk_vlc_player_get_length(GtkVlcPlayer *player) /** * @brief Get time-adjustment currently used by \e GtkVlcPlayer + * * The time-adjustment is an alternative to signal-callbacks and using the API * for synchronizing the \e GtkVlcPlayer widget's current playback position with * another widget (e.g. a \e GtkScale). |