mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 12:20:09 +01:00
libnm-util: don't introspect nm_utils_inet[46]_ntop
nm_utils_inet4_ntop() and nm_utils_inet6_ntop() have arguments of non-introspected types, so mark them (skip) to avoid warnings from g-ir-scanner.
This commit is contained in:
parent
45da352c60
commit
d174825412
1 changed files with 2 additions and 2 deletions
|
|
@ -2277,7 +2277,7 @@ nm_utils_is_uuid (const char *str)
|
|||
static char _nm_utils_inet_ntop_buffer[NM_UTILS_INET_ADDRSTRLEN];
|
||||
|
||||
/**
|
||||
* nm_utils_inet4_ntop:
|
||||
* nm_utils_inet4_ntop: (skip)
|
||||
* @inaddr: the address that should be converted to string.
|
||||
* @dst: the destination buffer, it must contain at least %INET_ADDRSTRLEN
|
||||
* or %NM_UTILS_INET_ADDRSTRLEN characters. If set to %NULL, it will return
|
||||
|
|
@ -2302,7 +2302,7 @@ nm_utils_inet4_ntop (in_addr_t inaddr, char *dst)
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_utils_inet6_ntop:
|
||||
* nm_utils_inet6_ntop: (skip)
|
||||
* @in6addr: the address that should be converted to string.
|
||||
* @dst: the destination buffer, it must contain at least %INET6_ADDRSTRLEN
|
||||
* or %NM_UTILS_INET_ADDRSTRLEN characters. If set to %NULL, it will return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue