CacheKeysForeachFunc


Description:

[ CCode ( instance_pos = 4.9 ) ]
[ Version ( since = "3.48" ) ]
public delegate bool CacheKeysForeachFunc (CacheKeys self, string key, string value, uint ref_count)

A callback called for each row of the self table when using foreach_sync function.

Parameters:

self

an CacheKeys

key

the key

value

the value

ref_count

the reference count for the key

user_data

user data, as used in foreach_sync

Returns:

true to continue, false to stop walk through.


Namespace: E
Package: libebackend-1.2