Signal

P2pandaTopic::ephemeral-message

Declaration

void
ephemeral_message (
  P2pandaTopic* self,
  P2pandaPublicKey* public_key,
  GDateTime* datetime,
  GBytes* bytes,
  gpointer user_data
)

Description [src]

Emitted on incomming ephemeral message.

Default handler:

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

Parameters

public_key

Type: P2pandaPublicKey

The public key of the origin node of the message.

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

Type: GDateTime

The timestamp.

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

Type: GBytes

The content of the message.

The data is owned by the caller of the function.