]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/ConfigKey_methods.hpp
bindings/cxx: include config.h as early as possible
[libsigrok.git] / bindings / cxx / ConfigKey_methods.hpp
index f759cc4e3d6be717279a5873cc0d85345452f34b..bbc7ce8132ef5967f576e1f1e4126f91fe5d9401 100644 (file)
@@ -7,4 +7,5 @@
     /** Get configuration key by string identifier. */
     static const ConfigKey *get_by_identifier(string identifier);
     /** Parse a string argument into the appropriate type for this key. */
+    static Glib::VariantBase parse_string(string value, enum sr_datatype dt);
     Glib::VariantBase parse_string(string value) const;