summaryrefslogtreecommitdiff
path: root/libnm-core
diff options
context:
space:
mode:
authorMarius Vollmer <mvollmer@redhat.com>2016-09-15 23:34:24 +0300
committerThomas Haller <thaller@redhat.com>2016-09-23 15:49:52 +0200
commit1bb00ae66a5dda8a2f3f298d64a2e06d4be4cfc8 (patch)
tree58cf2df9d7be35eb37e085f04b8835bdd7448487 /libnm-core
parentc3ecca225cd1f13f75250d35e5356ee5f433cff2 (diff)
downloadNetworkManager-1bb00ae66a5dda8a2f3f298d64a2e06d4be4cfc8.tar.gz
manager: Add "Capabilities" property
Diffstat (limited to 'libnm-core')
-rw-r--r--libnm-core/nm-dbus-interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index e5b1b3d6b8..1e69cd0dac 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -84,6 +84,14 @@
#define NM_DBUS_PATH_SECRET_AGENT "/org/freedesktop/NetworkManager/SecretAgent"
/**
+ * NMCapability:
+ *
+ * #NMCapability names the numbers in the Capabilities property.
+ **/
+typedef enum {
+} NMCapability;
+
+/**
* NMState:
* @NM_STATE_UNKNOWN: networking state is unknown
* @NM_STATE_ASLEEP: networking is not enabled