Method

PurpleAttachmentget_hash_key

since: 3.0

Declaration [src]

guint64*
purple_attachment_get_hash_key (
  PurpleAttachment* attachment
)

Description [src]

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.

Available since: 3.0

Return value

Type: guint64*

The hash key of attachment.

The data is owned by the instance.