summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glib/src/varianttype.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/src/varianttype.hg b/glib/src/varianttype.hg
index c94ee287..bac4f236 100644
--- a/glib/src/varianttype.hg
+++ b/glib/src/varianttype.hg
@@ -82,8 +82,8 @@ namespace Glib
* instantiated, and you would say that the Gtk::Window is a Gtk::Bin (since
* Gtk::Window is a subclass of Gtk::Bin).
*
- * For a detailed description of the VariantBase type strings see the C
- * API docs of GVariantType.
+ * See the underlying GVariantType documentation for <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#gvariant-typestrings">detailed description of the VariantBase type strings</a>.
+ *
* @newin{2,28}
* @ingroup Variant
*/
@@ -97,8 +97,8 @@ public:
*/
explicit VariantType(const GVariantType* castitem);
- /** Creates a new VariantType corresponding to the type string given by @a type_string.
- *
+ /** Creates a new VariantType corresponding to the type string given by @a type_string.
+ *
* It is a programmer error to call this function with an invalid type string. Use string_is_valid() if you are unsure.
*/
explicit VariantType(const std::string& type_string);