From 1bb00ae66a5dda8a2f3f298d64a2e06d4be4cfc8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 15 Sep 2016 23:34:24 +0300 Subject: manager: Add "Capabilities" property --- libnm-core/nm-dbus-interface.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libnm-core') 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 @@ -83,6 +83,14 @@ #define NM_DBUS_INTERFACE_SECRET_AGENT NM_DBUS_INTERFACE ".SecretAgent" #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 -- cgit v1.2.1