summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-09-11 14:51:07 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-09-11 14:51:07 +0200
commit29ef1a98018ed5e1999498310fd96106cf106f9b (patch)
treeb750cc69215e90976f063be4768631a5eee3f6bc
parent9a472fb76c8d603b439562accf0593bb63d86215 (diff)
downloadgobject-introspection-29ef1a98018ed5e1999498310fd96106cf106f9b.tar.gz
Update annotations from glib git
-rw-r--r--gir/gio-2.0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index a092432b..0231bc1b 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -12635,7 +12635,7 @@
/**
* 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.
@@ -12729,7 +12729,7 @@
/**
* 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.