Home
last modified time | relevance | path

Searched refs:get_rcset (Results 1 – 2 of 2) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dgx_main.cpp651 if (!options.get_rcset().empty()) {
652 std::string rcfile = options.get_style_filepath("gx_head_"+options.get_rcset()+".rc");
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_system.h502 const Glib::ustring& get_rcset() const { return rcset; } in get_rcset() function