libnm-utils: expose nml_dbus_property_ao_notify()

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2021-10-07 17:29:13 +02:00
parent 9d2ed74e74
commit d36d1f83c2
2 changed files with 8 additions and 1 deletions

View file

@ -2118,7 +2118,7 @@ nml_dbus_property_ao_notify_watch_cb(NMClient *self, gpointer obj_watcher)
_ASSERT_pr_ao(pr_ao);
}
static NMLDBusNotifyUpdatePropFlags
NMLDBusNotifyUpdatePropFlags
nml_dbus_property_ao_notify(NMClient * self,
NMLDBusPropertyAO * pr_ao,
NMLDBusObject * dbobj,

View file

@ -328,6 +328,13 @@ NMLDBusNotifyUpdatePropFlags _nml_dbus_notify_update_prop_o(NMClient *
guint dbus_property_idx,
GVariant *value);
NMLDBusNotifyUpdatePropFlags nml_dbus_property_ao_notify(NMClient * self,
NMLDBusPropertyAO * pr_ao,
NMLDBusObject * dbobj,
const NMLDBusMetaIface *meta_iface,
guint dbus_property_idx,
GVariant * value);
typedef struct {
const char * dbus_property_name;
const GVariantType *dbus_type;