From d174825412eb5ceb5678dfd6bea00dfcad6a9e1d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 16 Dec 2013 13:06:52 -0500 Subject: [PATCH] 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. --- libnm-util/nm-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index f40c5b245a..0e3d99b946 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -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