Struct

GUPnPServiceActionInfo

Description [src]

struct GUPnPServiceActionInfo {
  char* name;
  None arguments;
}

This structure contains information about a service action.

Structure members
name: char*

The name of the action argument.

arguments: GUPnPServiceActionArgInfo

A GList of all the arguments (of type GUPnPServiceActionArgInfo) of this action.