Make AtspiEventListenerCb not call for a const datum
authorMike Gorse <mgorse@suse.com>
Thu, 10 Oct 2013 18:31:31 +0000 (13:31 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 10 Oct 2013 18:31:31 +0000 (13:31 -0500)
commit7655e875bade67f5cf3e8ab2e9776e66d9517658
tree721c2dd7476d4a39876b5615ea12ab2f976a9f57
parentade0f3e500f3ba3300c8a9db26bdd6b5da8abe51
Make AtspiEventListenerCb not call for a const datum

AtspiEventListenerCb is currently defined as (transfer
full), so the caller owns the struct and needs to free it, so it should not be const.
atspi/atspi-event-listener.c
atspi/atspi-event-listener.h
test/memory.c