]> git.0d.be Git - empathy.git/blobdiff - src/empathy-sanity-cleaning.h
remove released flag
[empathy.git] / src / empathy-sanity-cleaning.h
index 593f9adce30d2ceb5e940a4b32e5edb10cac7303..f7299325740e3f11d31ef671ad23fbc4b642bc6a 100644 (file)
 #ifndef __EMPATHY_SANITY_CLEANING_H__
 #define __EMPATHY_SANITY_CLEANING_H__
 
-void empathy_sanity_checking_run_if_needed (void);
+#include <gio/gio.h>
+
+G_BEGIN_DECLS
+
+void empathy_sanity_checking_run_async (GAsyncReadyCallback callback,
+    gpointer user_data);
+
+gboolean empathy_sanity_checking_run_finish (GAsyncResult *result,
+    GError **error);
+
+G_END_DECLS
 
 #endif