mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
Add missing annotation to GDBusConnection::closed
Add annotation (allow-none) to the parameter error. https://bugzilla.gnome.org/show_bug.cgi?id=677952
This commit is contained in:
parent
90f70099d8
commit
02eed18a4e
@ -1022,7 +1022,7 @@ g_dbus_connection_class_init (GDBusConnectionClass *klass)
|
||||
* @connection: The #GDBusConnection emitting the signal.
|
||||
* @remote_peer_vanished: %TRUE if @connection is closed because the
|
||||
* remote peer closed its end of the connection.
|
||||
* @error: A #GError with more details about the event or %NULL.
|
||||
* @error: (allow-none): A #GError with more details about the event or %NULL.
|
||||
*
|
||||
* Emitted when the connection is closed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user