[interchange-docs] xmldocs - racke modified refs/SpecialSub

docs at icdevgroup.org docs at icdevgroup.org
Wed Jul 5 05:12:13 EDT 2006


User:      racke
Date:      2006-07-05 09:12:13 GMT
Modified:  refs     SpecialSub
Log:
swap order (init_session logically happens before missing)

Revision  Changes    Path
1.4       +6 -6      xmldocs/refs/SpecialSub


rev 1.4, prev_rev 1.3
Index: SpecialSub
===================================================================
RCS file: /var/cvs/xmldocs/refs/SpecialSub,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SpecialSub	26 Sep 2005 23:07:20 -0000	1.3
+++ SpecialSub	5 Jul 2006 09:12:12 -0000	1.4
@@ -16,6 +16,12 @@
 Supported events are
 <itemizedlist>
 <listitem><para>
+  <literal>init_session</literal> &mdash; event triggered at the
+  &glos-session; creation time.
+  The subroutine is called with the pointer to the newly created
+  &glos-session; variables space. Subroutine return value is not used.
+</para></listitem>
+<listitem><para>
   <literal>missing</literal> &mdash; event triggered on a requested &IC;
   page missing event.
   The subroutine is called with the name of the page missing.
@@ -26,12 +32,6 @@
   will not be executed.
   Optionally, the function can return a list consisting of the true value
   and the page name that is to be displayed to the user.
-</para></listitem>
-<listitem><para>
-  <literal>init_session</literal> &mdash; event triggered at the
-  &glos-session; creation time.
-  The subroutine is called with the pointer to the newly created
-  &glos-session; variables space. Subroutine return value is not used.
 </para></listitem>
 <listitem><para>
   <literal>guess_cc_type</literal> &mdash; event triggered at the time








More information about the docs mailing list