docs: efl_ui: fill gaps in newly introduced eo files

These two eo files have been introduced by commit
a58e2e1a79

Sadly three items have been left undocumented. With this patch we are back to
100% doc coverage.
This commit is contained in:
Stefan Schmidt 2016-11-30 11:01:39 +01:00
parent 64bc872e6e
commit 33f5074206
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
interface Efl.Ui.Item {
[[Efl UI item interface]]
legacy_prefix: null;
methods {
@property prev {

View File

@ -1,4 +1,5 @@
interface Efl.Ui.Menu {
[[Efl UI menu interface]]
legacy_prefix: null;
methods {
@property selected_item {
@ -28,7 +29,7 @@ interface Efl.Ui.Menu {
@property items {
get {
[[Returns a list of the widget item.]]
return: free(own(iterator<Efl.Ui.Item>), eina_iterator_free) @warn_unused;
return: free(own(iterator<Efl.Ui.Item>), eina_iterator_free) @warn_unused; [[Iterator to widget items]]
}
}
}