]> git.0d.be Git - empathy.git/blobdiff - ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
webcredentials-monitor: track failures
[empathy.git] / ubuntu-online-accounts / mc-plugin / empathy-webcredentials-monitor.h
index 540a2bea7ba707f5097babd8ce05bb0bc1480a51..cf373a2d4ab1632f1e9b8a3c44ac4c2812bbd245 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <glib-object.h>
 
+#include <libaccounts-glib/ag-manager.h>
+
 G_BEGIN_DECLS
 
 typedef struct _EmpathyWebcredentialsMonitor EmpathyWebcredentialsMonitor;
@@ -46,7 +48,11 @@ GType empathy_webcredentials_monitor_get_type (void);
     EMPATHY_TYPE_WEBCREDENTIALS_MONITOR, \
     EmpathyWebcredentialsMonitorClass))
 
-EmpathyWebcredentialsMonitor * empathy_webcredentials_monitor_new (void);
+EmpathyWebcredentialsMonitor * empathy_webcredentials_monitor_new (
+    AgManager *manager);
+
+GPtrArray * empathy_webcredentials_get_failures (
+    EmpathyWebcredentialsMonitor *self);
 
 G_END_DECLS