Method

SecretItemget_label

Declaration [src]

gchar*
secret_item_get_label (
  SecretItem* self
)

Description [src]

Get the label of this item.

Return value

Returns: gchar*
 

The label, which should be freed with g_free()

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.