]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add g_format_size_for_display binding
authorMatías De la Puente <mfpuente.ar@gmail.com>
Mon, 30 Mar 2009 07:51:03 +0000 (09:51 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 30 Mar 2009 07:51:03 +0000 (09:51 +0200)
Fixes bug 572867.

vapi/glib-2.0.vapi

index 16c3560f6afefd57879d0d8d37085d37d1cbd9cb..78b84850de89611a7329473e4dce6d8776da2332 100644 (file)
@@ -2019,6 +2019,8 @@ namespace GLib {
        public static delegate void FreeFunc (void* data);
        public static delegate void VoidFunc ();
 
+       public string format_size_for_display (int64 size);
+
        /* Lexical Scanner */
 
        [Compact]