docs: minor tweaks to efl_io_model

This file's docs are far from complete but this idea had to be
written down before it was forgotten.
Also, TABS.
This commit is contained in:
Xavi Artigas 2019-09-05 17:01:02 +02:00
parent e6d9ea7539
commit 88948eeab4
1 changed files with 8 additions and 4 deletions

View File

@ -11,7 +11,11 @@ function @beta EflIoFilter {
class @beta Efl.Io.Model extends Efl.Loop_Model
{
[[Efl Io model class]]
[[Efl Io model class
Model is populated asynchronously from a monitoring thread, so values
won't be correct immediately.
]]
methods {
children_filter_set {
@ -32,9 +36,9 @@ class @beta Efl.Io.Model extends Efl.Loop_Model
@property path {
[[ Define the root path of a model.
]]
set { [[ Only possible during construction. ]] }
get { }
values {
set { [[ Only possible during construction. ]] }
get { }
values {
path: string; [[ Root path of the model. ]]
}
}