VLC
3.0.15
|
Data Fields | |
char * | psz_name |
Name of this category. More... | |
int | i_infos |
Number of infos in the category. More... | |
struct info_t ** | pp_infos |
Pointer to an array of infos. More... | |
int info_category_t::i_infos |
Number of infos in the category.
Referenced by info_category_Delete(), info_category_DeleteInfo(), info_category_FindInfo(), info_category_New(), info_category_ReplaceInfo(), info_category_VaAddInfo(), and input_item_MergeInfos().
struct info_t** info_category_t::pp_infos |
Pointer to an array of infos.
Referenced by info_category_Delete(), info_category_DeleteInfo(), info_category_FindInfo(), info_category_New(), info_category_ReplaceInfo(), info_category_VaAddInfo(), and input_item_MergeInfos().
char* info_category_t::psz_name |
Name of this category.
Referenced by info_category_Delete(), info_category_New(), input_item_MergeInfos(), and InputItemFindCat().