From 4e47d36d73d1dfc623dda3ce7abae3d601a78b33 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 17 Jul 2015 17:31:17 -0500 Subject: [PATCH] libnm-core: fix GOI annotations after 019943bb Fixes: 019943bb --- libnm-core/nm-utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c index 89a960e07..478e6806d 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -3580,10 +3580,10 @@ validate_dns_option (const char *name, gboolean numeric, gboolean ipv6, /** * _nm_utils_dns_option_validate * @option: option string - * @out_name: (out) (allow-none) the option name - * @out_value: (out) (allow-none) the option value + * @out_name: (out) (allow-none): the option name + * @out_value: (out) (allow-none): the option value * @ipv6: whether the option refers to a IPv6 configuration - * @option_descs: (allow-none) an array of NMUtilsDNSOptionDesc which describes the + * @option_descs: (allow-none): an array of NMUtilsDNSOptionDesc which describes the * valid options * * Parses a DNS option in the form "name" or "name:number" and, if