]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/ConfigKey_methods.hpp
bindings: Remove 'get_' prefix from all accessors.
[libsigrok.git] / bindings / cxx / ConfigKey_methods.hpp
index 00a508d6536b27588650453044b50581dc235c55..353153183b66c23eecc01d34bb2f1997da120df0 100644 (file)
@@ -1,9 +1,9 @@
     /** Data type used for this configuration key. */
-    const DataType *get_data_type() const;
+    const DataType *data_type() const;
     /** String identifier for this configuration key, suitable for CLI use. */
-    string get_identifier() const;
+    string identifier() const;
     /** Description of this configuration key. */
-    string get_description() const;
+    string description() const;
     /** Get configuration key by string identifier. */
     static const ConfigKey *get(string identifier);
     /** Parse a string argument into the appropriate type for this key. */