summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-15 12:13:54 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:09 +0200
commit43978342cf1925fac3eca5cb2e4d235334228a76 (patch)
tree8f5a6c41b7e294df87058eeb5953b3f8ba7b893c /telepathy-glib/tls-certificate.h
parentd38cc3ca2eeaa18d77bfa9551fd594e858922a81 (diff)
downloadtelepathy-glib-43978342cf1925fac3eca5cb2e4d235334228a76.tar.gz
tp_tls_certificate_reject_async: allow a D-Bus error name to be specified
Diffstat (limited to 'telepathy-glib/tls-certificate.h')
-rw-r--r--telepathy-glib/tls-certificate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/tls-certificate.h b/telepathy-glib/tls-certificate.h
index 0a28874e7..300a9aea3 100644
--- a/telepathy-glib/tls-certificate.h
+++ b/telepathy-glib/tls-certificate.h
@@ -85,6 +85,7 @@ gboolean tp_tls_certificate_accept_finish (TpTLSCertificate *self,
void tp_tls_certificate_reject_async (TpTLSCertificate *self,
TpTLSCertificateRejectReason reason,
+ const gchar *dbus_error,
GHashTable *details,
GAsyncReadyCallback callback,
gpointer user_data);