Signal

P2pandaTopic::message

Declaration

gboolean
message (
  P2pandaTopic* self,
  P2pandaPublicKey* public_key,
  GDateTime* datetime,
  GBytes* bytes,
  gpointer user_data
)

Description [src]

Emitted on incomming persistent 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 message.

The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.