diff options
author | Dan Williams <dcbw@redhat.com> | 2011-03-17 11:18:35 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-17 11:18:35 -0500 |
commit | ab9af2277f06cb59bd3f880e990b63066eee48e0 (patch) | |
tree | 61dc2b5d0aa7ad550add118320740d38e02017b0 /libnm-glib | |
parent | efc51d51e55e2fe0712dd931a1b03cc679d40306 (diff) | |
download | NetworkManager-ab9af2277f06cb59bd3f880e990b63066eee48e0.tar.gz |
libnm-glib: clarify some documentation
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index 07605f6f24..5c56f1b32c 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -734,9 +734,9 @@ add_activate_cb (DBusGProxy *proxy, * @callback: (scope async) (allow-none): the function to call when the call is done * @user_data: (closure): user data to pass to the callback function * - * Adds a new connection using the given details (if any) as a template - * (automatically filling in missing settings with the capabilities of the - * given device and specific object), then activate the new connection. + * Adds a new connection using the given details (if any) as a template, + * automatically filling in missing settings with the capabilities of the + * given device and specific object. The new connection is then activated. * Cannot be used for VPN connections at this time. **/ void |