summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-object.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-glib/nm-object.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-glib/nm-object.c')
-rw-r--r--libnm-glib/nm-object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-object.c b/libnm-glib/nm-object.c
index 4d77a86cf..2e07ff6d1 100644
--- a/libnm-glib/nm-object.c
+++ b/libnm-glib/nm-object.c
@@ -369,11 +369,11 @@ set_property (GObject *object, guint prop_id,
switch (prop_id) {
case PROP_DBUS_CONNECTION:
- /* Construct only */
+ /* construct-only */
priv->connection = g_value_dup_boxed (value);
break;
case PROP_DBUS_PATH:
- /* Construct only */
+ /* construct-only */
priv->path = g_value_dup_string (value);
break;
default: