diff -r 1950fe1a32c4 -r da305d172769 Documentation/Source/eric6.E5Gui.E5Application.html --- a/Documentation/Source/eric6.E5Gui.E5Application.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.E5Gui.E5Application.html Sat Mar 11 19:18:57 2017 +0100 @@ -169,14 +169,14 @@ </dd> </dl><a NAME="E5Application.registerObject" ID="E5Application.registerObject"></a> <h4>E5Application.registerObject</h4> -<b>registerObject</b>(<i>name, object</i>) +<b>registerObject</b>(<i>name, objectRef</i>) <p> Public method to register an object in the object registry. </p><dl> <dt><i>name</i></dt> <dd> name of the object (string) -</dd><dt><i>object</i></dt> +</dd><dt><i>objectRef</i></dt> <dd> reference to the object </dd> @@ -187,14 +187,14 @@ </dd> </dl><a NAME="E5Application.registerPluginObject" ID="E5Application.registerPluginObject"></a> <h4>E5Application.registerPluginObject</h4> -<b>registerPluginObject</b>(<i>name, object, pluginType=None</i>) +<b>registerPluginObject</b>(<i>name, objectRef, pluginType=None</i>) <p> Public method to register a plugin object in the object registry. </p><dl> <dt><i>name</i></dt> <dd> name of the plugin object (string) -</dd><dt><i>object</i></dt> +</dd><dt><i>objectRef</i></dt> <dd> reference to the plugin object </dd><dt><i>pluginType=</i></dt>