diff --git a/include/glibtop/procmap.h b/include/glibtop/procmap.h index 4434cb59..93ef93c0 100644 --- a/include/glibtop/procmap.h +++ b/include/glibtop/procmap.h @@ -94,7 +94,6 @@ glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid); /** * glibtop_get_proc_map: - * @server: * @buf: (out): * @pid: * diff --git a/include/glibtop/procopenfiles.h b/include/glibtop/procopenfiles.h index 3a40eb94..a3ae7fe5 100644 --- a/include/glibtop/procopenfiles.h +++ b/include/glibtop/procopenfiles.h @@ -96,9 +96,8 @@ struct _glibtop_proc_open_files /** * glibtop_get_proc_open_files: - * @server: * @buf: (out): - * @all_fs: + * @pid: * * Returns: (transfer none): */ @@ -107,7 +106,7 @@ struct _glibtop_proc_open_files * glibtop_get_proc_open_files_l: * @server: * @buf: (out): - * @all_fs: + * @pid: * * Returns: (transfer none): */ @@ -116,16 +115,16 @@ struct _glibtop_proc_open_files * glibtop_get_proc_open_files_p: * @server: * @buf: (out): - * @all_fs: + * @pid: * * Returns: (transfer none): */ /** - * glibtop_get_proc_open_files_l: + * glibtop_get_proc_open_files_s: * @server: * @buf: (out): - * @all_fs: + * @pid: * * Returns: (transfer none): */