summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-11-05 14:36:38 -0500
committerDan Winship <danw@gnome.org>2013-12-03 16:39:45 -0500
commitf3c2851c2bced480e918d83d0b6372ae2c891dfb (patch)
tree69beb190f4f2c1d78adeab3dae362074e3c5fd49 /src/nm-active-connection.h
parent37b8983c39d8dcb8402da186dbd3245b019af7a9 (diff)
downloadNetworkManager-f3c2851c2bced480e918d83d0b6372ae2c891dfb.tar.gz
settings: port NMAgentManager, etc, to use NMAuthSubject
Rather than explicitly passing around a UID and a flag saying whether or not it's relevant. (This also fixes a bug where the wrong UID was being recorded in nm-settings-connection.c::auth_start(), which caused problems such as agent-owned secrets not getting saved because of a perceived UID mismatch.)
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 074aba9734..43b76bd53b 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -120,8 +120,6 @@ NMAuthSubject *nm_active_connection_get_subject (NMActiveConnection *self);
gboolean nm_active_connection_get_user_requested (NMActiveConnection *self);
-gulong nm_active_connection_get_user_uid (NMActiveConnection *self);
-
NMActiveConnection *nm_active_connection_get_master (NMActiveConnection *self);
gboolean nm_active_connection_get_master_ready (NMActiveConnection *self);