[glibmm] TlsFileDatabase: Add a TODO.



commit a8e79439c712ec6b62e7b7095a4d80a139b8a14d
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Tue Mar 12 23:37:57 2013 -0400

    TlsFileDatabase: Add a TODO.
    
        * gio/src/tlsfiledatabase.hg:

 ChangeLog                  |    6 ++++++
 gio/src/tlsfiledatabase.hg |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ee36d0f..54c9872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-03-12  José Alburquerque  <jaalburquerque gmail com>
 
+       TlsFileDatabase: Add a TODO.
+
+       * gio/src/tlsfiledatabase.hg:
+
+2013-03-12  José Alburquerque  <jaalburquerque gmail com>
+
        TlsFileDatabase: Wrap the create() method.
 
        * gio/src/tlsfiledatabase.{ccg,hg}: Manually wrap it because
diff --git a/gio/src/tlsfiledatabase.hg b/gio/src/tlsfiledatabase.hg
index ef000b6..bde873f 100644
--- a/gio/src/tlsfiledatabase.hg
+++ b/gio/src/tlsfiledatabase.hg
@@ -39,6 +39,8 @@ class TlsFileDatabase : public Glib::Interface
   _CLASS_INTERFACE(TlsFileDatabase, GTlsFileDatabase, G_TLS_FILE_DATABASE, GTlsFileDatabaseInterface)
 
 public:
+  //TODO: Should this create() method be in TlsDatabase since the _new()
+  //function returns a GTlsDatabase?
   //TODO: Wrap this using _WRAP_CTR()/WRAP_CREATE() when the
   //g_tls_file_database_new() function does not do more than calling
   //g_initable_new().


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