summary refs log tree commit diff
path: root/libnm/nm-device-team.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-08-26 02:18:32 +0200
committerMichael Biebl <biebl@debian.org>2016-08-26 02:18:32 +0200
commit7514efc2f38c9ace4557d4e69d68e7d380389030 (patch)
tree7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /libnm/nm-device-team.h
parentd6201f5d8daada3d64a0a3e0038e14eebec683ce (diff)
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'libnm/nm-device-team.h')
-rw-r--r--libnm/nm-device-team.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-team.h b/libnm/nm-device-team.h
index a9b71c6a..522e3d29 100644
--- a/libnm/nm-device-team.h
+++ b/libnm/nm-device-team.h
@@ -39,6 +39,7 @@ G_BEGIN_DECLS
 #define NM_DEVICE_TEAM_HW_ADDRESS  "hw-address"
 #define NM_DEVICE_TEAM_CARRIER     "carrier"
 #define NM_DEVICE_TEAM_SLAVES      "slaves"
+#define NM_DEVICE_TEAM_CONFIG      "config"
 
 /**
  * NMDeviceTeam:
@@ -59,6 +60,8 @@ GType nm_device_team_get_type (void);
 const char      *nm_device_team_get_hw_address (NMDeviceTeam *device);
 gboolean         nm_device_team_get_carrier    (NMDeviceTeam *device);
 const GPtrArray *nm_device_team_get_slaves     (NMDeviceTeam *device);
+NM_AVAILABLE_IN_1_4
+const char      *nm_device_team_get_config     (NMDeviceTeam *device);
 
 G_END_DECLS