From f75a6754adafffe08b568f864f379a6faaed4111 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 28 Sep 2009 16:00:30 -0700 Subject: [PATCH] libnm-util: doc fixes --- libnm-util/nm-setting-8021x.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libnm-util/nm-setting-8021x.c b/libnm-util/nm-setting-8021x.c index 01366811e7..a2af5c41bf 100644 --- a/libnm-util/nm-setting-8021x.c +++ b/libnm-util/nm-setting-8021x.c @@ -1519,6 +1519,7 @@ nm_setting_802_1x_get_private_key_path (NMSetting8021x *setting) * (PEM, DER, or PKCS#12 format). The path must be UTF-8 encoded; use * g_filename_to_utf8() to convert if needed. Passing NULL with any @scheme * clears the private key. + * @password: password used to decrypt the private key * @scheme: desired storage scheme for the private key * @out_format: on successful return, the type of the private key added * @error: on unsuccessful return, an error @@ -1898,6 +1899,7 @@ nm_setting_802_1x_get_phase2_private_key_path (NMSetting8021x *setting) * key file (PEM, DER, or PKCS#12 format). The path must be UTF-8 encoded; * use g_filename_to_utf8() to convert if needed. Passing NULL with any * @scheme clears the "phase2" private key. + * @password: password used to decrypt the private key * @scheme: desired storage scheme for the private key * @out_format: on successful return, the type of the private key added * @error: on unsuccessful return, an error @@ -2045,7 +2047,7 @@ nm_setting_802_1x_set_phase2_private_key (NMSetting8021x *self, } /** - * nm_setting_802_1x_set_phase2_private_key: + * nm_setting_802_1x_set_phase2_private_key_from_file: * @setting: the #NMSetting8021x * @filename: the path of the "phase2" private key file (PEM, DER, or PKCS#12 * format). Passing NULL clears the "phase2" private key.