Ejemplo n.º 1
0
/*
* Return link list of persons.
*/
GList *syldap_get_list_person( SyldapServer *ldapServer ) {
	g_return_val_if_fail( ldapServer != NULL, NULL );
	return addrcache_get_list_person( ldapServer->addressCache );
}
Ejemplo n.º 2
0
/*
* Return link list of persons.
*/
GList *jpilot_get_list_person( JPilotFile *pilotFile ) {
	g_return_val_if_fail( pilotFile != NULL, NULL );
	return addrcache_get_list_person( pilotFile->addressCache );
}
Ejemplo n.º 3
0
/*
* Return link list of persons.
*/
GList *vcard_get_list_person( VCardFile *cardFile ) {
	g_return_val_if_fail( cardFile != NULL, NULL );
	return addrcache_get_list_person( cardFile->addressCache );
}