VLC
4.0.0-dev
|
Data Fields | |
int64_t | i_id |
This folder's MRL. More... | |
char * | psz_mrl |
This folder's MRL. More... | |
bool | b_present |
The presence state for this folder. More... | |
bool | b_banned |
Will be true if the user required this folder to be excluded. More... | |
bool vlc_ml_folder_t::b_banned |
Will be true if the user required this folder to be excluded.
bool vlc_ml_folder_t::b_present |
The presence state for this folder.
int64_t vlc_ml_folder_t::i_id |
This folder's MRL.
Will be NULL if b_present is false
char* vlc_ml_folder_t::psz_mrl |
This folder's MRL.
Will be NULL if b_present is false
Referenced by vlc_ml_folder_list_release(), and vlc_ml_folder_release().