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:
Phil Clayton 2012-06-12 16:09:19 +01:00 committed by Matthias Clasen
parent 90f70099d8
commit 02eed18a4e

View File

@ -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.
*