mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-30 04:40:30 +01:00
Doc update
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4317 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
b8b93197a9
commit
c818262849
1 changed files with 2 additions and 2 deletions
|
|
@ -360,7 +360,7 @@ nm_connection_add_setting (NMConnection *connection, NMSetting *setting)
|
|||
/**
|
||||
* nm_connection_remove_setting:
|
||||
* @connection: a #NMConnection
|
||||
* @type: the #GType of the setting object to remove
|
||||
* @setting_type: the #GType of the setting object to remove
|
||||
*
|
||||
* Removes the #NMSetting with the given #GType from the #NMConnection. This
|
||||
* operation dereferences the #NMSetting object.
|
||||
|
|
@ -377,7 +377,7 @@ nm_connection_remove_setting (NMConnection *connection, GType setting_type)
|
|||
/**
|
||||
* nm_connection_get_setting:
|
||||
* @connection: a #NMConnection
|
||||
* @type: the #GType of the setting object to return
|
||||
* @setting_type: the #GType of the setting object to return
|
||||
*
|
||||
* Gets the #NMSetting with the given #GType, if one has been previously added
|
||||
* to the #NMConnection.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue