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 |
Parameters
public_key-
Type:
P2pandaPublicKeyThe public key of the origin node of the message.
The data is owned by the caller of the function. datetime-
Type:
GDateTimeThe timestamp.
The data is owned by the caller of the function. bytes-
Type:
GBytesThe content of the message.
The data is owned by the caller of the function.