telepathy-glib: Document TpTLSCertificate:state

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed May 9 03:15:56 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 5f104c4117b8e3216c6bcba14a9ed2af4ae23589
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=5f104c4117b8e3216c6bcba14a9ed2af4ae23589

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Dec 15 11:51:15 2010 +0000

Document TpTLSCertificate:state

---

 telepathy-glib/tls-certificate.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/tls-certificate.c b/telepathy-glib/tls-certificate.c
index 2cae5e7..ed27242 100644
--- a/telepathy-glib/tls-certificate.c
+++ b/telepathy-glib/tls-certificate.c
@@ -337,6 +337,11 @@ tp_tls_certificate_class_init (TpTLSCertificateClass *klass)
       G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (oclass, PROP_CERT_DATA, pspec);
 
+  /**
+   * TpTLSCertificate:state:
+   *
+   * The state of this TLS certificate as a #TpTLSCertificateState.
+   */
   pspec = g_param_spec_uint ("state", "State",
       "The state of this certificate.",
       TP_TLS_CERTIFICATE_STATE_PENDING, NUM_TP_TLS_CERTIFICATE_STATES -1,



More information about the telepathy-commits mailing list