1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
Commit Graph

5 Commits

Author SHA1 Message Date
James Booth
2080a61663 Autcomplete defaults to string data
p_obj_autocomplete_new() can be used to create an autocompleter
that stores arbitrary data structures passing memory management
functions to get a string, copy and free
2012-05-20 00:54:17 +01:00
James Booth
b02b52d86a Simplified autocomplete api
Now stores memory management functions, passed
on p_autocomplete_new
2012-05-20 00:38:16 +01:00
James Booth
4be250ae12 Handling of NULL free_func in prof_autocompelte 2012-05-20 00:09:33 +01:00
James Booth
f533815832 Autocomplete tests use heap instead of literals 2012-05-18 01:53:17 +01:00
James Booth
eb5b04df46 Autocomplte uses default functions 2012-05-18 01:33:40 +01:00