enum-types: Use @basename@ in header comment
@filename@ may contain arch-specific bits that introduce unnecessary multi-lib issues. https://gitlab.gnome.org/GNOME/mutter/merge_requests/617
This commit is contained in:
parent
d3e789e677
commit
8a06cfdd81
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ G_BEGIN_DECLS
|
|||
/*** END file-header ***/
|
||||
|
||||
/*** BEGIN file-production ***/
|
||||
/* enumerations from "@filename@" */
|
||||
/* enumerations from "@basename@" */
|
||||
/*** END file-production ***/
|
||||
|
||||
/*** BEGIN value-header ***/
|
||||
|
|
|
@ -9,7 +9,7 @@ G_BEGIN_DECLS
|
|||
/*** END file-header ***/
|
||||
|
||||
/*** BEGIN file-production ***/
|
||||
/* enumerations from "@filename@" */
|
||||
/* enumerations from "@basename@" */
|
||||
/*** END file-production ***/
|
||||
|
||||
/*** BEGIN file-tail ***/
|
||||
|
|
|
@ -10,7 +10,7 @@ G_BEGIN_DECLS
|
|||
/*** END file-header ***/
|
||||
|
||||
/*** BEGIN file-production ***/
|
||||
/* enumerations from "@filename@" */
|
||||
/* enumerations from "@basename@" */
|
||||
/*** END file-production ***/
|
||||
|
||||
/*** BEGIN file-tail ***/
|
||||
|
|
Loading…
Reference in a new issue