| Top |
| char * | g_mime_session_request_passwd () |
| void | g_mime_session_forget_passwd () |
| gboolean | g_mime_session_is_online () |
A GMimeSession provides a means for lower-levels of GMime to query for user-input through the application.
char * g_mime_session_request_passwd (GMimeSession *session,const char *prompt,gboolean secret,const char *item,GError **err);
Requests the password for item item
.
session |
session object |
|
prompt |
prompt to present to the user |
|
secret |
|
|
item |
item name |
|
err |
exception |
void g_mime_session_forget_passwd (GMimeSession *session,const char *item,GError **err);
Forgets the password for item item
.
gboolean
g_mime_session_is_online (GMimeSession *session);
Gets whether or not the session is 'online' or not (online meaning that we are connected to the internet).