Class
PurpleAttachment
unstable since: 3.0
Description [src]
final class Purple.Attachment : GObject.Object
{
/* No available fields */
}
PurpleAttachment
represents a file attached to a PurpleMessage
.
Available since: 3.0
Constructors
purple_attachment_new
Creates a new PurpleAttachment
with the given id
and content_type
.
unstable since: 3.0
Instance methods
purple_attachment_get_filename
Gets the base filename for attachment
. Remote URI will be checked before
local URI, but the basename of one of those is what will be returned.
unstable since: 3.0
purple_attachment_get_hash_key
Gets the hash key of attachment
. This should only be used when
trying to address a PurpleAttachment
in a GHashTable
that is using
g_int64_hash()
as the key function.
unstable since: 3.0
Properties
Purple.Attachment:content-type
The content type of this attachment. This should be a commonly used mime type.
unstable since: 3.0
Purple.Attachment:local-uri
The local URI of the attachment. That is where the file can be found on disk.
unstable since: 3.0
Purple.Attachment:remote-uri
The remote URI of the attachment. In most cases this is just a base filename.
unstable since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.