mUPnP for C
action_list.c File Reference
#include <mupnp/action.h>
#include <mupnp/util/log.h>

Functions

mUpnpActionListmupnp_actionlist_new ()
 
void mupnp_actionlist_delete (mUpnpActionList *actionList)
 

Function Documentation

◆ mupnp_actionlist_delete()

void mupnp_actionlist_delete ( mUpnpActionList * actionList)

Destroy a list of actions

Parameters
actionListThe list of actions to destroy

◆ mupnp_actionlist_new()

mUpnpActionList * mupnp_actionlist_new ( void )

Create a new list of actions

Returns
mUpnpActionList*