about summary refs log tree commit diff stats
path: root/prof_autocomplete.h
Commit message (Collapse)AuthorAgeFilesLines
* Only update a contact if data changedJames Booth2012-05-241-1/+1
|
* Added equality function types to autocompleteJames Booth2012-05-231-0/+2
|
* Added result to add and remove from autocompleteJames Booth2012-05-231-2/+2
|
* Autcomplete defaults to string dataJames Booth2012-05-201-1/+2
| | | | | | 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
* Simplified autocomplete apiJames Booth2012-05-201-9/+7
| | | | | Now stores memory management functions, passed on p_autocomplete_new
* Changed contact list to use generic autocompleteJames Booth2012-05-131-4/+7
|
* Added generic prof_autocompleteJames Booth2012-05-131-0/+40