diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index 05e68d856c..719eb9e5f7 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -1389,8 +1389,6 @@ nm_utils_ip6_routes_to_gvalue (GSList *list, GValue *value) g_value_take_boxed (value, routes); } -/* FIXME: the Posix namespace does not exist, and thus neither does - the in6_addr struct. Marking (skip) for now */ /** * nm_utils_ip6_dns_from_gvalue: (skip) * @value: a #GValue @@ -1398,8 +1396,7 @@ nm_utils_ip6_routes_to_gvalue (GSList *list, GValue *value) * Converts a #GValue containing a #GPtrArray of IP6 DNS, represented as * #GByteArrays into a #GSList of struct in6_addrs. * - * Returns: (transfer full) (element-type Posix.in6_addr): a #GSList of IP6 - * addresses. + * Returns: a #GSList of IP6 addresses. */ GSList * nm_utils_ip6_dns_from_gvalue (const GValue *value)