mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-30 09:50:42 +02:00
libnm-glib: add signal prototype to class definition
This commit is contained in:
parent
136139f699
commit
77f3d6c81c
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ typedef struct {
|
|||
/* Signals */
|
||||
void (*device_added) (NMClient *client, NMDevice *device);
|
||||
void (*device_removed) (NMClient *client, NMDevice *device);
|
||||
void (*permission_changed) (NMClient *client,
|
||||
NMClientPermission permission,
|
||||
NMClientPermissionResult result);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_reserved1) (void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue