mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Fix gdbus connection annotations
g_dbus_connection_call_with_unix_fd_list_sync () and g_dbus_connection_call_sync () should allow None for the bus_name parameter. https://bugzilla.gnome.org/show_bug.cgi?id=683771 Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
3a7d89a414
commit
c9a3cd6d8b
@ -5718,7 +5718,8 @@ g_dbus_connection_call_finish (GDBusConnection *connection,
|
||||
/**
|
||||
* 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.
|
||||
@ -5864,7 +5865,8 @@ g_dbus_connection_call_with_unix_fd_list_finish (GDBusConnection *connection,
|
||||
/**
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user