~ubuntu-branches/ubuntu/precise/contact-lookup-applet/precise

« back to all changes in this revision

Viewing changes to src/contact-fields.h

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton, Ross Burton, Loic Minier
  • Date: 2007-05-24 14:55:20 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070524145520-mbzbi7ikhe3ep1ya
Tags: 0.16-1
[ Ross Burton ]
* New upstream release.

[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <libebook/e-contact.h>
24
24
 
 
25
#define LEN_CONTACTINFO_ADDRESS_NAMES 3
 
26
 
25
27
typedef struct _EContactInfo {
26
28
  EContactField field;
27
29
  const char *image;
28
30
} EContactInfo;
29
31
 
 
32
EContactInfo contactinfo_address[LEN_CONTACTINFO_ADDRESS_NAMES+1];
 
33
const char *contactinfo_address_names[LEN_CONTACTINFO_ADDRESS_NAMES];
 
34
 
30
35
EContactInfo contactinfo_im[37];
31
36
 
32
37
EContactInfo contactinfo_email[5];