mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
introspection: Skip gst_poll apis
https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
parent
9200776841
commit
2f069b106e
1 changed files with 2 additions and 2 deletions
|
@ -532,7 +532,7 @@ gst_poll_collect_winsock_events (GstPoll * set)
|
|||
#endif
|
||||
|
||||
/**
|
||||
* gst_poll_new:
|
||||
* gst_poll_new: (skip)
|
||||
* @controllable: whether it should be possible to control a wait.
|
||||
*
|
||||
* Create a new file descriptor set. If @controllable, it
|
||||
|
@ -606,7 +606,7 @@ no_socket_pair:
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_poll_new_timer:
|
||||
* gst_poll_new_timer: (skip)
|
||||
*
|
||||
* Create a new poll object that can be used for scheduling cancellable
|
||||
* timeouts.
|
||||
|
|
Loading…
Reference in a new issue