X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fnames.c;h=ce4d2aef9808c54db71b686507fa5bc6bd1b08d5;hp=b7a8668a1f682199cecc6db0c80944aae8e21f0d;hb=f869221ce49f0fb7cca48eee28daff8684305963;hpb=720e6978185b09f2b2f60a6b96018238085a7238 diff --git a/ioncore/names.c b/ioncore/names.c index b7a8668..ce4d2ae 100644 --- a/ioncore/names.c +++ b/ioncore/names.c @@ -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