aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h')
-rw-r--r--ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h b/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
index 540a2bea7..cf373a2d4 100644
--- a/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
+++ b/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
@@ -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