mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Implement loading of frame animation data
This commit is contained in:
@@ -630,6 +630,9 @@ disk_cache_wait_for_write(PyObject *self_, monotonic_t timeout) {
|
||||
return false;
|
||||
}
|
||||
|
||||
size_t
|
||||
disk_cache_total_size(PyObject *self) { return ((DiskCache*)self)->total_size; }
|
||||
|
||||
#define PYWRAP(name) static PyObject* py##name(DiskCache *self, PyObject *args)
|
||||
#define PA(fmt, ...) if (!PyArg_ParseTuple(args, fmt, __VA_ARGS__)) return NULL;
|
||||
PYWRAP(ensure_state) {
|
||||
|
||||
Reference in New Issue
Block a user