mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 05:10:36 +01:00
libnm/doc: document NMActiveConnection::state-changed signal
This commit is contained in:
parent
3a282cb2b9
commit
1994f200ce
1 changed files with 6 additions and 1 deletions
|
|
@ -795,7 +795,12 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
|
|||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/* signals */
|
||||
/**
|
||||
* NMActiveConnection::state-changed:
|
||||
* @active_connection: the source #NMActiveConnection
|
||||
* @state: the new state number (#NMActiveConnectionState)
|
||||
* @reason: the state change reason (#NMActiveConnectionStateReason)
|
||||
*/
|
||||
signals[STATE_CHANGED] =
|
||||
g_signal_new ("state-changed",
|
||||
G_OBJECT_CLASS_TYPE (object_class),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue