]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: "inbuf" argument of Converter.convert() is not nullable
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 8 Feb 2016 07:24:20 +0000 (08:24 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 8 Feb 2016 07:24:20 +0000 (08:24 +0100)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index d572dc931dc27e332294ba92fc4f253450bb7d77..7397876ed469762f573bb056452bc8e86c64fddf 100644 (file)
@@ -3145,7 +3145,7 @@ namespace GLib {
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_converter_get_type ()")]
        [Version (since = "2.24")]
        public interface Converter : GLib.Object {
-               public abstract GLib.ConverterResult convert ([CCode (array_length_cname = "inbuf_size", array_length_pos = 1.5, array_length_type = "gsize")] uint8[]? inbuf, [CCode (array_length_cname = "outbuf_size", array_length_pos = 2.5, array_length_type = "gsize")] uint8[] outbuf, GLib.ConverterFlags flags, out size_t bytes_read, out size_t bytes_written) throws GLib.Error;
+               public abstract GLib.ConverterResult convert ([CCode (array_length_cname = "inbuf_size", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] inbuf, [CCode (array_length_cname = "outbuf_size", array_length_pos = 2.5, array_length_type = "gsize")] uint8[] outbuf, GLib.ConverterFlags flags, out size_t bytes_read, out size_t bytes_written) throws GLib.Error;
                public abstract void reset ();
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_dbus_interface_get_type ()")]
index 57dfa4e1b9e1fcf2e46f8f1ade074bf0473a649c..c3dd438d5ee64e2f3d78a5172c4fbbc006a511d9 100644 (file)
@@ -369,6 +369,8 @@ ActionGroup
   .get_action_enabled nullable=false
   .get_action_state_type unowned
 AsyncReadyCallback.source_object nullable
+Converter
+  .convert.inbuf nullable=false
 DBusMessage
   .get_body unowned
 DBusSubtreeVTable.enumerate skip=false