]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
GDBusConnection.call 'reply_type' is nullable
authorRyan Lortie <desrt@desrt.ca>
Wed, 30 Mar 2011 10:44:56 +0000 (16:14 +0530)
committerRyan Lortie <desrt@desrt.ca>
Wed, 30 Mar 2011 10:44:56 +0000 (16:14 +0530)
vapi/gio-2.0.vapi
vapi/packages/gio-2.0/gio-2.0.metadata

index ab22d42465a3c31cf5dea2b2d030f3aaad670dbb..a9da0a17a3e3f1b2b6ad939699070cf284310d00 100644 (file)
@@ -245,7 +245,7 @@ namespace GLib {
                [CCode (type = "void", has_construct_function = false)]
                public async DBusConnection (GLib.IOStream stream, string guid, GLib.DBusConnectionFlags flags, GLib.DBusAuthObserver? observer = null, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public uint add_filter (owned GLib.DBusMessageFilterFunction filter_function);
-               public async GLib.Variant call (string bus_name, string object_path, string interface_name, string method_name, GLib.Variant? parameters, GLib.VariantType reply_type, GLib.DBusCallFlags flags, int timeout_msec, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               public async GLib.Variant call (string bus_name, string object_path, string interface_name, string method_name, GLib.Variant? parameters, GLib.VariantType? reply_type, GLib.DBusCallFlags flags, int timeout_msec, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public GLib.Variant call_sync (string bus_name, string object_path, string interface_name, string method_name, GLib.Variant? parameters, GLib.VariantType reply_type, GLib.DBusCallFlags flags, int timeout_msec, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public async bool close (GLib.Cancellable? cancellable = null) throws GLib.Error;
                public bool close_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
index 360b2bbca26cc634a9021cc6a91adc296d9d4376..b2b08d08c33fc402637b54781a4bb0e427dc2d91 100644 (file)
@@ -58,6 +58,7 @@ g_dbus_connection_add_filter.filter_function transfer_ownership="1"
 g_dbus_connection_add_filter.user_data_free_func hidden="1"
 g_dbus_connection_call async="1"
 g_dbus_connection_call.parameters nullable="1"
+g_dbus_connection_call.reply_type nullable="1"
 g_dbus_connection_call_finish transfer_ownership="1"
 g_dbus_connection_call_sync transfer_ownership="1"
 g_dbus_connection_call_sync.parameters nullable="1"