|
mUPnP for C
|
Functions | |
| mUpnpArgument * | mupnp_argument_new (void) |
| Create a new UPnP action argument. | |
| void | mupnp_argument_delete (mUpnpArgument *arg) |
| Destroy a UPnP action argument and free resources. | |
| void mupnp_argument_delete | ( | mUpnpArgument * | arg | ) |
Destroy a UPnP action argument and free resources.
Releases all resources associated with the argument, including the argument value string and XML node references.
| arg | The argument to destroy. May be NULL (no-op if NULL). |
| mUpnpArgument * mupnp_argument_new | ( | void | ) |
Create a new UPnP action argument.
Allocates and initializes a new argument object. Arguments represent input or output parameters for UPnP actions. Each argument has:
Arguments are typically created during SCPD parsing and added to action argument lists.