summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-05 16:35:26 +0200
committerThomas Haller <thaller@redhat.com>2015-08-05 16:35:26 +0200
commit97ec44f5935532e677c843514b7417bea7eb5f95 (patch)
treed5704b9b77ce458667022b27475ee6f621398497
parent1766ab6e21cfa7cc033f9db71616bd05c695d244 (diff)
downloadNetworkManager-97ec44f5935532e677c843514b7417bea7eb5f95.tar.gz
libnm: fix gtkdoc for nm_utils_enum_to_str() and nm_utils_enum_from_str()
Fixes: 8be981479366f8caeb494471742e5c801a52cfa2
-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 427d3793df..4c8478557c 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -3965,7 +3965,7 @@ int _nm_utils_dns_option_find_idx (GPtrArray *array, const char *option)
}
/**
- * nm_utils_enum_to_str
+ * nm_utils_enum_to_str:
* @type: the %GType of the enum
* @value: the value to be translated
*
@@ -4016,7 +4016,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