libnm-glib: more introspection annotation fixes

No connection is required for nm_client_add_and_activate_connection(),
it can be NULL.
This commit is contained in:
Dan Williams 2011-03-17 11:17:08 -05:00
parent 8d60cafd18
commit efc51d51e5

View file

@ -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