diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-23 17:12:30 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-23 17:12:30 +0100 |
| commit | 5569fe42f8ffe613b86ee3241676031d563cdd0c (patch) | |
| tree | e1dcb8326372e565ae2a565f588134e88e26a14b /src/libnm-client-public | |
| parent | ed857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff) | |
| parent | b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (diff) | |
Update upstream source from tag 'upstream/1.42.2'
Update to upstream version '1.42.2' with Debian dir 239b84111aa373a034bb59d3ca6082a9ddf36500
Diffstat (limited to 'src/libnm-client-public')
| -rw-r--r-- | src/libnm-client-public/nm-active-connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libnm-client-public/nm-active-connection.h b/src/libnm-client-public/nm-active-connection.h index 5c314826..38dff0f3 100644 --- a/src/libnm-client-public/nm-active-connection.h +++ b/src/libnm-client-public/nm-active-connection.h @@ -42,6 +42,7 @@ G_BEGIN_DECLS #define NM_ACTIVE_CONNECTION_DHCP6_CONFIG "dhcp6-config" #define NM_ACTIVE_CONNECTION_VPN "vpn" #define NM_ACTIVE_CONNECTION_MASTER "master" +#define NM_ACTIVE_CONNECTION_CONTROLLER "controller" /** * NMActiveConnection: @@ -66,6 +67,8 @@ NMActiveConnectionStateReason nm_active_connection_get_state_reason(NMActiveConn struct _NMDevice; struct _NMDevice *nm_active_connection_get_master(NMActiveConnection *connection); +NM_AVAILABLE_IN_1_42_2 +struct _NMDevice *nm_active_connection_get_controller(NMActiveConnection *connection); gboolean nm_active_connection_get_default(NMActiveConnection *connection); NMIPConfig *nm_active_connection_get_ip4_config(NMActiveConnection *connection); |