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 () interface Elm.Interface.Atspi.Selection ()
{ {
[[Elementary AT-SPI selection interface]]
eo_prefix: elm_interface_atspi_selection; eo_prefix: elm_interface_atspi_selection;
methods { methods {
@property selected_children_count @protected { @property selected_children_count @protected {

View File

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

View File

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

View File

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

View File

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