Vuo  2.0.0
Classes | Functions
VuoRssItem.h File Reference

Description

VuoRssItem C type definition.

Definition in file VuoRssItem.h.

Go to the source code of this file.

Classes

struct  VuoRssItem
 An item from an RSS feed. More...
 

Functions

VuoRssItem VuoRssItem_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoRssItem_getJson (const VuoRssItem value)
 Encodes value as a JSON object. More...
 
char * VuoRssItem_getSummary (const VuoRssItem value)
 Returns a compact string representation of value. More...
 
VuoRssItem VuoRssItem_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoRssItem_getString (const VuoRssItem value)
 Automatically generated function. More...
 
void VuoRssItem_retain (VuoRssItem value)
 Automatically generated function. More...
 
void VuoRssItem_release (VuoRssItem value)
 Automatically generated function. More...