[vala/0.46] glib-2.0: Add binding for g_win32_ftruncate()



commit 1873f848dacdaf1e7843d4f11a983fc656c13f98
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Mar 16 08:47:02 2020 +0100

    glib-2.0: Add binding for g_win32_ftruncate()

 vapi/glib-2.0.vapi | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 292eca995..3ca10435e 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]