Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
VFSDirEntry Struct Reference

#include <kodi_vfs_types.h>

Public Attributes

char * label
 item label More...
 
char * title
 item title More...
 
char * path
 item path More...
 
unsigned int num_props
 Number of properties attached to item. More...
 
VFSPropertyproperties
 Properties. More...
 
time_t date_time
 file creation date & time More...
 
bool folder
 Item is a folder. More...
 
uint64_t size
 Size of file represented by item. More...
 
int num_props
 Number of properties attached to item. More...
 

Member Data Documentation

§ date_time

time_t VFSDirEntry::date_time

file creation date & time

§ folder

bool VFSDirEntry::folder

Item is a folder.

§ label

char * VFSDirEntry::label

item label

§ num_props [1/2]

int VFSDirEntry::num_props

Number of properties attached to item.

§ num_props [2/2]

unsigned int VFSDirEntry::num_props

Number of properties attached to item.

§ path

char * VFSDirEntry::path

item path

§ properties

VFSProperty * VFSDirEntry::properties

Properties.

§ size

uint64_t VFSDirEntry::size

Size of file represented by item.

§ title

char * VFSDirEntry::title

item title


The documentation for this struct was generated from the following files: