diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-04-19 15:48:01 +0200 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-04-19 10:08:17 -0400 |
commit | 57a9fb3c893f1a971aa78d8d640707ac8aebc733 (patch) | |
tree | 14793c32249bdd373d51298351765f712d4fa380 /libnm-glib/nm-device.c | |
parent | 6226fb9b5971c33077ec7828d3b07565ad8a0ee3 (diff) | |
download | NetworkManager-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-device.c')
-rw-r--r-- | libnm-glib/nm-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index 89ea6ecfbd..d952914b5a 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -1266,7 +1266,7 @@ nm_device_get_state (NMDevice *device) /** * nm_device_get_state_reason: * @device: a #NMDevice - * @reason: (out) (allow-none): location to store reason (#NMDeviceStateReason), or NULL + * @reason: (out) (allow-none): location to store reason (#NMDeviceStateReason), or %NULL * * Gets the current #NMDevice state (return value) and the reason for entering * the state (@reason argument). |