summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-15 13:00:00 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:09 +0200
commitc39eff9d8fdbb0de2235440d159d2d6923d0f674 (patch)
tree248f307592423147eb19aefddaec47327c6620e2 /telepathy-glib/tls-certificate.h
parent43978342cf1925fac3eca5cb2e4d235334228a76 (diff)
downloadtelepathy-glib-c39eff9d8fdbb0de2235440d159d2d6923d0f674.tar.gz
TpTLSCertificate: track the signalled rejection reason(s)
Diffstat (limited to 'telepathy-glib/tls-certificate.h')
-rw-r--r--telepathy-glib/tls-certificate.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/tls-certificate.h b/telepathy-glib/tls-certificate.h
index 300a9aea3..8b97e884a 100644
--- a/telepathy-glib/tls-certificate.h
+++ b/telepathy-glib/tls-certificate.h
@@ -76,6 +76,16 @@ TpTLSCertificate *tp_tls_certificate_new (TpProxy *conn_or_chan,
const gchar *object_path,
GError **error);
+const GError *tp_tls_certificate_get_rejection (TpTLSCertificate *self,
+ TpTLSCertificateRejectReason *reason,
+ const gchar **dbus_error,
+ const GHashTable **details);
+const GError *tp_tls_certificate_get_nth_rejection (TpTLSCertificate *self,
+ guint n,
+ TpTLSCertificateRejectReason *reason,
+ const gchar **dbus_error,
+ const GHashTable **details);
+
void tp_tls_certificate_accept_async (TpTLSCertificate *self,
GAsyncReadyCallback callback,
gpointer user_data);