mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-04 22:20:40 +01:00
doc: fixes
This commit is contained in:
parent
eb96ffda5d
commit
74fbda9b85
2 changed files with 3 additions and 2 deletions
|
|
@ -1023,6 +1023,7 @@ nm_connection_new (void)
|
|||
/**
|
||||
* nm_connection_new_from_hash:
|
||||
* @hash: the #GHashTable describing the connection
|
||||
* @error: on unsuccessful return, an error
|
||||
*
|
||||
* Creates a new #NMConnection from a hash table describing the connection. See
|
||||
* nm_connection_to_hash() for a description of the expected hash table.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
* properties that apply to all #NMConnection objects, regardless of what type
|
||||
* of network connection they describe. Each #NMConnection object must contain
|
||||
* a #NMSettingConnection setting.
|
||||
*/
|
||||
**/
|
||||
|
||||
/**
|
||||
* nm_setting_connection_error_quark:
|
||||
|
|
@ -147,7 +147,7 @@ nm_setting_connection_get_uuid (NMSettingConnection *setting)
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_setting_connection_get_type:
|
||||
* nm_setting_connection_get_connection_type:
|
||||
* @setting: the #NMSettingConnection
|
||||
*
|
||||
* Returns the #NMSettingConnection:type property of the connection.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue