mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 00:10:37 +02:00
libnm-client: fix some comments
Correct the mismatched arguments and descriptions, likely a copy & paste error.
This commit is contained in:
parent
a3174af914
commit
99d92e2f10
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue