* WIP: rudimentary implementation of the 'cfind' command, to find contacts

This commit is contained in:
Dirk-Jan C. Binnema
2011-03-02 23:26:54 +02:00
parent 17eb035bd2
commit b9be7f210c
5 changed files with 52 additions and 3 deletions

View File

@ -63,7 +63,7 @@ gboolean mu_contacts_add (MuContacts *contacts, const char* name, const char *em
void mu_contacts_destroy (MuContacts *contacts);
typedef void (*MuContactsForeachFunc) (const char *email, const char *mail,
typedef void (*MuContactsForeachFunc) (const char *email, const char *name,
gpointer user_data);
/**