[CCode (has_construct_function = false)]
public ApplicationRef ();
}
- [CCode (ref_function = "gnome_keyring_attribute_list_ref", unref_function = "gnome_keyring_attribute_list_unref", cheader_filename = "gnome-keyring.h")]
+ [Compact]
+ [CCode (copy_function = "gnome_keyring_attribute_list_copy", cheader_filename = "gnome-keyring.h")]
public class AttributeList {
public GnomeKeyring.Attribute[] data;
public uint len;
public void append_uint32 (string name, uint32 value);
public GnomeKeyring.AttributeList copy ();
public GnomeKeyring.Attribute index (int i);
+ public AttributeList ();
}
[Compact]
[CCode (cheader_filename = "gnome-keyring.h")]
[CCode (cheader_filename = "gnome-keyring.h")]
public delegate void OperationGetStringCallback (GnomeKeyring.Result result, string str);
[CCode (cheader_filename = "gnome-keyring.h")]
- public const string DEFAULT;
+ public static GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
[CCode (cheader_filename = "gnome-keyring.h")]
- public const GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
+ public const string DEFAULT;
[CCode (cheader_filename = "gnome-keyring.h")]
public const string SESSION;
[CCode (cheader_filename = "gnome-keyring.h")]
namespace GnomeKeyring
{
public const string DEFAULT;
- public const GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
+ public GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
[Compact]
[CCode (free_function = "gnome_keyring_network_password_free")]
public class NetworkPasswordData {
}
+ [Compact]
[CCode (free_function = "gnome_keyring_attribute_list_free")]
public class AttributeList {
+ public extern AttributeList ();
public extern Attribute index (int i);
[NoArrayLength]