Soup.PasswordManager¶
| Implementations: | |
|---|---|
| None | |
Methods¶
get_passwords_async (msg, auth, retrying, async_context, cancellable, callback, *user_data) |
|
get_passwords_sync (msg, auth, cancellable) |
Virtual Methods¶
do_get_passwords_async (msg, auth, retrying, async_context, cancellable, callback, *user_data) |
|
do_get_passwords_sync (msg, auth, cancellable) |
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
-
class
Soup.PasswordManager¶ Bases: GObject.GInterfaceStructure: Soup.PasswordManagerInterface-
get_passwords_async(msg, auth, retrying, async_context, cancellable, callback, *user_data)¶ Parameters: - msg (
Soup.Message) – - auth (
Soup.Auth) – - retrying (
bool) – - async_context (
GLib.MainContext) – - cancellable (
Gio.CancellableorNone) – - callback (
Soup.PasswordManagerCallback) – - user_data (
objectorNone) –
- msg (
-
get_passwords_sync(msg, auth, cancellable)¶ Parameters: - msg (
Soup.Message) – - auth (
Soup.Auth) – - cancellable (
Gio.CancellableorNone) –
- msg (
-
do_get_passwords_async(msg, auth, retrying, async_context, cancellable, callback, *user_data) virtual¶ Parameters: - msg (
Soup.Message) – - auth (
Soup.Auth) – - retrying (
bool) – - async_context (
GLib.MainContext) – - cancellable (
Gio.CancellableorNone) – - callback (
Soup.PasswordManagerCallback) – - user_data (
objectorNone) –
- msg (
-
do_get_passwords_sync(msg, auth, cancellable) virtual¶ Parameters: - msg (
Soup.Message) – - auth (
Soup.Auth) – - cancellable (
Gio.CancellableorNone) –
- msg (
-