[glib/tls-database] GTlsConnection:database is not a construct property.



commit 478f93577d205029810a138e87cb7f711159ec6c
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Dec 28 10:27:35 2010 -0600

    GTlsConnection:database is not a construct property.
    
    This allows the implementation to detect the difference between the
    caller not having set a database, and delay loading of the default
    database.

 gio/gtlsconnection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c
index 447a112..c0c9b23 100644
--- a/gio/gtlsconnection.c
+++ b/gio/gtlsconnection.c
@@ -122,7 +122,6 @@ g_tls_connection_class_init (GTlsConnectionClass *klass)
 							 P_("Certificate database to use for verifying certificates"),
 							 G_TYPE_TLS_DATABASE,
 							 G_PARAM_READWRITE |
-							 G_PARAM_CONSTRUCT |
 							 G_PARAM_STATIC_STRINGS));
   /**
    * GTlsConnection:require-close-notify:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]