[glib/glib-2-32] Add missing annotation to GDBusConnection::closed



commit e0281b2762cdaa118ed3b003d90537ee0bba0ef4
Author: Phil Clayton <phil clayton lineone net>
Date:   Tue Jun 12 16:09:19 2012 +0100

    Add missing annotation to GDBusConnection::closed
    
    Add annotation (allow-none) to the parameter error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677952

 gio/gdbusconnection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c
index 2a1f090..511f1bb 100644
--- a/gio/gdbusconnection.c
+++ b/gio/gdbusconnection.c
@@ -1017,7 +1017,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.
    *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]