VLC  3.0.15
Functions
intf.c File Reference
Include dependency graph for intf.c:

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)
 

Function Documentation

◆ config_AddIntf()

void config_AddIntf ( vlc_object_t p_this,
const char *  psz_intf 
)

◆ config_ExistIntf()

bool config_ExistIntf ( vlc_object_t p_this,
const char *  psz_intf 
)

◆ config_RemoveIntf()

void config_RemoveIntf ( vlc_object_t p_this,
const char *  psz_intf 
)