nm-client: expose the method nml_dbus_property_o_notify()
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user