]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Regenerate for GIR-based bindings to pick up pid_t/uid_t fix
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 22 Mar 2024 09:36:17 +0000 (10:36 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 22 Mar 2024 09:36:17 +0000 (10:36 +0100)
vapi/gio-2.0.vapi

index 3a03211413479725655572ea45db4e70963677a4..1e0cb9723c938c96eff73aa5e44b7832e7942dc1 100644 (file)
@@ -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 ()")]