summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-05-03 17:31:40 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-05-06 18:33:27 +0200
commit99d92e2f10561903d494b94fe28296491159b071 (patch)
treef2dc9f6cf765e12cd2d96c13b0cf704ed1556777
parenta3174af914d2d5ed57d74fa5d76a9b965fd1f382 (diff)
downloadNetworkManager-lr/gtkdoc.tar.gz
libnm-client: fix some commentslr/gtkdoc
Correct the mismatched arguments and descriptions, likely a copy & paste error.
-rw-r--r--src/libnm-client-impl/nm-client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libnm-client-impl/nm-client.c b/src/libnm-client-impl/nm-client.c
index 5155705376..f7bd2db545 100644
--- a/src/libnm-client-impl/nm-client.c
+++ b/src/libnm-client-impl/nm-client.c
@@ -8729,7 +8729,7 @@ nm_client_class_init(NMClientClass *client_class)
G_TYPE_UINT);
/**
* NMClient::connection-added:
- * @client: the settings object that received the signal
+ * @client: the client that received the signal
* @connection: the new connection
*
* Notifies that a #NMConnection has been added.
@@ -8747,7 +8747,7 @@ nm_client_class_init(NMClientClass *client_class)
/**
* NMClient::connection-removed:
- * @client: the settings object that received the signal
+ * @client: the client that received the signal
* @connection: the removed connection
*
* Notifies that a #NMConnection has been removed.
@@ -8765,7 +8765,7 @@ nm_client_class_init(NMClientClass *client_class)
/**
* NMClient::active-connection-added:
- * @client: the settings object that received the signal
+ * @client: the client that received the signal
* @active_connection: the new active connection
*
* Notifies that a #NMActiveConnection has been added.
@@ -8783,7 +8783,7 @@ nm_client_class_init(NMClientClass *client_class)
/**
* NMClient::active-connection-removed:
- * @client: the settings object that received the signal
+ * @client: the client that received the signal
* @active_connection: the removed active connection
*
* Notifies that a #NMActiveConnection has been removed.