Signal

FridaPortalService::node-disconnected

Declaration

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

Description [src]

Emitted when a node disconnects from the cluster endpoint.

Default handler:

Parameters

connection_id

Type: guint

The connection’s ID.

remote_address

Type: GSocketAddress

The node’s network address.

The data is owned by the caller of the function.