mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 20:38:10 +02: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,
|
nml_dbus_property_o_notify(NMClient *self,
|
||||||
NMLDBusPropertyO *pr_o,
|
NMLDBusPropertyO *pr_o,
|
||||||
NMLDBusObject *dbobj,
|
NMLDBusObject *dbobj,
|
||||||
|
|
|
||||||
|
|
@ -340,6 +340,13 @@ NMLDBusNotifyUpdatePropFlags nml_dbus_property_ao_notify(NMClient
|
||||||
guint dbus_property_idx,
|
guint dbus_property_idx,
|
||||||
GVariant *value);
|
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 {
|
typedef struct {
|
||||||
const char *dbus_property_name;
|
const char *dbus_property_name;
|
||||||
const GVariantType *dbus_type;
|
const GVariantType *dbus_type;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue