bus: add missing (out) annotation to get_poll_fd()
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 20 Jul 2018 21:51:44 +0000 (23:51 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 20 Jul 2018 21:52:01 +0000 (23:52 +0200)
gst/gstbus.c

index effe847..df2351f 100644 (file)
@@ -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