diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-07 17:33:01 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-07 17:33:01 +0200 |
commit | ec387dcd406707674afa6e00e9e860f64e813877 (patch) | |
tree | 8cb12e1b250711f33965337d4aa35e17a429b45a | |
parent | f713a814dbfe11688b6f5fb06f962d85f85ff237 (diff) | |
download | experiment-player-ec387dcd406707674afa6e00e9e860f64e813877.tar.gz |
minor comment formatting change
-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). |