From 4c0632ccbd6a548199715f86fb0279e8e8df2925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 15 Mar 2015 00:35:37 +0100 Subject: [PATCH] Move gtk-doc/gi tag for glibtop_netlist_* to the correct place. --- include/glibtop/netlist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/glibtop/netlist.h b/include/glibtop/netlist.h index fcd7e7ab..f5ed2ffe 100644 --- a/include/glibtop/netlist.h +++ b/include/glibtop/netlist.h @@ -67,6 +67,8 @@ char** glibtop_get_netlist(glibtop_netlist *buf); char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf); #if GLIBTOP_SUID_NETLIST +void _glibtop_init_netlist_p (glibtop *server); + /** * glibtop_get_netlist_p: * @server: a #glibtop server @@ -75,9 +77,10 @@ char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf); * Returns: (array zero-terminated=1) (transfer none): an array of network * interface names. */ -void _glibtop_init_netlist_p (glibtop *server); char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf); #else +void _glibtop_init_netlist_s (glibtop *server); + /** * glibtop_get_netlist_s: * @server: a #glibtop server @@ -86,7 +89,6 @@ char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf); * Returns: (array zero-terminated=1) (transfer none): an array of network * interface names. */ -void _glibtop_init_netlist_s (glibtop *server); char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf); #endif