Ref count and event firing method on properties; locate_cut on tractor
[melted] / mlt++ / src / MltProperties.h
index 7952da0..c8bb199 100644 (file)
@@ -46,8 +46,10 @@ namespace Mlt
                        virtual ~Properties( );
                        int inc_ref( );
                        int dec_ref( );
+                       int ref_count( );
                        void block( void *object = NULL );
                        void unblock( void *object = NULL );
+                       void fire_event( const char *event );
                        bool is_valid( );
                        int count( );
                        char *get( char *name );