add GString to Perl

This commit is contained in:
Ailin Nemui 2021-08-13 17:31:49 +02:00
commit 425178e793
2 changed files with 38 additions and 3 deletions

View file

@ -19,6 +19,8 @@ while (<>) {
s/GList \* of ([^,]*)s/glistptr_\1/g;
s/GSList of ([^,]*)s/gslist_\1/g;
s/GString \*[^,]*/gstring/g;
s/char \*[^,]*/string/g;
s/ulong \*[^,]*/ulongptr/g;
s/int \*[^,]*/intptr/g;