diff --git a/doc/en/Gnome/InteractFunction.xml b/doc/en/Gnome/InteractFunction.xml index f0c72cdf7..ca947f371 100644 --- a/doc/en/Gnome/InteractFunction.xml +++ b/doc/en/Gnome/InteractFunction.xml @@ -11,6 +11,12 @@ Used when the wishes to interact with the user at the session manager's convenience (usually during shutdown and restarts). + + The instance doing the interaction. + A unique key. + The that should be used to do the interaction. + Application specific data that was specified at the time the callback was set up. + All other s are blocked from interacting with the user until the @@ -20,10 +26,6 @@ Although the function is not obliged to respect the passed in , it is bad form not to do so. - client : The instance doing the interaction. - key : A unique key. - dialog_type : The that should be used to do the interaction. - data : Application specific data that was specified at the time the callback was set up. @@ -39,8 +41,9 @@ + - + diff --git a/doc/en/Gnome/ModuleHook.xml b/doc/en/Gnome/ModuleHook.xml index 6618839c6..f67984cd7 100644 --- a/doc/en/Gnome/ModuleHook.xml +++ b/doc/en/Gnome/ModuleHook.xml @@ -11,10 +11,9 @@ Called to perform some initialization in a module (which could be either the main init function or the pre or post argument parsing phase). - - program : The instance which is being initialized. - mod_info : The current module's structure. - + + The instance which is being initialized. + The current module's structure. System.Delegate diff --git a/doc/en/Gnome/ModuleInitHook.xml b/doc/en/Gnome/ModuleInitHook.xml index bc6ea6a06..2c34cdbcd 100644 --- a/doc/en/Gnome/ModuleInitHook.xml +++ b/doc/en/Gnome/ModuleInitHook.xml @@ -7,11 +7,15 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - 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 + + 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. + + + The current module's structure. + The parent module will do the argument parsing for all modules in the hierarchy. - mod_info : The current module's structure. diff --git a/doc/en/Gnome/TriggerActionFunction.xml b/doc/en/Gnome/TriggerActionFunction.xml index 5706c38e7..4a020e5dc 100644 --- a/doc/en/Gnome/TriggerActionFunction.xml +++ b/doc/en/Gnome/TriggerActionFunction.xml @@ -11,14 +11,14 @@ Can be used as a target for of instances. - - - msg : The human-readable message that was passed to + + + The human-readable message that was passed to . May be null. - - level : The severity level of the event. May be null. - supinfo : The section in which the event belongs. - + + The severity level of the event. May be null. + The section in which the event belongs. + System.Delegate diff --git a/doc/en/Gnome/UISignalConnectFunc.xml b/doc/en/Gnome/UISignalConnectFunc.xml index 0b12c8063..eaa965187 100644 --- a/doc/en/Gnome/UISignalConnectFunc.xml +++ b/doc/en/Gnome/UISignalConnectFunc.xml @@ -8,17 +8,16 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Are called as a result of signals being emitted from a menu or tool bar item + + The user data that was part of the instance. + The name of the emitted signal. + The user data that was part of the relevant instance. + Delegates of this type are given as the first element of a instance. - uiinfo : The user data that was part of the instance. - signal_name : The name of the emitted signal. - - uibdata : The user data that was part of the relevant - instance. -