Merge branch 'wip/tintou/gdbussignalcallback' into 'master'

gdbusconnection: GDBusSignalCallback can have a NULL sender_name

See merge request GNOME/glib!1425
This commit is contained in:
Philip Withnall 2020-04-03 11:33:46 +00:00
commit 88d526534a

View File

@ -550,7 +550,8 @@ gboolean g_dbus_connection_unregister_subtree (GDBusConnection
/**
* GDBusSignalCallback:
* @connection: A #GDBusConnection.
* @sender_name: The unique bus name of the sender of the signal.
* @sender_name: (nullable): The unique bus name of the sender of the signal,
or %NULL on a peer-to-peer D-Bus connection.
* @object_path: The object path that the signal was emitted on.
* @interface_name: The name of the interface.
* @signal_name: The name of the signal.