summaryrefslogtreecommitdiff
path: root/libnm/nm-vpn-service-plugin.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-08 13:43:56 +0100
committerThomas Haller <thaller@redhat.com>2017-03-08 13:47:00 +0100
commitab6e37019552c9ff0ab4cd3d0e4047bca97a6211 (patch)
tree02072f53aeca51c2a1624045dc2358490073694e /libnm/nm-vpn-service-plugin.c
parent556b7c3b4597405242e5fe2a557a9dc480858dae (diff)
all/trivial: unify construct-only property comments
Unify marking GObject properties that are G_PARAM_CONSTRUCT_ONLY with a comment /* construct-only */
Diffstat (limited to 'libnm/nm-vpn-service-plugin.c')
-rw-r--r--libnm/nm-vpn-service-plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c
index 0b47bf537..31e129548 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -1047,11 +1047,11 @@ set_property (GObject *object, guint prop_id,
switch (prop_id) {
case PROP_DBUS_SERVICE_NAME:
- /* Construct-only */
+ /* construct-only */
priv->dbus_service_name = g_value_dup_string (value);
break;
case PROP_DBUS_WATCH_PEER:
- /* Construct-only */
+ /* construct-only */
priv->dbus_watch_peer = g_value_get_boolean (value);
break;
case PROP_STATE: