ebook: make EContactCert usable in Vala
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 14 Feb 2013 17:01:19 +0000 (18:01 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 15 Feb 2013 10:29:16 +0000 (11:29 +0100)
commitb3332015a95cbf2e2b8ff32468d053667f4420ca
tree69269d018d665bf5bb3e150b78b29f1ae8e1f5ed
parente93c32af909da3794b176caca3c823d162ba7ea0
ebook: make EContactCert usable in Vala

"new E.ContactCert()" in Vala fails because the struct has no
constructor. Introducing e_contact_cert_new() fixes that problem.

This extends the API instead of changing it. It is still valid
to allocated EContactCert instances via some other means.
addressbook/libebook-contacts/e-contact.c
addressbook/libebook-contacts/e-contact.h