vala: Add custom overrides for e_contact_[get|get_const|set]()
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 25 Jun 2012 20:43:35 +0000 (21:43 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 25 Jun 2012 20:43:35 +0000 (21:43 +0100)
commit3b4d6180fba2190541053d047ceeaecbae702e26
tree9f6f42e2ca933d8a0b5198e68d7f38681baf3415
parent15d6986e609847b75fbaf196cad86626fca6b8c1
vala: Add custom overrides for e_contact_[get|get_const|set]()

They were using void* in Vala, which is generally a bad idea. In this case,
it was resulting in unavoidable memory leaks in libfolks (bug #678781).

This changes the functions to be simple generics instead.
vala/EBook-1.2.metadata
vala/Makefile.am
vala/libebook-1.2-custom.vala [new file with mode: 0644]