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

@@ -44,6 +44,13 @@ struct _glibtop_proc_wd
};
/**
* glibtop_get_proc_wd:
* @buf:
* @pid:
*
* Returns: (transfer full):
*/
char ** glibtop_get_proc_wd(glibtop_proc_wd *buf, pid_t pid);
char ** glibtop_get_proc_wd_l(glibtop *server, glibtop_proc_wd *buf, pid_t pid);