nm-client: expose the method nml_dbus_property_o_notify()

(cherry picked from commit b4e96ec067)
This commit is contained in:
Wen Liang 2023-02-01 10:13:14 -05:00
parent 4f959945a3
commit 723b76c8b8
2 changed files with 8 additions and 1 deletions

View file

@ -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,

View file

@ -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;