Method
ValentMessageupdate
unstable since: 1.0
Declaration [src]
void
valent_message_update (
ValentMessage* message,
ValentMessage* update
)
Description [src]
Update message with data from update. The ValentMessage:id property
must match on both objects.
This function consumes update and all its memory, so it should not be used
after calling this.
Available since: 1.0
Parameters
update-
Type:
ValentMessageA
ValentMessage.The instance takes ownership of the data, and is responsible for freeing it.