mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 06:48:00 +02:00
libnm-utils: expose nml_dbus_property_ao_notify()
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
parent
9d2ed74e74
commit
d36d1f83c2
2 changed files with 8 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue