diff options
Diffstat (limited to 'binding/bluetooth-map-api.h')
-rw-r--r-- | binding/bluetooth-map-api.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binding/bluetooth-map-api.h b/binding/bluetooth-map-api.h index d5b20a1..5e373ba 100644 --- a/binding/bluetooth-map-api.h +++ b/binding/bluetooth-map-api.h @@ -116,6 +116,14 @@ static inline gboolean transfer_property_dbus2json(json_object *jprop, jprop, key, var, is_config, error); } +static inline gboolean message_property_dbus2json(json_object *jprop, + const gchar *key, GVariant *var, gboolean *is_config, + GError **error) +{ + return bluez_property_dbus2json(BLUEZ_AT_MESSAGE, + jprop, key, var, is_config, error); +} + static inline json_object *object_properties(struct map_state *ns, GError **error) { |