~ubuntu-branches/ubuntu/trusty/gnome-contacts/trusty

« back to all changes in this revision

Viewing changes to src/contacts-esd-setup.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2013-09-19 18:23:06 UTC
  • mfrom: (1.3.10) (0.3.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20130919182306-rcatwotzg94pr884
Tags: 3.8.3-1
[ Jeremy Bicha ]
* debian/control.in:
  - Drop alternate build-depends on valac-0.18 since it's no longer
    in Debian

[ Michael Biebl ]
* New upstream release.
* Loosen Build-Depends on libgnome-desktop-3-dev, we do not strictly require
  version (>= 3.6.0) which is not yet available in unstable.
* Bump Standards-Version to 3.9.4. No further changes.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <libedataserver/e-source-list.h>
 
1
#include <libebook/libebook.h>
2
2
 
3
3
void contacts_ensure_eds_accounts (void);
4
 
extern char *contacts_eds_local_store;
5
4
const char *contacts_lookup_esource_name_by_uid (const char *uid);
6
5
const char *contacts_lookup_esource_name_by_uid_for_contact (const char *uid);
7
6
gboolean contacts_esource_uid_is_google (const char *uid);
8
 
char *eds_personal_google_group_name (void);
9
7
gboolean contacts_has_goa_account (void);
10
 
extern ESourceList *contacts_source_list;
 
8
extern ESourceRegistry *eds_source_registry;
11
9
extern gboolean contacts_avoid_goa_workaround;