Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Add callbacks to rawkit #99

Open
SamWhited opened this issue Aug 22, 2015 · 0 comments
Open

Add callbacks to rawkit #99

SamWhited opened this issue Aug 22, 2015 · 0 comments
Milestone

Comments

@SamWhited
Copy link
Member

libraw supports callbacks for various things, which can be Python functions. We should add support to rawkit directly.

rawkit could manage the memory and make sure that Python's GC doesn't get rid of the callback while C land still has a reference to it, and then decrement the refcounter when they are no longer useful.

@SamWhited SamWhited changed the title Add easy callbacks to RawKit Add callbacks to rawkit Aug 22, 2015
@SamWhited SamWhited added this to the v1.0.0 milestone Aug 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant