[Xfce4-commits] <exo:master> Fix documentation of exo_str_looks_like_an_uri().

Nick Schermer noreply at xfce.org
Fri Oct 23 14:38:01 CEST 2009


Updating branch refs/heads/master
         to 1d35fd61bf677a3916764ac117bb515f4ef4c0cc (commit)
       from e30594c963df9e87bb8ce5c4675c4037da81fbe2 (commit)

commit 1d35fd61bf677a3916764ac117bb515f4ef4c0cc
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Oct 23 14:36:26 2009 +0200

    Fix documentation of exo_str_looks_like_an_uri().

 exo/exo-string.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/exo/exo-string.c b/exo/exo-string.c
index d7a6bca..1c2a272 100644
--- a/exo/exo-string.c
+++ b/exo/exo-string.c
@@ -407,8 +407,11 @@ exo_strndupv (gchar **strv,
  * exo_str_looks_like_an_uri:
  * @str : an input string.
  *
- * Returns %TRUE if the @string looks like an URI
- * according to RFC 2396, %FALSE otherwise.
+ * Check if @str looks like an uri. This function is no guarantee that
+ * the uri exists, or is supported by the system.
+ *
+ * Returns: %TRUE if the @str looks like an URI
+ *          according to RFC 2396, %FALSE otherwise.
  *
  * Since: 0.5.0
  **/



More information about the Xfce4-commits mailing list