[next] telepathy-glib: Do minimal code-generation for TpTLSCertificate

Xavier Claessens xclaesse at kemper.freedesktop.org
Wed May 9 13:10:46 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 14b822a2e3ad3a66d3f0025013f134e513fc2cc2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=14b822a2e3ad3a66d3f0025013f134e513fc2cc2

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Nov 26 14:25:20 2010 +0000

Do minimal code-generation for TpTLSCertificate

---

 telepathy-glib/codegen.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index cd9a2ae..6c889e7 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -61,6 +61,7 @@ nodist_geninclude_HEADERS = \
     _gen/tp-cli-media-session-handler.h \
     _gen/tp-cli-media-stream-handler.h \
     _gen/tp-cli-protocol.h \
+    _gen/tp-cli-tls-cert.h \
     _gen/tp-svc-account.h \
     _gen/tp-svc-account-manager.h \
     _gen/tp-svc-call-content.h \
@@ -106,6 +107,7 @@ nodist_libtelepathy_glib_internal_la_SOURCES = \
     _gen/tp-cli-media-session-handler-body.h \
     _gen/tp-cli-media-stream-handler-body.h \
     _gen/tp-cli-protocol-body.h \
+    _gen/tp-cli-tls-cert-body.h \
     _gen/tp-svc-account.c \
     _gen/tp-svc-account-manager.c \
     _gen/tp-svc-call-content.c \
@@ -294,6 +296,9 @@ _gen/tp-cli-%-body.h: _gen/tp-spec-%.xml \
 			subclass=--subclass=TpDebugClient; \
 			subclass_assert=--subclass-assert=TP_IS_DEBUG_CLIENT; \
 			;; \
+		tls-cert) \
+			echo "FIXME: use TpTLSCertificate here" ; \
+			;; \
 	esac; \
 	$(PYTHON) $(tools_dir)/glib-client-gen.py \
 		$$subclass $$subclass_assert \



More information about the telepathy-commits mailing list