summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-client.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-client.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-client.c')
-rw-r--r--libnm-glib/nm-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c
index 4f7d1ed692..8cac927c67 100644
--- a/libnm-glib/nm-client.c
+++ b/libnm-glib/nm-client.c
@@ -585,7 +585,7 @@ activate_nm_not_running (gpointer user_data)
* @device: (allow-none): the #NMDevice
* @specific_object: (allow-none): the object path of a connection-type-specific
* object this activation should use. This parameter is currently ignored for
- * wired and mobile broadband connections, and the value of NULL should be used
+ * wired and mobile broadband connections, and the value of %NULL should be used
* (ie, no specific object). For WiFi or WiMAX connections, pass the object
* path of a #NMAccessPoint or #NMWimaxNsp owned by @device, which you can
* get using nm_object_get_path(), and which will be used to complete the
@@ -666,12 +666,12 @@ add_activate_cb (DBusGProxy *proxy,
* nm_client_add_and_activate_connection:
* @client: a #NMClient
* @partial: (allow-none): an #NMConnection to add; the connection may be
- * partially filled (or even NULL) and will be completed by NetworkManager
+ * partially filled (or even %NULL) and will be completed by NetworkManager
* using the given @device and @specific_object before being added
* @device: the #NMDevice
* @specific_object: (allow-none): the object path of a connection-type-specific
* object this activation should use. This parameter is currently ignored for
- * wired and mobile broadband connections, and the value of NULL should be used
+ * wired and mobile broadband connections, and the value of %NULL should be used
* (ie, no specific object). For WiFi or WiMAX connections, pass the object
* path of a #NMAccessPoint or #NMWimaxNsp owned by @device, which you can
* get using nm_object_get_path(), and which will be used to complete the