mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
bus: add missing (out) annotation to get_poll_fd()
This commit is contained in:
parent
1f3ef7aa01
commit
9831c9bbdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue