Signal

FridaPortalService::controller-disconnected

Declaration

void
controller_disconnected (
  FridaPortalService* self,
  guint connection_id,
  GSocketAddress* remote_address,
  gpointer user_data
)

Description [src]

Emitted when a controller disconnects from the control endpoint.

Default handler:

Parameters

connection_id

Type: guint

The connection’s ID.

remote_address

Type: GSocketAddress

The controller’s network address.

The data is owned by the caller of the function.