ebook: make EContactGeo usable in Vala
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 14 Feb 2013 16:33:56 +0000 (17:33 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 15 Feb 2013 10:32:40 +0000 (11:32 +0100)
commitec5e354e97f41aae496d91e11cf5fbefb3472bba
tree3a02147705819aa206e9a33e57e0b0c0eff7f9c2
parentb3332015a95cbf2e2b8ff32468d053667f4420ca
ebook: make EContactGeo usable in Vala

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

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