mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-21 11:50:45 +01:00
nm-client: expose the method nml_dbus_property_o_notify()
(cherry picked from commit b4e96ec067)
This commit is contained in:
parent
4f959945a3
commit
723b76c8b8
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