[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.35.10.11

Fred L. Drake, Jr. fred@zope.com
Thu, 2 Jan 2003 13:36:34 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv30850

Modified Files:
      Tag: zconfig-schema-devel-branch
	zconfig.tex 
Log Message:
Add small note about the loadConfig() / loadConfigFile() return value
that at least hints at what isn't documented yet.


=== Packages/ZConfig/doc/zconfig.tex 1.35.10.10 => 1.35.10.11 ===
--- Packages/ZConfig/doc/zconfig.tex:1.35.10.10	Wed Dec 25 00:51:51 2002
+++ Packages/ZConfig/doc/zconfig.tex	Thu Jan  2 13:36:30 2003
@@ -351,6 +351,10 @@
   pathname.  Fragment identifiers are not supported.  \var{schema} is
   a referennce to a schema loaded by \function{loadSchema()} or
   \function{loadSchemaFile()}.
+  The return value is a tuple containing the configuration object and
+  a composite handler that, when called with a name-to-handler
+  mapping, calls all the handlers for the configuration.
+  % XXX need to talk about handlers and the schema definitions still!
 \end{funcdesc}
 
 \begin{funcdesc}{loadConfigFile}{schema, file\optional{, url}}
@@ -361,6 +365,10 @@
   configuration must use absolute URLs.  \var{schema} is a referennce
   to a schema loaded by \function{loadSchema()} or
   \function{loadSchemaFile()}.
+  The return value is a tuple containing the configuration object and
+  a composite handler that, when called with a name-to-handler
+  mapping, calls all the handlers for the configuration.
+  % XXX need to talk about handlers and the schema definitions still!
 \end{funcdesc}
 
 \begin{funcdesc}{loadSchema}{url}