2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Registry.idl
index 5a41c32..17d4a34 100644 (file)
@@ -20,7 +20,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <Bonobo_Unknown.idl>
 #include <Accessibility_Event.idl>
 #include <Accessibility_Application.idl>
 #include <Accessibility_Desktop.idl>
@@ -75,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