diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:41 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:41 +0800 |
commit | 7d32cee09736b1a02c75adc8974ffeb763cc7ce8 (patch) | |
tree | bf5d2f30c2140585ed3770c596c6c210cfa57b5b /src/ephy-extensions-manager.c | |
parent | 3b0ff58340c2464bf5df073e86f51e15c3cceaaa (diff) | |
download | gsoc2013-epiphany-7d32cee09736b1a02c75adc8974ffeb763cc7ce8.tar.gz gsoc2013-epiphany-7d32cee09736b1a02c75adc8974ffeb763cc7ce8.tar.zst gsoc2013-epiphany-7d32cee09736b1a02c75adc8974ffeb763cc7ce8.zip |
Sync comment parameters with actual parameters
svn path=/trunk/; revision=8561
Diffstat (limited to 'src/ephy-extensions-manager.c')
-rw-r--r-- | src/ephy-extensions-manager.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-extensions-manager.c b/src/ephy-extensions-manager.c index 60d7dfe6e..790bf0067 100644 --- a/src/ephy-extensions-manager.c +++ b/src/ephy-extensions-manager.c @@ -140,9 +140,9 @@ G_DEFINE_TYPE_WITH_CODE (EphyExtensionsManager, ephy_extensions_manager, G_TYPE_ /** * ephy_extensions_manager_load: * @manager: an #EphyExtensionsManager - * @name: identifier of the extension to load + * @identifier: identifier of the extension to load * - * Loads the @name extension. + * Loads the extension corresponding to @identifier. **/ void ephy_extensions_manager_load (EphyExtensionsManager *manager, @@ -171,9 +171,9 @@ ephy_extensions_manager_load (EphyExtensionsManager *manager, /** * ephy_extensions_manager_unload: * @manager: an #EphyExtensionsManager - * @name: filename of extension to unload, minus "lib" and "extension.so" + * @identifier: filename of extension to unload, minus "lib" and "extension.so" * - * Unloads the extension specified by @name. + * Unloads the extension specified by @identifier. * * The extension with the same filename can afterwards be reloaded. However, * if any GTypes within the extension have changed parent types, Epiphany must |