mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-04 13:06:54 +02:00
gdbus-codegen: Use the right program name in introductory comment
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
9e9535b45c
commit
c76a1f9905
@ -51,7 +51,7 @@ class CodeGenerator:
|
|||||||
|
|
||||||
def generate_intro(self):
|
def generate_intro(self):
|
||||||
self.c.write('/*\n'
|
self.c.write('/*\n'
|
||||||
' * Generated by gdbus-codegen.py %s. DO NOT EDIT.\n'
|
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
||||||
' */\n'
|
' */\n'
|
||||||
'\n'
|
'\n'
|
||||||
%(config.VERSION))
|
%(config.VERSION))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user