Soup.PasswordManager¶
- Implementations:
 None
Methods¶
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Soup.PasswordManager¶
 - Bases:
 - Structure:
 
- 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) –
- get_passwords_sync(msg, auth, cancellable)¶
 - Parameters:
 msg (
Soup.Message) –auth (
Soup.Auth) –cancellable (
Gio.CancellableorNone) –
- 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) –
- do_get_passwords_sync(msg, auth, cancellable) virtual¶
 - Parameters:
 msg (
Soup.Message) –auth (
Soup.Auth) –cancellable (
Gio.CancellableorNone) –