add G_TLS_ERROR_UNAVAILABLE

This commit is contained in:
Dan Winship
2010-12-06 12:43:59 +01:00
parent 95cba18349
commit 68a3d6b27f
2 changed files with 4 additions and 2 deletions

View File

@@ -1251,6 +1251,7 @@ typedef enum
/**
* GTlsError:
* @G_TLS_ERROR_UNAVAILABLE: No TLS provider is available
* @G_TLS_ERROR_MISC: Miscellaneous TLS error
* @G_TLS_ERROR_BAD_CERTIFICATE: A certificate could not be parsed
* @G_TLS_ERROR_NOT_TLS: The TLS handshake failed because the
@@ -1270,6 +1271,7 @@ typedef enum
* Since: 2.28
*/
typedef enum {
G_TLS_ERROR_UNAVAILABLE,
G_TLS_ERROR_MISC,
G_TLS_ERROR_BAD_CERTIFICATE,
G_TLS_ERROR_NOT_TLS,