]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/names.c
Imported Upstream version 20090110
[ion3.git] / ioncore / names.c
index b7a8668a1f682199cecc6db0c80944aae8e21f0d..14bde2c53100d5203fa401cf4b21c9cbd433178e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/names.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * 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