docs: atspi: document atspi bridge class

This commit is contained in:
Stefan Schmidt 2016-10-21 23:05:52 +02:00
parent 6321630d32
commit 15b61d487a
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
class Elm.Atspi.Bridge (Efl.Object)
{
[[ATSPI bridge class]]
legacy_prefix: elm_atspi_bridge;
eo_prefix: elm_obj_atspi_bridge;
event_prefix: elm_atspi_bridge;
@ -8,7 +9,7 @@ class Elm.Atspi.Bridge (Efl.Object)
get {
[[Indicate if connection with AT-SPI2 bus has been established.]]
values {
ret: bool;
ret: bool; [[$true if connection has been established, $false otherwise]]
}
}
}
@ -18,7 +19,7 @@ class Elm.Atspi.Bridge (Efl.Object)
Efl.Object.destructor;
}
events {
connected;
disconnected;
connected; [[Connected with AT-SPI2 bus]]
disconnected; [[Disconnected from AT-SPI2 bus]]
}
}