[ 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.
| self |
an CacheKeys |
| key |
the key |
| value |
the value |
| ref_count |
the reference count for the |
| user_data |
user data, as used in foreach_sync |
|
true to continue, false to stop walk through. |