[vala/wip/libgtop-2.0: 277/278] WIP
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/libgtop-2.0: 277/278] WIP
- Date: Mon, 11 Nov 2019 13:03:00 +0000 (UTC)
commit eadee42c7f0ef1cbc0884c69157d9bcdacc021b2
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon May 20 10:18:02 2019 +0200
WIP
vapi/libgtop-2.0.vapi | 6 +++---
vapi/metadata/GTop-2.0.metadata | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/vapi/libgtop-2.0.vapi b/vapi/libgtop-2.0.vapi
index ebde8ab9b..29f387099 100644
--- a/vapi/libgtop-2.0.vapi
+++ b/vapi/libgtop-2.0.vapi
@@ -64,11 +64,11 @@ namespace GTop {
public void get_mem_l (out unowned GTop.Mem? buf);
public void get_mem_s (out unowned GTop.Mem? buf);
[CCode (array_length = false, array_null_terminated = true, cheader_filename = "glibtop.h")]
- public static GTop.MountEntry[] get_mountlist (out unowned GTop.MountList? buf, int all_fs);
+ public static GTop.MountEntry[] get_mountlist (out unowned GTop.MountList? buf, [CCode (type
= "int")] bool all_fs);
[CCode (array_length = false, array_null_terminated = true)]
- public GTop.MountEntry[] get_mountlist_l (out unowned GTop.MountList? buf, int all_fs);
+ public GTop.MountEntry[] get_mountlist_l (out unowned GTop.MountList? buf, [CCode (type =
"int")] bool all_fs);
[CCode (array_length = false, array_null_terminated = true)]
- public GTop.MountEntry[] get_mountlist_s (out unowned GTop.MountList? buf, int all_fs);
+ public GTop.MountEntry[] get_mountlist_s (out unowned GTop.MountList? buf, [CCode (type =
"int")] bool all_fs);
[CCode (cheader_filename = "glibtop.h")]
public static void get_msg_limits (out unowned GTop.MsgLimits? buf);
public void get_msg_limits_l (out unowned GTop.MsgLimits? buf);
diff --git a/vapi/metadata/GTop-2.0.metadata b/vapi/metadata/GTop-2.0.metadata
index 2a86686a8..45e6b48b8 100644
--- a/vapi/metadata/GTop-2.0.metadata
+++ b/vapi/metadata/GTop-2.0.metadata
@@ -61,5 +61,8 @@ glibtop_entry
.values type="GLib.HashTable<string,string>"
.descriptions unowned
+glibtop_get_mountlist*.all_fs type="bool"
+
glibtop
+ .get_mountlist_*.all_fs type="bool"
.get_proc_open_files_s array array_null_terminated unowned=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]