From 931a8364ffc892446e7afb962cc27ffb1c03059c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 11 Mar 2015 15:10:28 +0100 Subject: [PATCH] Fix a few gtk-doc/gi function tags. --- include/glibtop/procmap.h | 1 - include/glibtop/procopenfiles.h | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) 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): */