]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/include/libsigrok/libsigrok.hpp
bindings: Change return type of config_list to Glib::VariantContainerBase.
[libsigrok.git] / bindings / cxx / include / libsigrok / libsigrok.hpp
index 960d0d69e97c5797775b4607cdb82712e1e0f9d3..041f84984cb4e1699321bf98a6b5453fb7eb2b75 100644 (file)
@@ -258,7 +258,7 @@ public:
        /** Set configuration for the given key to a specified value. */
        void config_set(const ConfigKey *key, Glib::VariantBase value);
        /** Enumerate available values for the given configuration key. */
-       Glib::VariantBase config_list(const ConfigKey *key);
+       Glib::VariantContainerBase config_list(const ConfigKey *key);
 protected:
        Configurable(
                struct sr_dev_driver *driver,