#include <cybergarage/upnp/caction.h>
#include <cybergarage/util/clog.h>
Functions | |
static void | cg_upnp_action_initchildnodes (CgUpnpAction *action) |
static void | cg_upnp_action_initargumentlist (CgUpnpAction *action) |
CgUpnpAction * | cg_upnp_action_new () |
void | cg_upnp_action_delete (CgUpnpAction *action) |
void | cg_upnp_action_setactionnode (CgUpnpAction *action, CgXmlNode *node) |
CgUpnpArgument * | cg_upnp_action_getargumentbyname (CgUpnpAction *action, char *name) |
|
Destroy an action
|
|
Find an argument from the action by the argument's name.
|
|
|
|
|
|
Create a new action
|
|
Set the action's XML node (i.e. the XML representation of the action)
|