mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 14:10:36 +01:00
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:
parent
76cc2bd9df
commit
5bcdfd3985
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue