summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-10-11 10:14:43 -0400
committerDan Winship <danw@gnome.org>2014-03-18 11:48:55 -0400
commitb388e8fd37a0724339c2b80ca8e7cb9cae3e75b1 (patch)
treef470f7faa3c021ba120d5592292a062ebd723a7a
parentc34c4a2f11dde987b66393ea1fcf2c07b90fbd2d (diff)
downloadNetworkManager-b388e8fd37a0724339c2b80ca8e7cb9cae3e75b1.tar.gz
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.
-rw-r--r--libnm-util/nm-utils.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c
index 80c7ff47a6..b260107617 100644
--- a/libnm-util/nm-utils.c
+++ b/libnm-util/nm-utils.c
@@ -1998,8 +1998,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
@@ -2007,8 +2005,7 @@ nm_utils_ip6_routes_to_gvalue (GSList *list, GValue *value)
* Converts a #GValue containing a #GPtrArray of IP6 DNS, represented as
* #GByteArray<!-- -->s into a #GSList of #in6_addr<!-- -->s.
*
- * 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)