aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-05 17:33:21 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-07 15:14:13 +0800
commit2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de (patch)
treec2814306b98cdff4e984ec613781d1324b8db2d8 /ubuntu-online-accounts/mc-plugin/empathy-webcredentials-monitor.h
parent15813f2b1708d9ec01e593a2f19ca4e5592e8052 (diff)
downloadgsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar.gz
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar.bz2
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar.lz
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar.xz
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.tar.zst
gsoc2013-empathy-2aca51f0e02313124ac3ddfe7c7ab3bb0060c3de.zip
webcredentials-monitor: track failures
https://bugzilla.gnome.org/show_bug.cgi?id=683409
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