mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-25 01:20:36 +01:00
libnm: fix type for "notify_id" source id in "nm-object.c"
This commit is contained in:
parent
d6c1e565ff
commit
e6744bcb65
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ typedef struct {
|
|||
* to defer their notifications by adding themselves here. */
|
||||
|
||||
CList notify_items;
|
||||
guint32 notify_id;
|
||||
guint notify_id;
|
||||
|
||||
guint reload_remaining;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue