summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-05 16:35:26 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-08-21 18:12:36 +0200
commitea7063dbc2ac674f641e804c72dc1c430833305f (patch)
treed64205d03ad9710ce3a2f5a39177ef8a52c6af9a
parent26d6d5c1daf30c216b389bbd04f5ef0b77e02939 (diff)
downloadNetworkManager-ea7063dbc2ac674f641e804c72dc1c430833305f.tar.gz
libnm: fix gtkdoc for nm_utils_enum_to_str() and nm_utils_enum_from_str()
Fixes: 8be981479366f8caeb494471742e5c801a52cfa2 (cherry picked from commit 97ec44f5935532e677c843514b7417bea7eb5f95)
-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