summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_widget.eo')
-rw-r--r--src/lib/elm_widget.eo15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/elm_widget.eo b/src/lib/elm_widget.eo
index 75bc7d924..dd3efe985 100644
--- a/src/lib/elm_widget.eo
+++ b/src/lib/elm_widget.eo
@@ -790,6 +790,21 @@ abstract Elm.Widget (Evas.Object_Smart, Elm_Interface_Atspi_Accessible, Elm_Inte
@in Evas_Object *relative_child @optional;
}
}
+ atspi_relationship_append {
+ /*@ No description supplied by the EAPI. */
+ return: bool;
+ params {
+ @in Elm_Atspi_Relation_Type type;
+ @in const(Eo) *relation_object;
+ }
+ }
+ atspi_relationship_remove {
+ /*@ No description supplied by the EAPI. */
+ params {
+ @in Elm_Atspi_Relation_Type type;
+ @in const(Eo) *relation_object;
+ }
+ }
}
implements {
class.constructor;