Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / docs / reference / cspi / tmpl / spi_action.sgml
1 <!-- ##### SECTION Title ##### -->
2 AccessibleAction Interface
3
4 <!-- ##### SECTION Short_Description ##### -->
5 The interface implemented by interface elements which are 'actionable' by the
6 user.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 The Action interface is implemented by objects with which the user may
11 interact using common graphical-user-interface metaphors such as "click",
12 "toggle", "activate", and other gestures which are usually invoked via
13 interaction with the system pointer or keyboard.  The Action interface allows
14 clients and/or assistive technologies to expose these actions to the end user
15 for invocation via alternative mechanisms, and to inform the end user or
16 assistive technology client that the implementing Accessible object is
17 reactive to user input.
18 </para>
19
20 <!-- ##### SECTION See_Also ##### -->
21 <para>
22
23 </para>
24
25 <!-- ##### SECTION Stability_Level ##### -->
26
27
28 <!-- ##### FUNCTION AccessibleAction_ref ##### -->
29 <para>
30
31 </para>
32
33 @obj: 
34
35
36 <!-- ##### FUNCTION AccessibleAction_unref ##### -->
37 <para>
38
39 </para>
40
41 @obj: 
42
43
44 <!-- ##### FUNCTION AccessibleAction_getNActions ##### -->
45 <para>
46
47 </para>
48
49 @obj: 
50 @Returns: 
51
52
53 <!-- ##### FUNCTION AccessibleAction_doAction ##### -->
54 <para>
55
56 </para>
57
58 @obj: 
59 @i: 
60 @Returns: 
61
62
63 <!-- ##### FUNCTION AccessibleAction_getKeyBinding ##### -->
64 <para>
65
66 </para>
67
68 @obj: 
69 @i: 
70 @Returns: 
71
72
73 <!-- ##### FUNCTION AccessibleAction_getName ##### -->
74 <para>
75
76 </para>
77
78 @obj: 
79 @i: 
80 @Returns: 
81
82
83 <!-- ##### FUNCTION AccessibleAction_getDescription ##### -->
84 <para>
85
86 </para>
87
88 @obj: 
89 @i: 
90 @Returns: 
91
92