/usr/include/gnuradio/swig/constants.i is in gnuradio-dev 3.7.10.1-2+b3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /* -*- c++ -*- */
namespace gr {
%rename(prefix) prefix;
%rename(sysconfdir) sysconfdir;
%rename(prefsdir) prefsdir;
%rename(build_date) build_date;
%rename(version) version;
%rename(version_info) version_info;
const std::string prefix();
const std::string sysconfdir();
const std::string prefsdir();
const std::string build_date();
const std::string version();
const std::string major_version();
const std::string api_version();
const std::string minor_version();
}
|