From bfaf9cd6a26d54f96f59132ec76b130356fe1e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Tue, 4 Mar 2014 12:58:19 +0100 Subject: fixup! core: ensure ActiveConnections stay alive over activation paths --- src/nm-manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index 8471075176..41064187ce 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -386,8 +386,8 @@ active_connection_state_changed (NMActiveConnection *active, } /** - * nm_active_connection_add(): - * @manager: the #NMManager + * active_connection_add(): + * @self: the #NMManager * @active: the #NMActiveConnection to manage * * Begins to track and manage @active. Increases the refcount of @active. @@ -3079,7 +3079,7 @@ _internal_activation_auth_done (NMActiveConnection *active, /** * nm_manager_activate_connection(): - * @manager: the #NMManager + * @self: the #NMManager * @connection: the #NMConnection to activate on @device * @specific_object: the specific object path, if any, for the activation * @device: the #NMDevice to activate @connection on -- cgit v1.2.1