bus: add missing (out) annotation to get_poll_fd()

This commit is contained in:
Mathieu Duponchelle 2018-07-20 23:51:44 +02:00
parent 1f3ef7aa01
commit 9831c9bbdb

View file

@ -762,7 +762,7 @@ no_replace:
/** /**
* gst_bus_get_pollfd: * gst_bus_get_pollfd:
* @bus: A #GstBus * @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 * 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 * messages being available with functions like g_poll(), and allows integration