Merged fixes for bugs 86719 and 86828 from trunk
[modest] / src / modest-utils.h
index 8fcc87d..7594cd6 100644 (file)
@@ -136,7 +136,7 @@ void modest_utils_toggle_action_set_active_block_notify (GtkToggleAction *action
 gint modest_list_index (TnyList *list, GObject *object);
 
 /**
- * modest_folder_available_space:
+ * modest_utils_get_available_space:
  * @maildir_path: the path of the maildir folder, or %NULL to
  * get the space available in local folders
  *
@@ -144,7 +144,7 @@ gint modest_list_index (TnyList *list, GObject *object);
  *
  * Returns: a #guint64
  */
-guint64 modest_folder_available_space (const gchar *maildir_path);
+guint64 modest_utils_get_available_space (const gchar *maildir_path);
 
 
 /**