diff options
author | Johan Dahlin <johan@gnome.org> | 2011-08-29 13:56:19 -0300 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-10-19 10:24:17 +0200 |
commit | 2f069b106e6abff693db0905d2382a5334246ee3 (patch) | |
tree | dfc4d78472594b38d0f328536ee39cbc6c4f161a /gst/gstpoll.c | |
parent | 9200776841607875a8d0f9825a442597b92eb256 (diff) |
introspection: Skip gst_poll apis
https://bugzilla.gnome.org/show_bug.cgi?id=657640
Diffstat (limited to 'gst/gstpoll.c')
-rw-r--r-- | gst/gstpoll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpoll.c b/gst/gstpoll.c index 83c849752..fed594fc5 100644 --- a/gst/gstpoll.c +++ b/gst/gstpoll.c @@ -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. |