]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: set default value of g_zlib_compressor_new.level to -1
authorEvan Nemerson <evan@coeus-group.com>
Thu, 22 Apr 2010 06:08:27 +0000 (23:08 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 25 Apr 2010 22:59:10 +0000 (15:59 -0700)
vapi/gio-2.0.vapi
vapi/packages/gio-2.0/gio-2.0.metadata

index 96863f5e7dcc33fe4f64dea30539fdc2b276ed5f..bcf450c55f5f99e0166ca6090f2f027c34374e22 100644 (file)
@@ -938,7 +938,7 @@ namespace GLib {
        [CCode (cheader_filename = "gio/gio.h")]
        public class ZlibCompressor : GLib.Object, GLib.Converter {
                [CCode (has_construct_function = false)]
-               public ZlibCompressor (GLib.ZlibCompressorFormat format, int level);
+               public ZlibCompressor (GLib.ZlibCompressorFormat format, int level = -1);
                [NoAccessorMethod]
                public GLib.ZlibCompressorFormat format { get; construct; }
                [NoAccessorMethod]
index 776275a59138a0448e2d6143035c92d8da552b32..feb178db5881c8ef50f6d799e63fb990fb0283b5 100644 (file)
@@ -180,3 +180,5 @@ g_volume_monitor_get_mount_for_uuid transfer_ownership="1"
 g_volume_monitor_get_mounts type_arguments="Mount" transfer_ownership="1"
 g_volume_monitor_get_volume_for_uuid transfer_ownership="1"
 g_volume_monitor_get_volumes type_arguments="Volume" transfer_ownership="1"
+
+g_zlib_compressor_new.level default_value="-1"