mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
poll: minor docs clarification
'Not implemented' could be misinterpreted to mean that the API doesn't even exist there.
This commit is contained in:
parent
c441f75595
commit
b0777476ff
1 changed files with 4 additions and 2 deletions
|
@ -1073,9 +1073,10 @@ gst_poll_fd_ctl_read (GstPoll * set, GstPollFD * fd, gboolean active)
|
||||||
* Control whether the descriptor @fd in @set will be monitored for
|
* Control whether the descriptor @fd in @set will be monitored for
|
||||||
* exceptional conditions (POLLPRI).
|
* exceptional conditions (POLLPRI).
|
||||||
*
|
*
|
||||||
* Not available on Windows.
|
* Not implemented on Windows (will just return %FALSE there).
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if the descriptor was successfully updated.
|
* Returns: %TRUE if the descriptor was successfully updated.
|
||||||
|
*
|
||||||
* Since: 1.16
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
@ -1343,9 +1344,10 @@ gst_poll_fd_can_write (const GstPoll * set, GstPollFD * fd)
|
||||||
*
|
*
|
||||||
* Check if @fd in @set has an exceptional condition (POLLPRI).
|
* Check if @fd in @set has an exceptional condition (POLLPRI).
|
||||||
*
|
*
|
||||||
* Not available on Windows.
|
* Not implemented on Windows (will just return %FALSE there).
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if the descriptor has an exceptional condition.
|
* Returns: %TRUE if the descriptor has an exceptional condition.
|
||||||
|
*
|
||||||
* Since: 1.16
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
|
Loading…
Reference in a new issue