X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=d51dea41097db51fb5fc11059d3212ef1cead260;hp=2511e9d4afad06579a7fe13df0baefb14c73e550;hb=480298cb7c35991ef6cd6c0ec4edae81568a7061;hpb=9d8de13bc46137931a2790969dcb1fb932c7bcc6 diff --git a/src/modest-platform.h b/src/modest-platform.h index 2511e9d..d51dea4 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -233,6 +233,14 @@ void modest_platform_show_help (GtkWindow *parent_window, **/ void modest_platform_show_search_messages (GtkWindow *parent_window); +/** + * modest_platform_show_addressbook: + * @parent_window: window the dialog will be child of + * + * shows the addressbook + **/ +void modest_platform_show_addressbook (GtkWindow *parent_window); + G_END_DECLS #endif /* __MODEST_PLATFORM_UTILS_H__ */