gstpoll.h   gstpoll.h 
skipping to change at line 70 skipping to change at line 70
* gst_poll_fd_init(). * gst_poll_fd_init().
* *
* Since: 0.10.18 * Since: 0.10.18
*/ */
#define GST_POLL_FD_INIT { -1, -1 } #define GST_POLL_FD_INIT { -1, -1 }
GstPoll* gst_poll_new (gboolean controllable); GstPoll* gst_poll_new (gboolean controllable);
GstPoll* gst_poll_new_timer (void); GstPoll* gst_poll_new_timer (void);
void gst_poll_free (GstPoll *set); void gst_poll_free (GstPoll *set);
void gst_poll_get_read_gpollfd (GstPoll *set, GPollFD *fd);
void gst_poll_fd_init (GstPollFD *fd); void gst_poll_fd_init (GstPollFD *fd);
gboolean gst_poll_add_fd (GstPoll *set, GstPollFD *fd); gboolean gst_poll_add_fd (GstPoll *set, GstPollFD *fd);
gboolean gst_poll_remove_fd (GstPoll *set, GstPollFD *fd); gboolean gst_poll_remove_fd (GstPoll *set, GstPollFD *fd);
gboolean gst_poll_fd_ctl_write (GstPoll *set, GstPollFD *fd, gbo olean active); gboolean gst_poll_fd_ctl_write (GstPoll *set, GstPollFD *fd, gbo olean active);
gboolean gst_poll_fd_ctl_read (GstPoll *set, GstPollFD *fd, gbo olean active); gboolean gst_poll_fd_ctl_read (GstPoll *set, GstPollFD *fd, gbo olean active);
void gst_poll_fd_ignored (GstPoll *set, GstPollFD *fd); void gst_poll_fd_ignored (GstPoll *set, GstPollFD *fd);
gboolean gst_poll_fd_has_closed (const GstPoll *set, GstPollFD *f d); gboolean gst_poll_fd_has_closed (const GstPoll *set, GstPollFD *f d);
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/