Struct
GUPnPServiceActionInfo
Description [src]
struct GUPnPServiceActionInfo {
  char* name;
  GList* arguments;
}
This structure contains information about a service action.
Structure members
- name
- The name of the action argument. 
- arguments
- A GList of all the arguments (of type - GUPnPServiceActionArgInfo) of this action.