|
VLC
2.1.0-git
|

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