mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Deprecate gslist_remove_string
It is not used anymore and it leaks memory.
This commit is contained in:
parent
474ee8ee70
commit
b0b40be82e
@ -21,7 +21,7 @@ GSList *gslist_find_string(GSList *list, const char *key);
|
||||
GSList *gslist_find_icase_string(GSList *list, const char *key);
|
||||
GList *glist_find_string(GList *list, const char *key);
|
||||
GList *glist_find_icase_string(GList *list, const char *key);
|
||||
GSList *gslist_remove_string (GSList *list, const char *str);
|
||||
GSList *gslist_remove_string (GSList *list, const char *str) G_GNUC_DEPRECATED;
|
||||
GSList *gslist_delete_string (GSList *list, const char *str, GDestroyNotify free_func);
|
||||
|
||||
void gslist_free_full (GSList *list, GDestroyNotify free_func);
|
||||
|
Loading…
Reference in New Issue
Block a user