X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fcxx%2FConfigKey_methods.hpp;h=353153183b66c23eecc01d34bb2f1997da120df0;hb=3b161085731fc6e86f7decedee34f55096282581;hp=00a508d6536b27588650453044b50581dc235c55;hpb=edbd09250b185950646ee5928b2e7112161168cc;p=libsigrok.git diff --git a/bindings/cxx/ConfigKey_methods.hpp b/bindings/cxx/ConfigKey_methods.hpp index 00a508d6..35315318 100644 --- a/bindings/cxx/ConfigKey_methods.hpp +++ b/bindings/cxx/ConfigKey_methods.hpp @@ -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. */