]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/names.c
[svn-upgrade] Integrating new upstream version, ion3 (20071220)
[ion3.git] / ioncore / names.c
index b7a8668a1f682199cecc6db0c80944aae8e21f0d..ce4d2aef9808c54db71b686507fa5bc6bd1b08d5 100644 (file)
@@ -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