Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoFileType.c File Reference

Description

VuoFileType implementation.

Functions

VuoFileType VuoFileType_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoFileType_getJson (const VuoFileType value)
 Encodes value as a JSON object.
 
VuoList_VuoFileType VuoFileType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoFileType_getSummary (const VuoFileType value)
 Returns a compact string representation of value.
 
bool VuoFileType_isFileOfType (const VuoText path, VuoFileType fileType)
 Returns true if the file at path (assumed to be a file, not a folder) is of type fileType.