* some mu_store_store => mu_store_store_msg and the consequences

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-03 23:03:22 +03:00
parent 82be4974b7
commit d291c5a9f5
5 changed files with 18 additions and 18 deletions

View File

@ -109,7 +109,7 @@ void mu_store_flush (MuStore *store);
*
* @return TRUE if it succeeded, FALSE otherwise
*/
gboolean mu_store_store (MuStore *store, MuMsg *msg, gboolean replace);
gboolean mu_store_store_msg (MuStore *store, MuMsg *msg, gboolean replace);
/**
@ -133,7 +133,7 @@ gboolean mu_store_store_path (MuStore *store, const char *path);
*
* @return TRUE if it succeeded, FALSE otherwise
*/
gboolean mu_store_remove (MuStore *store, const char* msgpath);
gboolean mu_store_remove_path (MuStore *store, const char* msgpath);
/**