mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
implement reference counted strings
- on glib >=2.58, use the implementation provided by glib - otherwise, a hash table will contain the strings
This commit is contained in:
parent
2f82d9cd33
commit
ad7ad063ca
6 changed files with 133 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ libcore_a = static_library('core',
|
|||
'queries.c',
|
||||
'rawlog.c',
|
||||
'recode.c',
|
||||
'refstrings.c',
|
||||
'servers-reconnect.c',
|
||||
'servers-setup.c',
|
||||
'servers.c',
|
||||
|
|
@ -114,6 +115,7 @@ install_headers(
|
|||
'queries.h',
|
||||
'rawlog.h',
|
||||
'recode.h',
|
||||
'refstrings.h',
|
||||
'servers-reconnect.h',
|
||||
'servers-setup.h',
|
||||
'servers.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue