Method

ValentMessageAttachmentset_file

unstable since: 1.0

Declaration [src]

void
valent_message_attachment_set_file (
  ValentMessageAttachment* attachment,
  GFile* file
)

Description [src]

Set the file for attachment to file.

Available since: 1.0

Parameters

file

Type: GFile

The attachment file.

The argument can be NULL.
The data is owned by the caller of the method.