diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
| commit | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch) | |
| tree | 4e6220877828be4c6f261de09ec0cb2d80e32389 /src/core/nm-active-connection.h | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to 'src/core/nm-active-connection.h')
| -rw-r--r-- | src/core/nm-active-connection.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/nm-active-connection.h b/src/core/nm-active-connection.h index 8032294f..12cb311c 100644 --- a/src/core/nm-active-connection.h +++ b/src/core/nm-active-connection.h @@ -45,8 +45,8 @@ #define NM_ACTIVE_CONNECTION_INT_APPLIED_CONNECTION "int-applied-connection" #define NM_ACTIVE_CONNECTION_INT_DEVICE "int-device" #define NM_ACTIVE_CONNECTION_INT_SUBJECT "int-subject" -#define NM_ACTIVE_CONNECTION_INT_MASTER "int-master" -#define NM_ACTIVE_CONNECTION_INT_MASTER_READY "int-master-ready" +#define NM_ACTIVE_CONNECTION_INT_CONTROLLER "int-controller" +#define NM_ACTIVE_CONNECTION_INT_CONTROLLER_READY "int-controller-ready" #define NM_ACTIVE_CONNECTION_INT_ACTIVATION_TYPE "int-activation-type" #define NM_ACTIVE_CONNECTION_INT_ACTIVATION_REASON "int-activation-reason" @@ -170,11 +170,11 @@ NMAuthSubject *nm_active_connection_get_subject(NMActiveConnection *self); gboolean nm_active_connection_get_user_requested(NMActiveConnection *self); -NMActiveConnection *nm_active_connection_get_master(NMActiveConnection *self); +NMActiveConnection *nm_active_connection_get_controller(NMActiveConnection *self); -gboolean nm_active_connection_get_master_ready(NMActiveConnection *self); +gboolean nm_active_connection_get_controller_ready(NMActiveConnection *self); -void nm_active_connection_set_master(NMActiveConnection *self, NMActiveConnection *master); +void nm_active_connection_set_controller(NMActiveConnection *self, NMActiveConnection *controller); void nm_active_connection_set_parent(NMActiveConnection *self, NMActiveConnection *parent); |