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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user