summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-24 10:19:01 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-24 10:19:01 +0100
commitfbbcc7d545ba7f04cdcbfc81a8108d304045eb48 (patch)
treedfe3e14195c61736265a881d4119683d3d1e8245
parenta88cba4913276302646a45574f03463aa9be668c (diff)
downloadglibmm-fbbcc7d545ba7f04cdcbfc81a8108d304045eb48.tar.gz
Another docs fix.
-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);