|
Data Structures |
| struct | _CgUpnpProperty |
Defines |
| #define | cg_upnp_property_next(prop) (CgUpnpProperty *)cg_list_next((CgList *)prop) |
| #define | cg_upnp_property_setname(prop, value) cg_string_setvalue(prop->name, value) |
| #define | cg_upnp_property_getname(prop) cg_string_getvalue(prop->name) |
| #define | cg_upnp_property_setvalue(prop, nvalue) cg_string_setvalue(prop->value, nvalue) |
| #define | cg_upnp_property_getvalue(prop) cg_string_getvalue(prop->value) |
| #define | cg_upnp_property_setsid(prop, value) cg_string_setvalue(prop->sid, value) |
| #define | cg_upnp_property_getsid(prop) cg_string_getvalue(prop->sid) |
| #define | cg_upnp_property_setseq(prop, value) (prop->seq = value) |
| #define | cg_upnp_property_getseq(prop) (prop->seq) |
| #define | cg_upnp_propertylist_clear(propList) cg_list_clear((CgList *)propList, (CG_LIST_DESTRUCTORFUNC)cg_upnp_property_delete) |
| #define | cg_upnp_propertylist_size(propList) cg_list_size((CgList *)propList) |
| #define | cg_upnp_propertylist_gets(propList) (CgUpnpProperty *)cg_list_next((CgList *)propList) |
| #define | cg_upnp_propertylist_add(propList, prop) cg_list_add((CgList *)propList, (CgList *)prop) |
Typedefs |
| typedef _CgUpnpProperty | CgUpnpProperty |
| typedef _CgUpnpProperty | CgUpnpPropertyList |
Functions |
| CgUpnpProperty * | cg_upnp_property_new () |
| void | cg_upnp_property_delete (CgUpnpProperty *prop) |
| void | cg_upnp_property_clear (CgUpnpProperty *prop) |
| CgUpnpPropertyList * | cg_upnp_propertylist_new () |
| void | cg_upnp_propertylist_delete (CgUpnpPropertyList *propertylist) |