From: Rico Tzschichholz Date: Fri, 22 Mar 2024 09:36:17 +0000 (+0100) Subject: vapi: Regenerate for GIR-based bindings to pick up pid_t/uid_t fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f8c9d9c606085b0f2aa9e0c261f148a5618af9c;p=thirdparty%2Fvala.git vapi: Regenerate for GIR-based bindings to pick up pid_t/uid_t fix --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 3a0321141..1e0cb9723 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -701,11 +701,11 @@ namespace GLib { public Credentials (); public void* get_native (GLib.CredentialsType native_type); [Version (since = "2.36")] - public int get_unix_pid () throws GLib.Error; - public uint get_unix_user () throws GLib.Error; + public pid_t get_unix_pid () throws GLib.Error; + public uid_t get_unix_user () throws GLib.Error; public bool is_same_user (GLib.Credentials other_credentials) throws GLib.Error; public void set_native (GLib.CredentialsType native_type, void* native); - public bool set_unix_user (uint uid) throws GLib.Error; + public bool set_unix_user (uid_t uid) throws GLib.Error; public string to_string (); } [CCode (cheader_filename = "gio/gio.h", type_id = "g_dbus_action_group_get_type ()")]