From 5bcdfd39853f5953a956fc88cc5a550f68f3153f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 11 Oct 2013 10:14:43 -0400 Subject: [PATCH] libnm-util: remove reference to non-existent "Posix" namespace There's no way in gobject-introspection to annotate something as returning an arbitrary C struct type, so don't try. --- libnm-util/nm-utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)