docs: minor tweaks to efl_io_model
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 5 Sep 2019 15:01:02 +0000 (17:01 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Mon, 16 Sep 2019 01:23:00 +0000 (10:23 +0900)
This file's docs are far from complete but this idea had to be
written down before it was forgotten.
Also, TABS.

src/lib/eio/efl_io_model.eo

index 2e31475..14c9383 100644 (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. ]]
           }
        }