There is no cfulist_set_free_function
This commit is contained in:
parent
4d6a4c0a16
commit
9d8fbcf53d
@ -517,8 +517,7 @@ cfulist_map(). The return value is used to build a new list.
|
|||||||
@deftypefun {void} cfulist_delete_data_with_free_fn (cfulist_t * @var{list}, void * @var{data}, cfulist_free_fn_t @var{ff})
|
@deftypefun {void} cfulist_delete_data_with_free_fn (cfulist_t * @var{list}, void * @var{data}, cfulist_free_fn_t @var{ff})
|
||||||
|
|
||||||
Deletes the entry in the list associated with value. If ff is not NULL, it
|
Deletes the entry in the list associated with value. If ff is not NULL, it
|
||||||
is called for value of the entry passed as its only argument. If ff is not NULL,
|
is called for value of the entry passed as its only argument.
|
||||||
it overrides any function set previously with cfulist_set_free_function().
|
|
||||||
|
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user