From 74fbda9b85874fa326618f6e3fb27e633aa88754 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 30 Aug 2009 23:31:07 -0500 Subject: [PATCH] doc: fixes --- libnm-util/nm-connection.c | 1 + libnm-util/nm-setting-connection.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-connection.c b/libnm-util/nm-connection.c index 5a56758fd8..f4cb787ee9 100644 --- a/libnm-util/nm-connection.c +++ b/libnm-util/nm-connection.c @@ -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. diff --git a/libnm-util/nm-setting-connection.c b/libnm-util/nm-setting-connection.c index 599ba32a2b..bddcb92bff 100644 --- a/libnm-util/nm-setting-connection.c +++ b/libnm-util/nm-setting-connection.c @@ -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.