
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, and vlc_object_t::p_libvlc.
| bool config_ExistIntf | ( | vlc_object_t * | p_this, | |
| const char * | psz_intf | |||
| ) |
References config_GetPsz, and vlc_object_t::p_libvlc.
| void config_RemoveIntf | ( | vlc_object_t * | p_this, | |
| const char * | psz_intf | |||
| ) |
References asprintf(), config_GetPsz, config_PutPsz, and vlc_object_t::p_libvlc.
1.5.6