summaryrefslogtreecommitdiff
path: root/libnm-util/nm-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-12-16 13:06:52 -0500
committerDan Winship <danw@gnome.org>2013-12-16 13:06:52 -0500
commitd174825412eb5ceb5678dfd6bea00dfcad6a9e1d (patch)
treee249ae7fe766863a152b4c9c0b1c48b319071d1d /libnm-util/nm-utils.c
parent45da352c6000b3f892814160ce9ac27565f581b0 (diff)
downloadNetworkManager-d174825412eb5ceb5678dfd6bea00dfcad6a9e1d.tar.gz
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.
Diffstat (limited to 'libnm-util/nm-utils.c')
-rw-r--r--libnm-util/nm-utils.c4
1 files 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