From 98c1342614e85a4ea14e61db447d05cb5aa3142f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 16 Jul 2013 14:44:03 +0100 Subject: [PATCH] timeprovider: g-i: allow None as address for gst_net_time_provider_new() --- libs/gst/net/gstnettimeprovider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gst/net/gstnettimeprovider.c b/libs/gst/net/gstnettimeprovider.c index a31171d..202b6c7 100644 --- a/libs/gst/net/gstnettimeprovider.c +++ b/libs/gst/net/gstnettimeprovider.c @@ -394,8 +394,8 @@ gst_net_time_provider_stop (GstNetTimeProvider * self) /** * gst_net_time_provider_new: * @clock: a #GstClock to export over the network - * @address: an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), IPv6 address, or NULL - * to bind to all addresses + * @address: (allow-none): an address to bind on as a dotted quad + * (xxx.xxx.xxx.xxx), IPv6 address, or NULL to bind to all addresses * @port: a port to bind on, or 0 to let the kernel choose * * Allows network clients to get the current time of @clock. -- 2.7.4