[CCode (cheader_filename = "gnome-keyring.h")]
public static void* set_network_password (string? keyring, string? user, string? domain, string? server, string? object, string? protocol, string? authtype, uint32 port, string? password, owned GnomeKeyring.OperationGetIntCallback callback);
[CCode (cheader_filename = "gnome-keyring.h")]
- public static GnomeKeyring.Result set_network_password_sync (string? keyring, string? user, string? domain, string? server, string? object, string? protocol, string? authtype, uint32 port, string? password, uint32 item_id);
+ public static GnomeKeyring.Result set_network_password_sync (string? keyring, string? user, string? domain, string? server, string? object, string? protocol, string? authtype, uint32 port, string? password, out uint32 item_id);
[CCode (cheader_filename = "gnome-keyring.h")]
public static void* store_password (GnomeKeyring.PasswordSchema schema, string? keyring, string display_name, string password, owned GnomeKeyring.OperationDoneCallback callback, ...);
[CCode (cheader_filename = "gnome-keyring.h")]
gnome_keyring_set_network_password_sync.protocol nullable="1"
gnome_keyring_set_network_password_sync.authtype nullable="1"
gnome_keyring_set_network_password_sync.password nullable="1"
+gnome_keyring_set_network_password_sync.item_id is_out="1"
gnome_keyring_find_network_password.callback transfer_ownership="1"
gnome_keyring_find_network_password.data hidden="1"
gnome_keyring_find_network_password.user nullable="1"