Home
last modified time | relevance | path

Searched defs:var_GetBool (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_variables.h289 static inline bool var_GetBool( vlc_object_t *p_obj, const char *psz_name ) in var_GetBool() function
659 #define var_GetBool(a,b) var_GetBool( VLC_OBJECT(a),b) macro