diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-30 13:42:06 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-30 13:42:06 +0300 |
commit | 254db116a1d296598bd1d0cd798f90637ebb5b66 (patch) | |
tree | 8783f731911042bea03622e4caf0f87b1304391a | |
parent | 72b76779149009a0feee368bba09c736bb9764f3 (diff) | |
download | gstreamer-plugins-bad-254db116a1d296598bd1d0cd798f90637ebb5b66.tar.gz |
player: Remove Return documentation for function returning void
-rw-r--r-- | gst-libs/gst/player/gstplayer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/player/gstplayer.c b/gst-libs/gst/player/gstplayer.c index 62cd80015..313bca5f6 100644 --- a/gst-libs/gst/player/gstplayer.c +++ b/gst-libs/gst/player/gstplayer.c @@ -3169,8 +3169,6 @@ gst_player_set_uri (GstPlayer * self, const gchar * val) * @player: #GstPlayer instance * @uri: subtitle URI * - * Returns: %TRUE or %FALSE - * * Sets the external subtitle URI. */ void |