From 39a3d0d87de97408d6a2190aa191ebceb9cadb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 7 Jun 2015 09:32:39 +0200 Subject: [PATCH] netclientclock: Add Since marker to the docs for gst_ntp_clock_new() --- libs/gst/net/gstnetclientclock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gst/net/gstnetclientclock.c b/libs/gst/net/gstnetclientclock.c index 8b59a2ac91..ffca6998ea 100644 --- a/libs/gst/net/gstnetclientclock.c +++ b/libs/gst/net/gstnetclientclock.c @@ -1039,6 +1039,8 @@ gst_ntp_clock_init (GstNtpClock * self) * * Returns: a new #GstClock that receives a time from the remote * clock. + * + * Since: 1.6 */ GstClock * gst_ntp_clock_new (const gchar * name, const gchar * remote_address,