Update annotations from glib git
authorMartin Pitt <martinpitt@gnome.org>
Tue, 11 Sep 2012 12:51:07 +0000 (14:51 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Tue, 11 Sep 2012 12:51:07 +0000 (14:51 +0200)
gir/gio-2.0.c

index a092432b03e877cf3590974fdf2f05d51557d639..0231bc1bc97f59ff0b3283b47427a1abcd93dc13 100644 (file)
 /**
  * g_dbus_connection_call_sync:
  * @connection: A #GDBusConnection.
- * @bus_name: A unique or well-known bus name.
+ * @bus_name: (allow-none): A unique or well-known bus name or %NULL if @connection is not a message bus connection.
  * @object_path: Path of remote object.
  * @interface_name: D-Bus interface to invoke method on.
  * @method_name: The name of the method to invoke.
 /**
  * g_dbus_connection_call_with_unix_fd_list_sync:
  * @connection: A #GDBusConnection.
- * @bus_name: A unique or well-known bus name.
+ * @bus_name: (allow-none): A unique or well-known bus name or %NULL if @connection is not a message bus connection.
  * @object_path: Path of remote object.
  * @interface_name: D-Bus interface to invoke method on.
  * @method_name: The name of the method to invoke.