]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
vlc_object_die() opaque wrapper to set b_die, so we can use another
[vlc] / include / vlc_objects.h
index 36df664f8a5c9a596735a34a3dcee25ef626bda9..3230ffd7fb5422441b2b6c126884be78636f8f01 100644 (file)
@@ -96,6 +96,7 @@ struct vlc_object_t
  *****************************************************************************/
 VLC_EXPORT( void *, __vlc_object_create, ( vlc_object_t *, int ) );
 VLC_EXPORT( void, __vlc_object_destroy, ( vlc_object_t * ) );
+VLC_EXPORT( void, __vlc_object_die, ( vlc_object_t * ) );
 VLC_EXPORT( void, __vlc_object_attach, ( vlc_object_t *, vlc_object_t * ) );
 VLC_EXPORT( void, __vlc_object_detach, ( vlc_object_t * ) );
 VLC_EXPORT( void *, __vlc_object_get, ( vlc_object_t *, int ) );