X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-address-book.h;h=8fea6fa1d35c7914d6b53633f54d3ee69b523657;hp=f0d569019e4ec145a5a61bb54cf907e22461b5ef;hb=12a672c559d983c4e49a7e4054ee14c0177ecb1c;hpb=4927cb896fac6ab7438c56336313561800ff4308 diff --git a/src/modest-address-book.h b/src/modest-address-book.h index f0d5690..8fea6fa 100644 --- a/src/modest-address-book.h +++ b/src/modest-address-book.h @@ -111,4 +111,17 @@ modest_address_book_get_my_name (); void modest_address_book_add_address_list (GSList *address_list); +/** + * modest_address_book_add_address_list_with_selector: + * @address_list: a list of email addresses to add to the addressbook + * @parent: the parent window. The UI elements shown to the user + * (tipically a dialog) will have that window as parent + * + * Presents some UI to the users to allow them to select and then + * insert a list of selected addresses in the addressbook. + **/ +void +modest_address_book_add_address_list_with_selector (GSList *address_list, + GtkWindow *parent); + #endif /* __MODEST_ADDRESS_BOOK_H__ */