VLC 4.0.0-dev
|
#include <variables.h>
Data Fields | |
vlc_object_t * | parent |
Parent object (or NULL) | |
const char * | typename |
Object type human-readable name. | |
void * | var_root |
vlc_mutex_t | var_lock |
struct vlc_res * | resources |
vlc_object_t* vlc_object_internals::parent |
Parent object (or NULL)
Referenced by vlc_object_init(), and vlc_player_UpdateMLStates().
struct vlc_res* vlc_object_internals::resources |
Referenced by vlc_object_deinit(), and vlc_object_init().
const char* vlc_object_internals::typename |
Object type human-readable name.
Referenced by vlc_object_init().
vlc_mutex_t vlc_object_internals::var_lock |
void* vlc_object_internals::var_root |
Referenced by Lookup(), var_Create(), var_Destroy(), var_DestroyAll(), var_GetAllNames(), and vlc_object_init().