summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-26 15:35:39 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:08 +0200
commitec888541591f7e2f5264e77493a49c3b287f5779 (patch)
tree1d0cd78bdd4e851448f0a6a2b8b4688300a06096 /telepathy-glib/codegen.am
parenteefb6136fbd3abf5c0aebb9d6ad43e6351074bd4 (diff)
downloadtelepathy-glib-ec888541591f7e2f5264e77493a49c3b287f5779.tar.gz
Generate TpTLSCertificate code to have that object as first argument
Diffstat (limited to 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index 6c889e75c..26caaef0b 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -297,7 +297,8 @@ _gen/tp-cli-%-body.h: _gen/tp-spec-%.xml \
subclass_assert=--subclass-assert=TP_IS_DEBUG_CLIENT; \
;; \
tls-cert) \
- echo "FIXME: use TpTLSCertificate here" ; \
+ subclass=--subclass=TpTLSCertificate; \
+ subclass_assert=--subclass-assert=TP_IS_TLS_CERTIFICATE; \
;; \
esac; \
$(PYTHON) $(tools_dir)/glib-client-gen.py \