mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 01:10:38 +01:00
libnm-core: remove a redundant docstring
It makes gtk-doc unhappy.
This commit is contained in:
parent
d405cfd908
commit
c2329e0ee3
1 changed files with 0 additions and 8 deletions
|
|
@ -124,14 +124,6 @@ nm_connection_add_setting (NMConnection *connection, NMSetting *setting)
|
|||
g_signal_emit (connection, signals[CHANGED], 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* nm_connection_remove_setting:
|
||||
* @connection: a #NMConnection
|
||||
* @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.
|
||||
**/
|
||||
gboolean
|
||||
_nm_connection_remove_setting (NMConnection *connection, GType setting_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue