On Tue, 2006-07-25 at 11:22 +0300, [EMAIL PROTECTED] wrote:
> I am trying to use the EDS in my program.
> 
> ESourceList *slist;
> 
> if (! e_book_get_addressbooks (&slist, NULL) ) {
>   printf("Fail to get address book\n");
> }

I see you fixed the problem, but instead of iterating over the
addressbooks, just use e_book_new_system_addressbook().  There is only
one addressbook on the 770, and that function will return it (unless you
are creating other addressbooks, but I advise against that).

Ross 
-- 
Ross Burton                                 mail: [EMAIL PROTECTED]
                                          jabber: [EMAIL PROTECTED]
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to