mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 11:58:12 +02:00
Fix signal argument mismatch with marshaller
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3271 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
7bd325bc42
commit
274da6fd28
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ typedef struct
|
|||
void (* scanned_ap) (NMSupplicantInterface * iface,
|
||||
DBusMessage * message);
|
||||
|
||||
void (* scan_result) (NMSupplicantInterface * iface, guint32 result);
|
||||
void (* scan_result) (NMSupplicantInterface * iface, gboolean result);
|
||||
|
||||
void (* connection_state) (NMSupplicantInterface * iface,
|
||||
guint32 new_state,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue