From efc51d51e55e2fe0712dd931a1b03cc679d40306 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Mar 2011 11:17:08 -0500 Subject: [PATCH] libnm-glib: more introspection annotation fixes No connection is required for nm_client_add_and_activate_connection(), it can be NULL. --- libnm-glib/nm-client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index e7eb16541b..07605f6f24 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -721,9 +721,9 @@ add_activate_cb (DBusGProxy *proxy, /** * nm_client_add_and_activate_connection: * @client: a #NMClient - * @partial: an #NMConnection to add; the connection may be partially filled - * and will be completed by NetworkManager using the given @device and - * @specific_object before being added + * @partial: (allow-none): an #NMConnection to add; the connection may be + * partially filled (or even NULL) and will be completed by NetworkManager + * using the given @device and @specific_object before being added * @device: the #NMDevice * @specific_object: (allow-none): the object path of a connection-type-specific * object this activation should use. This parameter is currently ignored for