diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/prefs_pydoc_template.h')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/prefs_pydoc_template.h | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/prefs_pydoc_template.h b/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/prefs_pydoc_template.h new file mode 100644 index 0000000000..61b0e0f8fb --- /dev/null +++ b/gnuradio-runtime/python/gnuradio/gr/bindings/docstrings/prefs_pydoc_template.h @@ -0,0 +1,63 @@ +/* + * Copyright 2020 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + */ +#include "pydoc_macros.h" +#define D(...) DOC(gr, __VA_ARGS__) +/* + This file contains placeholders for docstrings for the Python bindings. + Do not edit! These were automatically extracted during the binding process + and will be overwritten during the build process + */ + + +static const char* __doc_gr_prefs = R"doc()doc"; + + +static const char* __doc_gr_prefs_prefs = R"doc()doc"; + + +static const char* __doc_gr_prefs_singleton = R"doc()doc"; + + +static const char* __doc_gr_prefs_add_config_file = R"doc()doc"; + + +static const char* __doc_gr_prefs_to_string = R"doc()doc"; + + +static const char* __doc_gr_prefs_save = R"doc()doc"; + + +static const char* __doc_gr_prefs_has_section = R"doc()doc"; + + +static const char* __doc_gr_prefs_has_option = R"doc()doc"; + + +static const char* __doc_gr_prefs_get_string = R"doc()doc"; + + +static const char* __doc_gr_prefs_set_string = R"doc()doc"; + + +static const char* __doc_gr_prefs_get_bool = R"doc()doc"; + + +static const char* __doc_gr_prefs_set_bool = R"doc()doc"; + + +static const char* __doc_gr_prefs_get_long = R"doc()doc"; + + +static const char* __doc_gr_prefs_set_long = R"doc()doc"; + + +static const char* __doc_gr_prefs_get_double = R"doc()doc"; + + +static const char* __doc_gr_prefs_set_double = R"doc()doc"; |