mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
add GString to Perl
This commit is contained in:
parent
1602b506a6
commit
425178e793
2 changed files with 38 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue