From 584a67f8194fce32933ef1cef464a251f56095b9 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 16 Mar 2011 09:36:14 +0100 Subject: Added some TODOS --- glib/src/variant.hg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glib/src/variant.hg b/glib/src/variant.hg index 4bc6d204..71612787 100644 --- a/glib/src/variant.hg +++ b/glib/src/variant.hg @@ -29,6 +29,8 @@ _DEFS(glibmm,glib) namespace Glib { +//TODO: Write C++ versions of the documentation. + /** @defgroup Variant Variant Data Types * * Glib::Variant<> are specialized classes that deal with strongly typed @@ -39,6 +41,9 @@ namespace Glib * API. */ +//TODO: VariantBase class can be copied, so suggest how it can be dynamic casted to +//derived types: See https://bugzilla.gnome.org/show_bug.cgi?id=644146 + /** The base class used to wrap glib's GVariant API. * @newin{2,28} * @ingroup Variant @@ -668,7 +673,7 @@ public: * @newin{2,28} */ VariantIter get_iter() const; -}; +}; /** Specialization of Glib::Variant containing a dictionary (a map of (key, * value) elements). -- cgit v1.2.1