Signal

P2pandaTopic::sync-ended

Declaration

void
sync_ended (
  P2pandaTopic* self,
  P2pandaNodeId* remote_node_id,
  guint64 session_id,
  gpointer user_data
)

Description [src]

Emitted when a topic finishes syncing.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

remote_node_id

Type: P2pandaNodeId

The public key for the remote node.

The data is owned by the caller of the function.
session_id

Type: guint64

No description available.