diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:42 +0200 |
| commit | a9c892f6640668b93848584d246280c4d33cc025 (patch) | |
| tree | 914226b8c8fffd1a8e101e71d361d6d126322c12 /src/core/nm-active-connection.h | |
| parent | f03946fe0cdd73041658be1009f06f0e287c4b80 (diff) | |
| parent | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (diff) | |
Update upstream source from tag 'upstream/1.47.90'
Update to upstream version '1.47.90' with Debian dir fca683c43690f5e2bfc191d3d528666444bec54b
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); |