summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-03-04 12:58:19 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-03-04 12:58:19 +0100
commitbfaf9cd6a26d54f96f59132ec76b130356fe1e0f (patch)
treec27801c00c4a79eded490bb5729309eb16262b3c
parent99462af8e145bcadb2c2db59c361eb31578baea7 (diff)
downloadNetworkManager-dcbw/handle-activate-dev-remove.tar.gz
fixup! core: ensure ActiveConnections stay alive over activation pathsdcbw/handle-activate-dev-remove
-rw-r--r--src/nm-manager.c6
1 files 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