From 9831c9bbdbd89ad7adac3cdb837d3730a3f6e39e Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 20 Jul 2018 23:51:44 +0200 Subject: [PATCH] bus: add missing (out) annotation to get_poll_fd() --- gst/gstbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbus.c b/gst/gstbus.c index effe847..df2351f 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -762,7 +762,7 @@ no_replace: /** * gst_bus_get_pollfd: * @bus: A #GstBus - * @fd: A GPollFD to fill + * @fd: (out): A GPollFD to fill * * Gets the file descriptor from the bus which can be used to get notified about * messages being available with functions like g_poll(), and allows integration -- 2.7.4