]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add binding for g_win32_ftruncate()
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 16 Mar 2020 07:47:02 +0000 (08:47 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Mar 2020 08:50:25 +0000 (09:50 +0100)
vapi/glib-2.0.vapi

index 292eca9955a24b81d51cde1a61f665248ccf3f09..3ca10435ecd1639ec1e1f939ffb2e88f5f8e2966 100644 (file)
@@ -5607,6 +5607,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);