summaryrefslogtreecommitdiff
path: root/include/glibtop
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-03-15 00:35:37 +0100
committerBenoît Dejean <bdejean@gmail.com>2015-07-10 20:36:12 +0200
commit4c0632ccbd6a548199715f86fb0279e8e8df2925 (patch)
treea4c906a7a2d244045500c81a1c2c457eb67236d8 /include/glibtop
parent71c7d65b1d4875a07422c59eb603a9f7f7b930f6 (diff)
downloadlibgtop-4c0632ccbd6a548199715f86fb0279e8e8df2925.tar.gz
Move gtk-doc/gi tag for glibtop_netlist_* to the correct place.
Diffstat (limited to 'include/glibtop')
-rw-r--r--include/glibtop/netlist.h6
1 files 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