X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-address-book.h;h=f0d569019e4ec145a5a61bb54cf907e22461b5ef;hp=7fd41cb54cce985e6f6e9666202a6bffb2143990;hb=115933dbb53fd67d529d4537bd9e3b85237d847c;hpb=b425d1a06addd5a5a3c83eb696bb45a82e4a439a diff --git a/src/modest-address-book.h b/src/modest-address-book.h index 7fd41cb..f0d5690 100644 --- a/src/modest-address-book.h +++ b/src/modest-address-book.h @@ -51,7 +51,8 @@ modest_address_book_init (void); * launches the UI for adding @address to the addressbook */ void -modest_address_book_add_address (const gchar *address); +modest_address_book_add_address (const gchar *address, + GtkWindow *parent); /** * modest_address_book_select_addresses: @@ -67,15 +68,17 @@ modest_address_book_select_addresses (ModestRecptEditor *editor, /** * modest_address_book_check_names: * @editor: a #ModestRecptEditor - * @update_addressbook: if TRUE, add valid addresses to the addressbook, recent list - * + * @address_list: if it is not NULL, this list is filled with the + * valid addresses ready to be added to the address book + * * Performs verification of addresses in a recipient editor. * * Returns: %TRUE if all recipients are valid or there are * no recipients, %FALSE otherwise. */ gboolean -modest_address_book_check_names (ModestRecptEditor *editor, gboolean update_addressbook); +modest_address_book_check_names (ModestRecptEditor *editor, + GSList **address_list); /** * modest_address_book_has_address: