* WIP: rudimentary implementation of the 'cfind' command, to find contacts
This commit is contained in:
@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user