From 6b2e8664a7694487fadbbac053e4f9d7f605444b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 16 Mar 2011 13:50:09 +0100 Subject: [PATCH] libnm-glib: update nm_client_activate_connection()'s description --- libnm-glib/nm-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index da46eb12c0..24c2769322 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -654,8 +654,8 @@ activate_cb (DBusGProxy *proxy, * @connection: an #NMConnection * @device: the #NMDevice * @specific_object: (allow-none): the device specific object (currently - * used only for activating wireless devices and should be the - * #NMAccessPoint's path). + * used only for activating WiFi devices - should be the #NMAccessPoint's + * path or WiMAX devices - use #NMWimaxNsp's path). * @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 *