diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 7f421c41c..afc4ed49f 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -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. *