Add missing annotation to GDBusConnection::closed
authorPhil Clayton <phil.clayton@lineone.net>
Tue, 12 Jun 2012 15:09:19 +0000 (16:09 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jun 2012 21:54:33 +0000 (17:54 -0400)
Add annotation (allow-none) to the parameter error.

https://bugzilla.gnome.org/show_bug.cgi?id=677952

gio/gdbusconnection.c

index 7f421c4..afc4ed4 100644 (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.
    *