diff options
Diffstat (limited to 'libnm-glib/nm-remote-settings.c')
| -rw-r--r-- | libnm-glib/nm-remote-settings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-remote-settings.c b/libnm-glib/nm-remote-settings.c index 989528cb..34817e2c 100644 --- a/libnm-glib/nm-remote-settings.c +++ b/libnm-glib/nm-remote-settings.c @@ -545,7 +545,7 @@ add_connection_done (DBusGProxy *proxy, DBusGProxyCall *call, gpointer user_data * Requests that the remote settings service add the given settings to a new * connection. * - * Returns: TRUE if the request was successful, FALSE if it failed + * Returns: %TRUE if the request was successful, %FALSE if it failed **/ gboolean nm_remote_settings_add_connection (NMRemoteSettings *settings, @@ -652,7 +652,7 @@ save_hostname_cb (DBusGProxy *proxy, * Requests that the machine's persistent hostname be set to the specified value * or cleared. * - * Returns: TRUE if the request was successful, FALSE if it failed + * Returns: %TRUE if the request was successful, %FALSE if it failed **/ gboolean nm_remote_settings_save_hostname (NMRemoteSettings *settings, |