X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmlt%2B%2B%2FMltProperties.h;h=5a8718c65a36be16cd76fce1d69162611a90607c;hb=d8c0e6fe4ce1bcf6d272593cf8105496d870e9fd;hp=07d840ef9f13454f6cfe0605f8a943934ad715e3;hpb=da496732a9e1c5ab5ae01df3b607128c196d681d;p=mlt diff --git a/src/mlt++/MltProperties.h b/src/mlt++/MltProperties.h index 07d840ef..5a8718c6 100644 --- a/src/mlt++/MltProperties.h +++ b/src/mlt++/MltProperties.h @@ -49,6 +49,8 @@ namespace Mlt int inc_ref( ); int dec_ref( ); int ref_count( ); + void lock( ); + void unlock( ); void block( void *object = NULL ); void unblock( void *object = NULL ); void fire_event( const char *event ); @@ -91,6 +93,9 @@ namespace Mlt bool is_sequence( ); static Properties *parse_yaml( const char *file ); char *serialise_yaml( ); + int preset( const char *name ); + int set_lcnumeric( const char *locale ); + const char *get_lcnumeric( ); }; }