VLC
3.0.15
|
Functions | |
void | config_AddIntf (vlc_object_t *p_this, const char *psz_intf) |
void | config_RemoveIntf (vlc_object_t *p_this, const char *psz_intf) |
bool | config_ExistIntf (vlc_object_t *p_this, const char *psz_intf) |
void config_AddIntf | ( | vlc_object_t * | p_this, |
const char * | psz_intf | ||
) |
References asprintf(), config_GetPsz, config_PutPsz, vlc_common_members::libvlc, vlc_object_t::obj, and VLC_OBJECT.
bool config_ExistIntf | ( | vlc_object_t * | p_this, |
const char * | psz_intf | ||
) |
References config_GetPsz, vlc_common_members::libvlc, vlc_object_t::obj, and VLC_OBJECT.
void config_RemoveIntf | ( | vlc_object_t * | p_this, |
const char * | psz_intf | ||
) |
References asprintf(), config_GetPsz, config_PutPsz, vlc_common_members::libvlc, vlc_object_t::obj, and VLC_OBJECT.