mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 17:40:27 +01:00
device: cast enum types for variadic g_signal_emit() function
This commit is contained in:
parent
6da6318e88
commit
2e5ff63e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -12192,7 +12192,7 @@ _set_state_full (NMDevice *self,
|
|||
|
||||
_notify (self, PROP_STATE);
|
||||
_notify (self, PROP_STATE_REASON);
|
||||
g_signal_emit (self, signals[STATE_CHANGED], 0, state, old_state, reason);
|
||||
g_signal_emit (self, signals[STATE_CHANGED], 0, (guint) state, (guint) old_state, (guint) reason);
|
||||
|
||||
/* Post-process the event after internal notification */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue