diff options
-rw-r--r-- | gir/gio-2.0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index a092432b..0231bc1b 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -12635,7 +12635,7 @@ /** * g_dbus_connection_call_sync: * @connection: A #GDBusConnection. - * @bus_name: A unique or well-known bus name. + * @bus_name: (allow-none): A unique or well-known bus name or %NULL if @connection is not a message bus connection. * @object_path: Path of remote object. * @interface_name: D-Bus interface to invoke method on. * @method_name: The name of the method to invoke. @@ -12729,7 +12729,7 @@ /** * g_dbus_connection_call_with_unix_fd_list_sync: * @connection: A #GDBusConnection. - * @bus_name: A unique or well-known bus name. + * @bus_name: (allow-none): A unique or well-known bus name or %NULL if @connection is not a message bus connection. * @object_path: Path of remote object. * @interface_name: D-Bus interface to invoke method on. * @method_name: The name of the method to invoke. |