summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate-rejection.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-03 14:27:50 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:11 +0200
commitf4820fdb1715dbef62a839b63c9cd49ec3a285e1 (patch)
tree2693398241f3081247a00f5c7d746b915b1f5745 /telepathy-glib/tls-certificate-rejection.h
parent0d6429043efc817233dfc2b0f083f3feec4ce55a (diff)
downloadtelepathy-glib-f4820fdb1715dbef62a839b63c9cd49ec3a285e1.tar.gz
Version-annotate TLS certificate API
Diffstat (limited to 'telepathy-glib/tls-certificate-rejection.h')
-rw-r--r--telepathy-glib/tls-certificate-rejection.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/telepathy-glib/tls-certificate-rejection.h b/telepathy-glib/tls-certificate-rejection.h
index e5e481064..50f5199a9 100644
--- a/telepathy-glib/tls-certificate-rejection.h
+++ b/telepathy-glib/tls-certificate-rejection.h
@@ -24,6 +24,7 @@
#include <glib-object.h>
+#include <telepathy-glib/defs.h>
#include <telepathy-glib/enums.h>
G_BEGIN_DECLS
@@ -43,6 +44,7 @@ struct _TpTLSCertificateRejection {
TpTLSCertificateRejectionPriv *priv;
};
+_TP_AVAILABLE_IN_0_20
GType tp_tls_certificate_rejection_get_type (void);
/* TYPE MACROS */
@@ -67,15 +69,20 @@ GType tp_tls_certificate_rejection_get_type (void);
TP_TYPE_TLS_CERTIFICATE_REJECTION, \
TpTLSCertificateRejectionClass))
+_TP_AVAILABLE_IN_0_20
const GError * tp_tls_certificate_rejection_get_error (
TpTLSCertificateRejection *self);
+_TP_AVAILABLE_IN_0_20
TpTLSCertificateRejectReason tp_tls_certificate_rejection_get_reason (
TpTLSCertificateRejection *self);
+_TP_AVAILABLE_IN_0_20
const gchar * tp_tls_certificate_rejection_get_dbus_error (
TpTLSCertificateRejection *self);
+_TP_AVAILABLE_IN_0_20
GVariant * tp_tls_certificate_rejection_get_details (
TpTLSCertificateRejection *self);
+_TP_AVAILABLE_IN_0_20
gboolean tp_tls_certificate_rejection_raise_error (
TpTLSCertificateRejection *self,
GError **error);