[empathy/next: 78/79] MockTLSCertificate: use GDBus for TpSvcAuthenticationTLSCertificate
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/next: 78/79] MockTLSCertificate: use GDBus for TpSvcAuthenticationTLSCertificate
- Date: Thu, 3 Apr 2014 14:32:32 +0000 (UTC)
commit c9631171f8f4c38765dcbcdc552f08e0708976b8
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Thu Mar 27 16:49:34 2014 +0000
MockTLSCertificate: use GDBus for TpSvcAuthenticationTLSCertificate
tests/empathy-tls-test.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c
index 91b0576..df4f93a 100644
--- a/tests/empathy-tls-test.c
+++ b/tests/empathy-tls-test.c
@@ -162,7 +162,7 @@ mock_tls_certificate_class_init (MockTLSCertificateClass *klass)
static void
mock_tls_certificate_accept (TpSvcAuthenticationTLSCertificate *base,
- DBusGMethodInvocation *context)
+ GDBusMethodInvocation *context)
{
MockTLSCertificate *self = MOCK_TLS_CERTIFICATE (base);
self->state = TP_TLS_CERTIFICATE_STATE_ACCEPTED;
@@ -173,7 +173,7 @@ mock_tls_certificate_accept (TpSvcAuthenticationTLSCertificate *base,
static void
mock_tls_certificate_reject (TpSvcAuthenticationTLSCertificate *base,
const GPtrArray *in_Rejections,
- DBusGMethodInvocation *context)
+ GDBusMethodInvocation *context)
{
MockTLSCertificate *self = MOCK_TLS_CERTIFICATE (base);
self->state = TP_TLS_CERTIFICATE_STATE_REJECTED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]