mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 23:20:22 +01:00
trivial: use define for supplicant interface state signal
Helps when you need to grep the code to change a signal's signature. Otherwise you're stuck grepping for "state" which a lot of objects have as a signal name.
This commit is contained in:
parent
84a2910f47
commit
5ff70384e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1029,7 +1029,7 @@ supplicant_interface_init (NMDeviceEthernet *self)
|
|||
|
||||
/* Listen for it's state signals */
|
||||
priv->supplicant.iface_state_id = g_signal_connect (priv->supplicant.iface,
|
||||
"state",
|
||||
NM_SUPPLICANT_INTERFACE_STATE,
|
||||
G_CALLBACK (supplicant_iface_state_cb),
|
||||
self);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue