2007-06-10 Johannes Schmid <johannes.schmid@openismus.com>
[modest] / src / modest-platform.h
index 2511e9d..0bb7952 100644 (file)
@@ -123,7 +123,7 @@ GdkPixbuf* modest_platform_get_icon (const gchar *name);
 
 
 /**
- * modest_platform_get_application_name:
+ * modest_platform_get_app_name:
  *
  * this function returns the name of the application. Do not modify.
  */
@@ -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__ */