epiphany r8561 - trunk/src
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8561 - trunk/src
- Date: Mon, 29 Sep 2008 05:54:41 +0000 (UTC)
Author: diegoe
Date: Mon Sep 29 05:54:41 2008
New Revision: 8561
URL: http://svn.gnome.org/viewvc/epiphany?rev=8561&view=rev
Log:
Sync comment parameters with actual parameters
Modified:
trunk/src/ephy-extensions-manager.c
trunk/src/ephy-session.c
Modified: trunk/src/ephy-extensions-manager.c
==============================================================================
--- trunk/src/ephy-extensions-manager.c (original)
+++ trunk/src/ephy-extensions-manager.c Mon Sep 29 05:54:41 2008
@@ -140,9 +140,9 @@
/**
* 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_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
Modified: trunk/src/ephy-session.c
==============================================================================
--- trunk/src/ephy-session.c (original)
+++ trunk/src/ephy-session.c Mon Sep 29 05:54:41 2008
@@ -1510,7 +1510,7 @@
/**
* ephy_session_get_windows:
- * @ephy_session: the #EphySession
+ * @session: the #EphySession
*
* Returns: the list of open #EphyWindow:s.
**/
@@ -1524,7 +1524,7 @@
/**
* ephy_session_add_window:
- * @ephy_session: a #EphySession
+ * @session: a #EphySession
* @window: a #EphyWindow
*
* Add a tool window to the session. #EphyWindow take care of adding
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]