1
Fork 0

cdbus-codegen: head the output with note about data being generated

This commit is contained in:
Nedko Arnaudov 2023-12-26 17:58:15 +02:00
parent 977dfc113e
commit c714ac1e0e
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ for name, iface in pairs(interfaces) do
end
end
print("/* This data is GENERATED from D-Bus interface description XML")
print(" * Edit by hand only if you know what you are doing */")
print()
namespace = tostring(arg[1]) .. "_cdbus_"
for name, iface in pairs(interfaces) do