summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnm-core/nm-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c
index dd3efb246d..9dd39b9024 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -3640,7 +3640,7 @@ _nm_dbus_error_has_name (GError *error,
}
/**
- * nm_utils_enum_to_str
+ * nm_utils_enum_to_str:
* @type: the %GType of the enum
* @value: the value to be translated
*
@@ -3691,7 +3691,7 @@ char *nm_utils_enum_to_str (GType type, int value)
}
/**
- * nm_utils_enum_from_str
+ * nm_utils_enum_from_str:
* @type: the %GType of the enum
* @str: the input string
* @out_value: (out) (allow-none) the output value