mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 11:10:16 +01:00
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:
parent
8d60cafd18
commit
efc51d51e5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue