diff options
Diffstat (limited to 'libnm-util/nm-setting.c')
| -rw-r--r-- | libnm-util/nm-setting.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libnm-util/nm-setting.c b/libnm-util/nm-setting.c index f80c72b8..a3186284 100644 --- a/libnm-util/nm-setting.c +++ b/libnm-util/nm-setting.c @@ -842,8 +842,8 @@ get_secret_flags (NMSetting *setting, * For a given secret, retrieves the #NMSettingSecretFlags describing how to * handle that secret. * - * Returns: TRUE on success (if the given secret name was a valid property of - * this setting, and if that property is secret), FALSE if not + * Returns: %TRUE on success (if the given secret name was a valid property of + * this setting, and if that property is secret), %FALSE if not **/ gboolean nm_setting_get_secret_flags (NMSetting *setting, @@ -886,8 +886,8 @@ set_secret_flags (NMSetting *setting, * For a given secret, retrieves the #NMSettingSecretFlags describing how to * handle that secret. * - * Returns: TRUE on success (if the given secret name was a valid property of - * this setting, and if that property is secret), FALSE if not + * Returns: %TRUE on success (if the given secret name was a valid property of + * this setting, and if that property is secret), %FALSE if not **/ gboolean nm_setting_set_secret_flags (NMSetting *setting, |