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.
This commit is contained in:
Dan Winship 2013-10-11 10:14:43 -04:00
parent 76cc2bd9df
commit 5bcdfd3985

View file

@ -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 <literal><type>struct in6_addr</type></literal>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)