summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-15 11:44:54 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:09 +0200
commitf2539f9ded31fe99b384971d1e3c3d86ac95d0e8 (patch)
treea152dddd6959c89edf70466c410a8a5596d51f74 /telepathy-glib/tls-certificate.h
parenta47bc47e2e04962ef07f59735c5f9b392b04a7ae (diff)
downloadtelepathy-glib-f2539f9ded31fe99b384971d1e3c3d86ac95d0e8.tar.gz
TpTLSCertificate: be subordinate to a channel or connection
Diffstat (limited to 'telepathy-glib/tls-certificate.h')
-rw-r--r--telepathy-glib/tls-certificate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/tls-certificate.h b/telepathy-glib/tls-certificate.h
index 73a09ec8d..0a28874e7 100644
--- a/telepathy-glib/tls-certificate.h
+++ b/telepathy-glib/tls-certificate.h
@@ -72,8 +72,7 @@ GQuark tp_tls_certificate_get_feature_quark_core (void);
#define TP_TLS_CERTIFICATE_FEATURE_CORE \
(tp_tls_certificate_get_feature_quark_core ())
-TpTLSCertificate *tp_tls_certificate_new (TpDBusDaemon *dbus_daemon,
- const gchar *bus_name,
+TpTLSCertificate *tp_tls_certificate_new (TpProxy *conn_or_chan,
const gchar *object_path,
GError **error);