Method

TalkatuAttachmentget_hash_key

Declaration [src]

guint64*
talkatu_attachment_get_hash_key (
  TalkatuAttachment* attachment
)

Description [src]

Gets the hash key of attachment. This should only be used when trying to address a TalkatuAttachment in a GHashTable that is using g_int64_hash() as the key function.

Return value

Type: guint64*

The hash key of attachment.

The data is owned by the instance.