Vuo  2.0.2
Functions
VuoWindowProperty.c File Reference

Description

VuoWindowProperty implementation.

Definition in file VuoWindowProperty.c.

Go to the source code of this file.

Functions

VuoWindowProperty VuoWindowProperty_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoWindowProperty_getJson (const VuoWindowProperty value)
 Encodes value as a JSON object. More...
 
char * VuoWindowProperty_getSummary (const VuoWindowProperty value)
 Returns a compact string representation of value. More...
 
VuoList_VuoWindowProperty VuoWindowProperty_getPropertiesWithType (const VuoList_VuoWindowProperty windowProperties, const VuoWindowPropertyType windowPropertyType)
 Returns a list of window properties matching windowPropertyType in the windowProperties list. More...