Gimp/app/text
Jehan 70a9576f27 app, devel-docs, libgimpbase: s/gimp_parasite_name/gimp_parasite_get_name/…
… and s/gimp_parasite_flags/gimp_parasite_get_flags/

It is better to have a consistent API and the fact is that most
getter/setter functions use the _get|set_ naming, but these didn't.

I wondered if this was such a great idea to rename these anyway because
even though we are breaking API in GIMP 3, is it the best idea to rename
when no functional change happened? After discussing with Wormnest, we
still agreed it was still better to go for consistency rather than
regret later (and be stuck with these names for many more years).

Also this fixes these warnings:

> [649/1205] Generating gimp-3.0.vapi with a custom command
> Gimp-3.0.gir:24162.7-24162.56: warning: Field `Gimp.Parasite.flags' conflicts with method of the same name
> Gimp-3.0.gir:24318.7-24318.52: warning: Field `Gimp.Parasite.name' conflicts with method of the same name
2021-04-05 18:36:44 +02:00
..
.gitignore
gimpfont.c Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
gimpfont.h
gimpfontfactory.c Issue #5530: do not fail font loading on broken user/GIMP fonts.conf. 2020-08-16 18:06:09 +02:00
gimpfontfactory.h
gimptext-compat.c
gimptext-compat.h
gimptext-parasite.c app, devel-docs, libgimpbase: s/gimp_parasite_name/gimp_parasite_get_name/… 2021-04-05 18:36:44 +02:00
gimptext-parasite.h app/text: Fix const warning 2020-05-15 00:26:30 +02:00
gimptext-vectors.c
gimptext-vectors.h
gimptext-xlfd.c Use g_strlcpy() instead of strncpy() everywhere 2019-08-14 23:52:38 +02:00
gimptext-xlfd.h
gimptext.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimptext.h
gimptextlayer-transform.c
gimptextlayer-transform.h
gimptextlayer-xcf.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimptextlayer-xcf.h
gimptextlayer.c Add (nullable) if applicable 2019-08-03 07:53:47 +00:00
gimptextlayer.h
gimptextlayout-render.c
gimptextlayout-render.h
gimptextlayout.c Issue #6210: Subpixel font rendering system settings should only… 2021-01-19 13:47:27 +01:00
gimptextlayout.h
gimptextundo.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimptextundo.h
Makefile.am
meson.build app, libgimp*: (meson) fix all the generated *-enums.c. 2019-10-19 22:32:29 +02:00
text-enums.c
text-enums.h
text-types.h