Fix a bunch of doc tags for GI.

This commit is contained in:
Benoît Dejean
2015-08-25 22:32:06 +02:00
parent 99ff3d4dff
commit e528a7280b
6 changed files with 29 additions and 6 deletions

View File

@@ -79,6 +79,15 @@ char **
glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf,
pid_t pid, unsigned max_len);
/**
* glibtop_get_proc_argv:
* @buf:
* @pid:
* @max_len:
*
* Returns: (transfer full):
*/
char **
glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len);