summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-remote-settings.c
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-04-19 15:48:01 +0200
committerDan Winship <danw@gnome.org>2013-04-19 10:08:17 -0400
commit57a9fb3c893f1a971aa78d8d640707ac8aebc733 (patch)
tree14793c32249bdd373d51298351765f712d4fa380 /libnm-glib/nm-remote-settings.c
parent6226fb9b5971c33077ec7828d3b07565ad8a0ee3 (diff)
downloadNetworkManager-57a9fb3c893f1a971aa78d8d640707ac8aebc733.tar.gz
Use %NULL macro in doc strings
Mass-converted "NULL" to "%NULL" in docstrings with find -name '*.c'| xargs sed -i '/^ \*.*[^%]NULL/ s/NULL\b/%NULL/g'
Diffstat (limited to 'libnm-glib/nm-remote-settings.c')
-rw-r--r--libnm-glib/nm-remote-settings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-remote-settings.c b/libnm-glib/nm-remote-settings.c
index 1e8e086f05..0960160d7d 100644
--- a/libnm-glib/nm-remote-settings.c
+++ b/libnm-glib/nm-remote-settings.c
@@ -181,7 +181,7 @@ add_connection_info_complete (NMRemoteSettings *self,
*
* Returns the %NMRemoteConnection representing the connection at @path.
*
- * Returns: (transfer none): the remote connection object on success, or NULL if the object was
+ * Returns: (transfer none): the remote connection object on success, or %NULL if the object was
* not known
**/
NMRemoteConnection *
@@ -206,7 +206,7 @@ nm_remote_settings_get_connection_by_path (NMRemoteSettings *settings, const cha
*
* Returns the %NMRemoteConnection identified by @uuid.
*
- * Returns: (transfer none): the remote connection object on success, or NULL if the object was
+ * Returns: (transfer none): the remote connection object on success, or %NULL if the object was
* not known
**/
NMRemoteConnection *
@@ -618,7 +618,7 @@ save_hostname_cb (DBusGProxy *proxy,
/**
* nm_remote_settings_save_hostname:
* @settings: the %NMRemoteSettings
- * @hostname: the new persistent hostname to set, or NULL to clear any existing
+ * @hostname: the new persistent hostname to set, or %NULL to clear any existing
* persistent hostname
* @callback: (scope async) (allow-none): callback to be called when the
* hostname operation completes