Added quote param to autocomplete_complete
This commit is contained in:
@@ -41,7 +41,7 @@ void autocomplete_add(Autocomplete ac, const char *item);
|
||||
void autocomplete_remove(Autocomplete ac, const char * const item);
|
||||
|
||||
// find the next item prefixed with search string
|
||||
gchar * autocomplete_complete(Autocomplete ac, gchar *search_str);
|
||||
gchar * autocomplete_complete(Autocomplete ac, gchar *search_str, gboolean quote);
|
||||
|
||||
GSList * autocomplete_get_list(Autocomplete ac);
|
||||
gint autocomplete_length(Autocomplete ac);
|
||||
|
||||
Reference in New Issue
Block a user