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

@@ -92,17 +92,18 @@ struct _glibtop_proc_map
guint64 total; /* GLIBTOP_PROC_MAP_TOTAL */
guint64 size; /* GLIBTOP_PROC_MAP_SIZE */
};
glibtop_map_entry *
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
/**
* glibtop_get_proc_map:
* @buf: (out):
* @buf:
* @pid:
*
* Returns: (transfer none):
*/
glibtop_map_entry *
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
/**
* glibtop_get_proc_map_l: