#include <cybergarage/upnp/cargument.h>
#include <cybergarage/util/clog.h>
Functions | |
CgUpnpArgumentList * | cg_upnp_argumentlist_new () |
void | cg_upnp_argumentlist_delete (CgUpnpArgumentList *argumentList) |
CgUpnpArgument * | cg_upnp_argumentlist_get (CgUpnpArgumentList *argList, char *name) |
void | cg_upnp_argumentlist_set (CgUpnpArgumentList *argList, CgUpnpArgumentList *srcArgList) |
|
Delete argument list
|
|
Get argument from argument list based on argument name
|
|
Create new argument list |
|
Set argument values by using source argument list. If there is an argument with the name in argument list and source argument list argument data is set from source argument list to the matching argument list.
|