app, libgimp*: glib-genmarshal warns about --header --body

Using --header --body is mentioned as being deprecated, the way to get the desired result said to be
--prototypes --body now.
This commit is contained in:
Michael Schumacher 2021-04-17 22:49:59 +02:00
parent 48ff5313c3
commit 530dc883ca
3 changed files with 3 additions and 3 deletions

View File

@ -539,7 +539,7 @@ gimpmarshal.h: $(srcdir)/gimpmarshal.list
&& rm -f xgen-gmh xgen-gmh~
gimpmarshal.c: gimpmarshal.h
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --header --body >> xgen-gmc \
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --prototypes --body >> xgen-gmc \
&& cp xgen-gmc $(@F) \
&& rm -f xgen-gmc xgen-gmc~

View File

@ -239,7 +239,7 @@ gimpuimarshal.h: $(srcdir)/gimpuimarshal.list
&& rm -f xgen-umh xgen-umh~
gimpuimarshal.c: gimpuimarshal.h
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --header --body >> xgen-umc \
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --prototypes --body >> xgen-umc \
&& cp xgen-umc $(@F) \
&& rm -f xgen-umc xgen-umc~

View File

@ -203,7 +203,7 @@ gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
&& rm -f xgen-wmh xgen-wmh~
gimpwidgetsmarshal.c: gimpwidgetsmarshal.h
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header --body >> xgen-wmc \
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --prototypes --body >> xgen-wmc \
&& cp xgen-wmc $(@F) \
&& rm -f xgen-wmc xgen-wmc~