The changed defun's were:
(define-function unlock
(c-name "gnome_keyring_unlock")
(return-type "gpointer")
(parameters
'("const-char*" "keyring" (null-ok))
'("const-char*" "password" (null-ok))
'("GnomeKeyringOperationDoneCallback" "callback")
'("gpointer" "data")
'("GDestroyNotify" "destroy_data")
)
)
(define-function unlock_sync
(c-name "gnome_keyring_unlock_sync")
(return-type "GnomeKeyringResult")
(unblock-threads #t)
(parameters
'("const-char*" "keyring" (null-ok))
'("const-char*" "password"(null-ok))
)
)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
https://bugs.launchpad.net/bugs/432882
Title:
Python binding for gnomekeyring prevents password prompt on unlock
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs