settings: return username of agent providing secrets

Mainly for VPN connections to grab the default username from, like
0.8 did when the applet provided the username to NM for user
connections.
This commit is contained in:
Dan Williams
2011-03-31 18:39:09 -05:00
parent fdd2727d21
commit 390a5fb840
6 changed files with 54 additions and 8 deletions

View File

@@ -106,6 +106,7 @@ typedef struct {
static void
get_secrets_cb (NMSettingsConnection *connection,
guint32 call_id,
const char *agent_username,
const char *setting_name,
GError *error,
gpointer user_data)