* check for a valid foldername
[modest] / src / modest-widget-memory-priv.h
index 177f24f..6a5a284 100644 (file)
@@ -39,12 +39,16 @@ G_BEGIN_DECLS
 #define MODEST_WIDGET_MEMORY_PARAM_WIDTH         "width"
 #define MODEST_WIDGET_MEMORY_PARAM_POS           "pos"
 #define MODEST_WIDGET_MEMORY_PARAM_COLUMN_WIDTH  "column-width"
+#define MODEST_WIDGET_MEMORY_PARAM_WINDOW_STYLE  "window-style"
+#define MODEST_WIDGET_MEMORY_PARAM_COLUMN_SORT   "column-sort"
 
 /* private functions, only for use in modest-widget-memory and modest-init */
 gchar* _modest_widget_memory_get_keyname           (const gchar *name, const gchar *param);
 gchar* _modest_widget_memory_get_keyname_with_type (const gchar *name, guint type,
                                                    const gchar *param);
-
+gchar* _modest_widget_memory_get_keyname_with_double_type (const gchar *name,
+                                                          guint type1, guint type2,
+                                                          const gchar *param);
 G_END_DECLS
 
 #endif /*__MODEST_WIDGET_MEMORY_PRIV_H__*/