Signal
GUPnPService::action-invoked
Declaration
void
action_invoked (
  GUPnPService* self,
  GUPnPServiceAction* action,
  gpointer user_data
)
Description [src]
Emitted whenever an action is invoked. Handler should process
action and must call either gupnp_service_action_return_success() or
gupnp_service_action_return_error().
| Default handler: | The default handler is called after the handlers added via  | 
| The signal can be detailed | |
Parameters
| action | GUPnPServiceAction | 
| The invoked  | |
| The data is owned by the caller of the function. |