From 4237df8c216b1a431652799a70819630044690fc Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 29 Jul 2013 16:26:09 -0500 Subject: core: allow active connection 'master' to be set after object creation We want to create the object earlier now, and figuring out the master is a lot of code that we don't want to run before creating the object. The master still must be set before exporting the object over D-Bus though, as before. --- src/nm-active-connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nm-active-connection.h') diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index e4c097e6f4..96c7cba72c 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -109,4 +109,6 @@ gulong nm_active_connection_get_user_uid (NMActiveConnection *self); NMDevice * nm_active_connection_get_master (NMActiveConnection *self); +void nm_active_connection_set_master (NMActiveConnection *self, NMDevice *master); + #endif /* NM_ACTIVE_CONNECTION_H */ -- cgit v1.2.1