summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2003-12-22 17:05:11 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-12-22 17:05:11 +0000
commit9d57e62b54677ae7d969f51b2896ea83a4980c74 (patch)
tree0aaa9237c18ef10dd25e161c8abbecb322d643f3 /glib/glibmm/ustring.h
parent680431c60a1c979ae72a485893071ed30dce9b9f (diff)
downloadglibmm-9d57e62b54677ae7d969f51b2896ea83a4980c74.tar.gz
generate beautify_docs.pl from beautify_docs.pl.in, so it can have the
2003-12-22 Murray Cumming <murrayc@usa.net> * docs/reference: generate beautify_docs.pl from beautify_docs.pl.in, so it can have the perl path in it. Install it, so other *mm modules can use it.
Diffstat (limited to 'glib/glibmm/ustring.h')
-rw-r--r--glib/glibmm/ustring.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/glibmm/ustring.h b/glib/glibmm/ustring.h
index 032c69a6..b8a7a835 100644
--- a/glib/glibmm/ustring.h
+++ b/glib/glibmm/ustring.h
@@ -477,7 +477,11 @@ public:
/*! Check whether the string is valid UTF-8. */
bool validate() const;
+
+ /*! Check whether the string is valid UTF-8. */
bool validate(iterator& first_invalid);
+
+ /*! Check whether the string is valid UTF-8. */
bool validate(const_iterator& first_invalid) const;
/*! Check whether the string is plain 7-bit ASCII. @par