Home
last modified time | relevance | path

Searched refs:config_AddIntf (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_configuration.h139 VLC_API void config_AddIntf( vlc_object_t *, const char * );
150 #define config_AddIntf(a,b) config_AddIntf(VLC_OBJECT(a),b) macro
/dports/multimedia/vlc/vlc-3.0.16/src/config/
H A Dintf.c32 #undef config_AddIntf
34 void config_AddIntf( vlc_object_t *p_this, const char *psz_intf ) in config_AddIntf() function
/dports/multimedia/vlc/vlc-3.0.16/src/
H A Dlibvlccore.sym46 config_AddIntf
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dsimple_preferences.cpp1189 config_AddIntf( VLC_OBJECT( p_intf ), "audioscrobbler" ); in lastfm_Changed()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCSimplePrefsController.m969 config_AddIntf(p_intf, "audioscrobbler");
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20076713 …configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra int…