]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add binding for g_win32_ftruncate() c5b8d32e4ca4bce1427c2fab577468b5ec757571
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 16 Mar 2020 07:47:02 +0000 (08:47 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 19 Mar 2020 13:47:45 +0000 (14:47 +0100)
vapi/glib-2.0.vapi

index f7f5a2214fba778c1022ab4c8fd9b66d7666ca37..43aae41864e256597e418ddb01a5a8b428b9ff19 100644 (file)
@@ -5719,6 +5719,7 @@ namespace GLib {
                public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
 
                public string error_message (int error);
+               public int ftruncate (int f, uint size);
                public string getlocale ();
                [Version (since = "2.16")]
                public string get_package_installation_directory_of_module (void* hmodule);