mUPnP for C
|
Functions | |
mUpnpXmlAttribute * | mupnp_xml_attribute_new () |
void | mupnp_xml_attribute_delete (mUpnpXmlAttribute *attr) |
void | mupnp_xml_attribute_setname (mUpnpXmlAttribute *attr, const char *name) |
const char * | mupnp_xml_attribute_getname (mUpnpXmlAttribute *attr) |
bool | mupnp_xml_attribute_isname (mUpnpXmlAttribute *attr, const char *name) |
void | mupnp_xml_attribute_setvalue (mUpnpXmlAttribute *attr, const char *value) |
const char * | mupnp_xml_attribute_getvalue (mUpnpXmlAttribute *attr) |
void mupnp_xml_attribute_delete | ( | mUpnpXmlAttribute * | attr | ) |
const char * mupnp_xml_attribute_getname | ( | mUpnpXmlAttribute * | attr | ) |
const char * mupnp_xml_attribute_getvalue | ( | mUpnpXmlAttribute * | attr | ) |
bool mupnp_xml_attribute_isname | ( | mUpnpXmlAttribute * | attr, |
const char * | name ) |
mUpnpXmlAttribute * mupnp_xml_attribute_new | ( | void | ) |
void mupnp_xml_attribute_setname | ( | mUpnpXmlAttribute * | attr, |
const char * | name ) |
void mupnp_xml_attribute_setvalue | ( | mUpnpXmlAttribute * | attr, |
const char * | value ) |