glib/gio/gdbus-2.0/codegen
Simon McVittie fc7942f46b gdbus-codegen: If writing body to stdout, don't try to include header
If we're writing the body to standard output, we cannot know what the
filename of the corresponding header is going to be, but it seems
vanishingly unlikely that it will be either `stdout.h` (which we would
traditionally have generated) or `-.h` (which we would have generated
since !3886).

This makes some of the output snippets sufficiently short that black(1)
requires that they are folded into a single line.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2024-02-06 14:06:45 +00:00
..
__init__.py py: Reformat all Python files consistently 2020-11-17 15:50:07 +00:00
.flake8 Add .flake8 file 2022-02-15 11:47:30 +00:00
.gitignore Git should ignore generated config.py file 2017-11-20 10:17:01 +00:00
codegen_docbook.py gdbus-codegen: preserve relative indentation in doc comments 2023-08-14 23:46:09 -03:00
codegen_main.py gdbus-codegen: If writing body to stdout, don't try to include header 2024-02-06 14:06:45 +00:00
codegen_md.py Shorten the title for D-Bus interface docs 2023-12-29 01:02:00 +00:00
codegen_rst.py Shorten the title for D-Bus interface docs 2023-12-29 01:02:00 +00:00
codegen.py gdbus-codegen: If writing body to stdout, don't try to include header 2024-02-06 14:06:45 +00:00
config.py.in gdbus-codegen: Add --glib-max-allowed argument 2020-01-27 10:42:26 +00:00
dbustypes.py gdbus-codegen: Error on invalid dbus types 2023-07-12 15:33:22 -07:00
gdbus-codegen.in gdbus-codegen: Call abspath() earlier 2017-11-06 11:57:52 +00:00
meson.build codegen: install codegen, not just the wrapper 2023-10-27 04:21:58 +01:00
parser.py gdbus-codegen: preserve relative indentation in doc comments 2023-08-14 23:46:09 -03:00
utils.py Switch from the deprecated distutils module to the packaging module 2023-12-05 14:18:10 +00:00