summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-08-30 11:21:10 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-08-30 11:21:10 +0000
commitb5fd20088c58d0d7d7d79f6e612816e2db35fe7d (patch)
tree6c6edef398645b92a1a26dabe18060d687e70f72 /idl
parent48886b91a32542b43789bf85b92d66fa6c586753 (diff)
downloadat-spi2-core-b5fd20088c58d0d7d7d79f6e612816e2db35fe7d.tar.gz
Changed some IDL parameter names to avoid name collisions.
This is not a code/logic change so it should not be subject to the code freeze, it should be completely invisible to the bindings and all the source/implementation code. Thanks to Gary Cramblitt for the patch. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@856 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Registry.idl8
-rw-r--r--idl/Accessibility_Selector.idl4
-rw-r--r--idl/Accessibility_State.idl4
3 files changed, 8 insertions, 8 deletions
diff --git a/idl/Accessibility_Registry.idl b/idl/Accessibility_Registry.idl
index c683fea0..17d4a34f 100644
--- a/idl/Accessibility_Registry.idl
+++ b/idl/Accessibility_Registry.idl
@@ -74,17 +74,17 @@ module Accessibility {
/**
* Register a new application with the accessibility broker.
- * @param application: a reference to the requesting Application
+ * @param app: a reference to the requesting Application
**/
- oneway void registerApplication (in Application application);
+ oneway void registerApplication (in Application app);
/**
* De-register an application previously registered with the broker.
* deregisterApplication:
- * @param application: a reference to the Application
+ * @param app: a reference to the Application
* to be deregistered.
**/
- void deregisterApplication (in Application application);
+ void deregisterApplication (in Application app);
/**
* Register a client's interest in (all) application events of
diff --git a/idl/Accessibility_Selector.idl b/idl/Accessibility_Selector.idl
index 66c02d84..83e795a9 100644
--- a/idl/Accessibility_Selector.idl
+++ b/idl/Accessibility_Selector.idl
@@ -120,12 +120,12 @@ module Accessibility {
/**
* Request that the ::Selector invoke the specified ::Command.
- * @param command the ::Command to activate/invoke.
+ * @param cmd the ::Command to activate/invoke.
* @returns a ::CommandResult indicating whether the
* request was honored, and the reason for failure if the
* ::Command could not be activated or invoked.
**/
- CommandResult activateCommand (in Command command);
+ CommandResult activateCommand (in Command cmd);
/**
* Register a :CommandListener instance for notification of
diff --git a/idl/Accessibility_State.idl b/idl/Accessibility_State.idl
index 4461b0c4..189fa7cd 100644
--- a/idl/Accessibility_State.idl
+++ b/idl/Accessibility_State.idl
@@ -259,10 +259,10 @@ module Accessibility {
void remove (in StateType state);
/** Compare two statesets for equivalence.
- * @param stateSet the StateSet to be compared with this one.
+ * @param tarStateSet the StateSet to be compared with this one.
* @returns \c TRUE if the two StateSet objects are composed of the same StateTypes.
*/
- boolean equals (in StateSet stateSet);
+ boolean equals (in StateSet tarStateSet);
/** Compare two StateSet instances and obtain their differences.
* @returns a 'difference set', i.e. a StateSet consisting of those states