]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/names.c
[svn-upgrade] Integrating new upstream version, ion3 (20080103)
[ion3.git] / ioncore / names.c
index b7a8668a1f682199cecc6db0c80944aae8e21f0d..b114e102ce0731973ad2dc604f26043c746e2607 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/names.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
  * See the included file LICENSE for details.
  */
@@ -562,7 +562,8 @@ static bool do_list(ExtlFn fn, WNamespace *ns, const char *typenam)
 /*EXTL_DOC
  * Iterate over all non-client window regions with (inherited) class
  * \var{typenam} until \var{iterfn} returns \code{false}.
- * The function itself returns \code{true} if it reaches the end of list
+ * The function is called in protected mode.
+ * This routine returns \code{true} if it reaches the end of list
  * without this happening.
  */
 EXTL_SAFE
@@ -575,7 +576,8 @@ bool ioncore_region_i(ExtlFn fn, const char *typenam)
 
 /*EXTL_DOC
  * Iterate over client windows until \var{iterfn} returns \code{false}.
- * The function itself returns \code{true} if it reaches the end of list
+ * The function is called in protected mode.
+ * This routine returns \code{true} if it reaches the end of list
  * without this happening.
  */
 EXTL_SAFE