diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h index 5ffe5f0a..ba8467c0 100644 --- a/client/dbus-proxy.h +++ b/client/dbus-proxy.h @@ -34,6 +34,8 @@ struct proxy_interface_property { const char *name; const char *type; void (*set)(void *data, const void *value); + const void *(*get)(const void *data); + const bool is_read_write; }; struct proxy_interface_type_ops {