]> git.street.me.uk Git - andy/viking.git/commit - src/acquire.h
Prepare for dynamic VikDataSourceInterface creation/deletion.
authorRob Norris <rw_norris@hotmail.com>
Sat, 2 Mar 2013 18:29:36 +0000 (18:29 +0000)
committerRob Norris <rw_norris@hotmail.com>
Thu, 2 May 2013 23:46:16 +0000 (00:46 +0100)
commit2801a19bd44aafdd6c00d822796ea75479bc6361
tree0f6113f418116b5545ece6e795d82cbf014d425b
parent307abf546334216acfd05268ac6e5cf3f95eb5ff
Prepare for dynamic VikDataSourceInterface creation/deletion.

Allow passing in of data into the acquire method.
Enable a function callback on completion of the acquire method,
 thus can free the allocated memory of the VikDataSourceInterface itself.
src/acquire.c
src/acquire.h
src/viktrwlayer.c
src/vikwindow.c