mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 13:40:39 +01:00
nm-client: expose the method nml_dbus_property_o_notify()
This commit is contained in:
parent
09e86a5e7c
commit
b4e96ec067
2 changed files with 8 additions and 1 deletions
|
|
@ -1789,7 +1789,7 @@ nml_dbus_property_o_notify_watch_cb(NMClient *self, gpointer obj_watcher)
|
|||
}
|
||||
}
|
||||
|
||||
static NMLDBusNotifyUpdatePropFlags
|
||||
NMLDBusNotifyUpdatePropFlags
|
||||
nml_dbus_property_o_notify(NMClient *self,
|
||||
NMLDBusPropertyO *pr_o,
|
||||
NMLDBusObject *dbobj,
|
||||
|
|
|
|||
|
|
@ -340,6 +340,13 @@ NMLDBusNotifyUpdatePropFlags nml_dbus_property_ao_notify(NMClient
|
|||
guint dbus_property_idx,
|
||||
GVariant *value);
|
||||
|
||||
NMLDBusNotifyUpdatePropFlags nml_dbus_property_o_notify(NMClient *self,
|
||||
NMLDBusPropertyO *pr_o,
|
||||
NMLDBusObject *dbobj,
|
||||
const NMLDBusMetaIface *meta_iface,
|
||||
guint dbus_property_idx,
|
||||
GVariant *value);
|
||||
|
||||
typedef struct {
|
||||
const char *dbus_property_name;
|
||||
const GVariantType *dbus_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue