X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_events.h;h=70457712817efdcf6eb46b52c1d52f2eebdd968b;hb=161d5c65021c21fff45ad6e8458bdee36c9d61a3;hp=b6639cd3e4acbcc9cc4f3ce1db0b7fb23f7097de;hpb=909d149697331a560edb1924f58fc58c5a25aaea;p=melted diff --git a/src/framework/mlt_events.h b/src/framework/mlt_events.h index b6639cd..7045771 100644 --- a/src/framework/mlt_events.h +++ b/src/framework/mlt_events.h @@ -34,6 +34,10 @@ extern void mlt_events_block( mlt_properties self, void *service ); extern void mlt_events_unblock( mlt_properties self, void *service ); extern void mlt_events_disconnect( mlt_properties self, void *service ); +extern mlt_event mlt_events_setup_wait_for( mlt_properties self, char *id ); +extern void mlt_events_wait_for( mlt_properties self, mlt_event event ); +extern void mlt_events_close_wait_for( mlt_properties self, mlt_event event ); + extern void mlt_event_inc_ref( mlt_event self ); extern void mlt_event_block( mlt_event self ); extern void mlt_event_unblock( mlt_event self );