More method name fixes
[platform/upstream/at-spi2-core.git] / xml / org.freedesktop.atspi.Event.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
3
4 <tp:struct name="Event">
5         <tp:docstring>
6                 The generic application event structure. The event source is specified by the D-Bus path
7                 and Bus-Name fields in the header of the D-Bus message.
8         </tp:docstring>
9         <tp:member type="s" tp:name="minor"/>
10         <tp:member type="u" tp:name="detail"/>
11         <tp:member type="u" tp:name="detail1"/>
12         <tp:member type="v" tp:name="any_data"/>
13 </tp:struct>
14
15 <interface name="org.freedesktop.atspi.Event.Object">
16         <signal name="PropertyChange"><arg direction="out" type="suuv" tp:type="Event"/></signal>
17         <signal name="BoundsChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
18         <signal name="LinkSelected"><arg direction="out" type="suuv" tp:type="Event"/></signal>
19         <signal name="StateChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
20         <signal name="ChildrenChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
21         <signal name="VisibleDataChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
22         <signal name="SelectionChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
23         <signal name="ModelChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
24         <signal name="ActiveDescendantChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
25         <signal name="RowInserted"><arg direction="out" type="suuv" tp:type="Event"/></signal>
26         <signal name="RowReordered"><arg direction="out" type="suuv" tp:type="Event"/></signal>
27         <signal name="RowDeleted"><arg direction="out" type="suuv" tp:type="Event"/></signal>
28         <signal name="ColumnInserted"><arg direction="out" type="suuv" tp:type="Event"/></signal>
29         <signal name="ColumnReordered"><arg direction="out" type="suuv" tp:type="Event"/></signal>
30         <signal name="ColumnDeleted"><arg direction="out" type="suuv" tp:type="Event"/></signal>
31         <signal name="TextBoundsChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
32         <signal name="TextSelectionChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
33         <signal name="TextChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
34         <signal name="TextAttributesChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
35         <signal name="TextCaretMoved"><arg direction="out" type="suuv" tp:type="Event"/></signal> 
36         <signal name="AttributesChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
37 </interface>
38
39 <interface name="org.freedesktop.atspi.Event.Window">
40         <signal name="PropertyChange"><arg direction="out" type="suuv" tp:type="Event"/></signal>
41         <signal name="Minimize"><arg direction="out" type="suuv" tp:type="Event"/></signal>
42         <signal name="Maximize"><arg direction="out" type="suuv" tp:type="Event"/></signal>
43         <signal name="Restore"><arg direction="out" type="suuv" tp:type="Event"/></signal>
44         <signal name="Close"><arg direction="out" type="suuv" tp:type="Event"/></signal>
45         <signal name="Create"><arg direction="out" type="suuv" tp:type="Event"/></signal>
46         <signal name="Reparent"><arg direction="out" type="suuv" tp:type="Event"/></signal>
47         <signal name="DesktopCreate"><arg direction="out" type="suuv" tp:type="Event"/></signal>
48         <signal name="DesktopDestroy"><arg direction="out" type="suuv" tp:type="Event"/></signal>
49         <signal name="Destroy"><arg direction="out" type="suuv" tp:type="Event"/></signal>
50         <signal name="Activate"><arg direction="out" type="suuv" tp:type="Event"/></signal>
51         <signal name="Deactivate"><arg direction="out" type="suuv" tp:type="Event"/></signal>
52         <signal name="Raise"><arg direction="out" type="suuv" tp:type="Event"/></signal>
53         <signal name="Lower"><arg direction="out" type="suuv" tp:type="Event"/></signal>
54         <signal name="Move"><arg direction="out" type="suuv" tp:type="Event"/></signal>
55         <signal name="Resize"><arg direction="out" type="suuv" tp:type="Event"/></signal>
56         <signal name="Shade"><arg direction="out" type="suuv" tp:type="Event"/></signal>
57         <signal name="uUshade"><arg direction="out" type="suuv" tp:type="Event"/></signal>
58         <signal name="Restyle"><arg direction="out" type="suuv" tp:type="Event"/></signal>
59 </interface>
60
61 <interface name="org.freedesktop.atspi.Event.Mouse">
62         <signal name="Abs"><arg direction="out" type="suuv" tp:type="Event"/></signal>
63         <signal name="Rel"><arg direction="out" type="suuv" tp:type="Event"/></signal>
64         <signal name="Button"><arg direction="out" type="suuv" tp:type="Event"/></signal>
65 </interface>
66
67 <interface name="org.freedesktop.atspi.Event.Keyboard">
68         <signal name="Modifiers"><arg direction="out" type="suuv" tp:type="Event"/></signal>
69 </interface>
70
71 <interface name="org.freedesktop.atspi.Event.Terminal">
72         <signal name="LineChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
73         <signal name="ColumncountChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
74         <signal name="LinecountChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
75         <signal name="ApplicationChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
76         <signal name="CharwidthChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
77 </interface>
78
79 <interface name="org.freedesktop.atspi.Event.Document">
80         <signal name="LoadComplete"><arg direction="out" type="suuv" tp:type="Event"/></signal>
81         <signal name="Reload"><arg direction="out" type="suuv" tp:type="Event"/></signal>
82         <signal name="LoadStopped"><arg direction="out" type="suuv" tp:type="Event"/></signal>
83         <signal name="ContentChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
84         <signal name="AttributesChanged"><arg direction="out" type="suuv" tp:type="Event"/></signal>
85 </interface>
86
87 <interface name="org.freedesktop.atspi.Event.Focus">
88         <signal name="Focus"><arg direction="out" type="suuv" tp:type="Event"/></signal>
89 </interface>
90
91 </node>