summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-10-22 14:17:11 +0200
committerThomas Haller <thaller@redhat.com>2019-10-27 14:30:51 +0100
commit8c7da62f9b5a466492cdf44470d64c2ac6c7938b (patch)
treeea08eef7e2304cff51f1f1581dece64e467996ab
parent57d94e792ff27ec79ea7ffd1544ab4340c257e08 (diff)
downloadNetworkManager-8c7da62f9b5a466492cdf44470d64c2ac6c7938b.tar.gz
libnm: add NM_CLIENT_CHECKPOINTS define
-rw-r--r--libnm/nm-client.c2
-rw-r--r--libnm/nm-client.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index f2c71dd164..0d84923e28 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -4230,7 +4230,7 @@ nm_client_class_init (NMClientClass *client_class)
* Since: 1.12
*/
obj_properties[PROP_CHECKPOINTS] =
- g_param_spec_boxed (NM_MANAGER_CHECKPOINTS, "", "",
+ g_param_spec_boxed (NM_CLIENT_CHECKPOINTS, "", "",
G_TYPE_PTR_ARRAY,
G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS);
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index 2a45342ed5..f1822c5ea3 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -61,6 +61,7 @@ _NM_DEPRECATED_SYNC_WRITABLE_PROPERTY
#define NM_CLIENT_DNS_MODE "dns-mode"
#define NM_CLIENT_DNS_RC_MANAGER "dns-rc-manager"
#define NM_CLIENT_DNS_CONFIGURATION "dns-configuration"
+#define NM_CLIENT_CHECKPOINTS "checkpoints"
#define NM_CLIENT_DEVICE_ADDED "device-added"
#define NM_CLIENT_DEVICE_REMOVED "device-removed"