summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-03-11 15:10:28 +0100
committerBenoît Dejean <bdejean@gmail.com>2015-07-10 20:36:12 +0200
commit931a8364ffc892446e7afb962cc27ffb1c03059c (patch)
treefdda4788e41d9c9532e24d2a137ed7e8217be756 /include
parent598764c171e446fb106624787de2db717c009f9f (diff)
downloadlibgtop-931a8364ffc892446e7afb962cc27ffb1c03059c.tar.gz
Fix a few gtk-doc/gi function tags.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/procmap.h1
-rw-r--r--include/glibtop/procopenfiles.h11
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):
*/