summaryrefslogtreecommitdiff
path: root/include/glibtop/proclist.h
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2019-03-07 16:28:17 +0100
committerCorentin Noël <corentin.noel@collabora.com>2019-03-07 16:28:17 +0100
commit8871660dac7a3ffd5cb483ed801754683b5b12ee (patch)
treef115d074c3d16be16e92aebb328655f3e663cf3d /include/glibtop/proclist.h
parent334f1e5c4cf0a673d29690e37ab5f2fdc0ae1285 (diff)
downloadlibgtop-8871660dac7a3ffd5cb483ed801754683b5b12ee.tar.gz
Fix several array and transfer annotations
Diffstat (limited to 'include/glibtop/proclist.h')
-rw-r--r--include/glibtop/proclist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/glibtop/proclist.h b/include/glibtop/proclist.h
index 417d618a..4380de3d 100644
--- a/include/glibtop/proclist.h
+++ b/include/glibtop/proclist.h
@@ -133,7 +133,7 @@ struct _glibtop_proclist
* @which: a #GLIBTOP_* constant specifying process type
* @arg: an argument specific for the process type
*
- * Returns: (array zero-terminated=1) (transfer none): an array of process
+ * Returns: (array zero-terminated=1) (transfer full): an array of process
* ids
*/
pid_t*
@@ -152,7 +152,7 @@ glibtop_get_proclist(glibtop_proclist *buf, gint64 which, gint64 arg);
* @which: a #GLIBTOP_* constant specifying process type
* @arg: an argument specific for the process type
*
- * Returns: (array zero-terminated=1) (transfer none): an array of process
+ * Returns: (array zero-terminated=1) (transfer full): an array of process
* ids
*/
pid_t*
@@ -169,7 +169,7 @@ void _glibtop_init_proclist_p (glibtop *server);
* @which: a #GLIBTOP_* constant specifying process type
* @arg: an argument specific for the process type
*
- * Returns: (array zero-terminated=1) (transfer none): an array of process
+ * Returns: (array zero-terminated=1) (transfer full): an array of process
* ids
*/
pid_t*
@@ -185,7 +185,7 @@ void _glibtop_init_proclist_s (glibtop *server);
* @which: a #GLIBTOP_* constant specifying process type
* @arg: an argument specific for the process type
*
- * Returns: (array zero-terminated=1) (transfer none): an array of process
+ * Returns: (array zero-terminated=1) (transfer full): an array of process
* ids
*/
pid_t*