The name of the attribute.
The data type.
Return the string value. It is an error to call this method if
attribute
.type is not #GNOME_KEYRING_ATTRIBUTE_TYPE_STRING. This method is
mostly useful for language bindings which do not provide union access. In C
you should just use attribute->value.string.
Return the uint32 value. It is an error to call this method if
attribute
.type is not #GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32. This method is
mostly useful for language bindings which do not provide union access. In C
you should just use attribute->value.integer.
Create #GList of #GnomeKeyringAttribute pointers from attributes
. This is
mostly useful in language bindings which cannot directly use a #GArray.
An item attribute. Set
string
if data type is %GNOME_KEYRING_ATTRIBUTE_TYPE_STRING orinteger
if data type is %GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32