doc: fixes

This commit is contained in:
Dan Williams 2009-08-30 23:31:07 -05:00
parent eb96ffda5d
commit 74fbda9b85
2 changed files with 3 additions and 2 deletions

View file

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

View file

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