Doc update

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4317 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-11-20 16:06:57 +00:00
parent b8b93197a9
commit c818262849

View file

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