libnm-core: add backend for GVariant de/serialization of link_watchers.

This commit is contained in:
Francesco Giudici
2017-11-07 14:38:45 +01:00
parent 72f6d08714
commit ba4ce843fa
4 changed files with 233 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ dbus_type_name_map = {
'ay': 'byte array',
'a{ss}': 'dict of string to string',
'a{sv}': 'vardict',
'aa{sv}': 'array of vardict',
'aau': 'array of array of uint32',
'aay': 'array of byte array',
'a(ayuay)': 'array of legacy IPv6 address struct',