The correct unref function for GnomeKeyring.NetworkPasswordData is
gnome_keyring_network_password_free(). Fixes part of bug 578204.
public void set_type (GnomeKeyring.ItemType type);
}
[Compact]
- [CCode (cheader_filename = "gnome-keyring.h")]
+ [CCode (free_function = "gnome_keyring_network_password_free", cheader_filename = "gnome-keyring.h")]
public class NetworkPasswordData {
public weak string authtype;
public weak string domain;
public const string DEFAULT;
public const GnomeKeyring.PasswordSchema NETWORK_PASSWORD;
+ [Compact]
+ [CCode (free_function = "gnome_keyring_network_password_free")]
+ public class NetworkPasswordData {
+ }
+
[CCode (free_function = "gnome_keyring_attribute_list_free")]
public class AttributeList {
public extern Attribute index (int i);