* /en/Gnome/InteractFunction.xml:

* /en/Gnome/ModuleClassInitHook.xml:
        * /en/Gnome/ModuleHook.xml:
        * /en/Gnome/ModuleInitHook.xml:
        * /en/Gnome/TriggerActionFunction.xml:
        * /en/Gnome/UISignalConnectFunc.xml: documented

svn path=/trunk/gtk-sharp/; revision=17047
This commit is contained in:
Martin Willemoes Hansen 2003-08-04 11:30:11 +00:00
parent cb62d0fd12
commit 793b5ded71
7 changed files with 66 additions and 12 deletions

View File

@ -1,3 +1,11 @@
2003-08-04 Martin Willemoes Hansen <mwh@sysrq.dk>
* /en/Gnome/InteractFunction.xml:
* /en/Gnome/ModuleClassInitHook.xml:
* /en/Gnome/ModuleHook.xml:
* /en/Gnome/ModuleInitHook.xml:
* /en/Gnome/TriggerActionFunction.xml:
* /en/Gnome/UISignalConnectFunc.xml: documented
2003-08-03 Martin Willemoes Hansen <mwh@sysrq.dk>
* /en/Gnome/ClientState.xml:

View File

@ -7,8 +7,24 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
Used when the <see cref="T:Gnome.Client" /> wishes to interact with the user at
the session manager's convenience (usually during shutdown and restarts).
</summary>
<remarks>
<para>
All other <see cref="T:Gnome.Client" />s are blocked from interacting with the user until the
key is released via a call to <see cref="M:Gnome.Global.InteractionKeyReturn(int,bool)" />.
</para>
<para>
Although the function is not obliged to respect the passed in <see cref="T:Gnome.DialogType" />,
it is bad form not to do so.
</para>
<para>client : The <see cref="T:Gnome.Client" /> instance doing the interaction.</para>
<para>key : A unique key.</para>
<para>dialog_type : The <see cref="T:Gnome.DialogType" /> that should be used to do the interaction.</para>
<para>data : Application specific data that was specified at the time the callback was set up.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,7 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Called to perform any class specific setup that is required by each module.</summary>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,14 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
Called to perform some initialization in a module
(which could be either the main init function or the pre or post argument parsing phase).
</summary>
<remarks>
<para>program : The <see cref="T:Gnome.Program" /> instance which is being initialized.</para>
<para>mod_info : The current module's <see cref="T:Gnome.ModuleInfo" /> structure.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Called to allow a module to do any pre-initialization it might need to do
prior to having arguments parsed by the controlling parent module </summary>
<remarks>
<para>The parent module will do the argument parsing for all modules in the hierarchy.</para>
<para>mod_info : The current module's <see cref="T:Gnome.ModuleInfo" /> structure.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,18 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
Can be used as a target for <see cref="T:Gnome.TriggerType" />
of <see cref="T:Gnome.Trigger" /> instances.
</summary>
<remarks>
<para>
msg : The human-readable message that was passed to
<see cref="M:Gnome.Triggers.Vdo(string,string,string[])" />. May be null.
</para>
<para>level : The severity level of the event. May be null. </para>
<para>supinfo : The section in which the event belongs. </para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,19 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Are called as a result of signals being emitted from a menu or tool bar item</summary>
<remarks>
<para>
Delegates of this type are given as the first element of a
<see cref="T:Gnome.UIBuilderData" /> instance.
</para>
<para>uiinfo : The user data that was part of the <see cref="T:Gnome.UIInfo" /> instance.</para>
<para>signal_name : The name of the emitted signal.</para>
<para>
uibdata : The user data that was part of the relevant
<see cref="T:Gnome.UIBuilderData" /> instance.
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>