* src/maemo/modest-maemo-global-settings-dialog.c:
[modest] / src / widgets / modest-window.h
index b44e518..b351ff5 100644 (file)
@@ -137,7 +137,8 @@ const gchar* modest_window_get_active_account (ModestWindow *self);
  * @self: a modest window instance
  * @active_account: a new active account name for this window
  * 
- * set the active account for this window
+ * set the active account for this window.
+ * NOTE: this must be a valid, non-pseudo account.
  * 
  */    
 void modest_window_set_active_account (ModestWindow *self, const gchar *active_account);
@@ -274,6 +275,26 @@ void modest_window_check_dimming_rules_group (ModestWindow *self,
                                              const gchar *group_name);
 
 
+/**
+ * modest_window_enable_dimming:
+ * @self: a #ModestWindow instance object
+ * 
+ * Enables UI dimming rules checking.
+ *
+ **/
+void modest_window_enable_dimming (ModestWindow *self);
+
+
+/**
+ * modest_window_disable_dimming:
+ * @self: a #ModestWindow instance object
+ * 
+ * Disables UI dimming rules checking.
+ *
+ **/
+void modest_window_disable_dimming (ModestWindow *self);
+
+
 void modest_window_disconnect_signals (ModestWindow *self);