From ab9af2277f06cb59bd3f880e990b63066eee48e0 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Mar 2011 11:18:35 -0500 Subject: [PATCH] libnm-glib: clarify some documentation --- libnm-glib/nm-client.c | 6 +++--- 1 file 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