docs: elm_atspi: add docs for elm atspi interfaces

This commit is contained in:
Stefan Schmidt 2016-11-04 10:42:15 +01:00
parent 403dcc785e
commit e509e69db8
5 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
interface Elm.Interface.Atspi.Selection ()
{
[[Elementary AT-SPI selection interface]]
eo_prefix: elm_interface_atspi_selection;
methods {
@property selected_children_count @protected {

View File

@ -46,6 +46,7 @@ struct Elm.Atspi_Text.Change_Info
interface Elm.Interface.Atspi.Text ()
{
[[Elementary AT-SPI text interface]]
eo_prefix: elm_interface_atspi_text;
methods {
@property character @protected {

View File

@ -1,5 +1,6 @@
interface Elm.Interface.Atspi.Text.Editable ()
{
[[Elementary AT-SPI text editable interface]]
eo_prefix: elm_interface_atspi_text_editable;
methods {
@property content @protected {

View File

@ -1,5 +1,6 @@
interface Elm.Interface.Atspi.Value ()
{
[[Elementary AT-SPI value interface]]
eo_prefix: elm_interface_atspi_value;
methods {
@property value_and_text @protected {

View File

@ -1,5 +1,6 @@
interface Elm.Interface.Atspi.Window ()
{
[[Elementary AT-SPI window interface]]
events {
window,created; [[Called when new window has been created.]]
window,destroyed; [[Called when window has been destroyed.]]