summaryrefslogtreecommitdiff
path: root/gst/gstpoll.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2011-08-29 13:56:19 -0300
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-10-19 10:24:17 +0200
commit2f069b106e6abff693db0905d2382a5334246ee3 (patch)
treedfc4d78472594b38d0f328536ee39cbc6c4f161a /gst/gstpoll.c
parent9200776841607875a8d0f9825a442597b92eb256 (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.c4
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.