docs: ector: document ector cairo surface classes
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 21 Apr 2016 14:59:41 +0000 (16:59 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 22 Apr 2016 07:46:40 +0000 (09:46 +0200)
For both the cairo and the cairo software surfaces.

src/lib/ector/cairo/ector_cairo_software_surface.eo
src/lib/ector/cairo/ector_cairo_surface.eo
src/lib/eldbus/eldbus_model_connection.eo
src/lib/eldbus/eldbus_model_object.eo

index 8d4e789..28df974 100644 (file)
@@ -1,5 +1,9 @@
 class Ector.Cairo_Software.Surface (Ector.Cairo.Surface, Ector.Software.Buffer.Base)
 {
+   [[Ector surface on a cairo software backend
+
+   Used to render ector content into a cairo software backend.
+   ]]
    eo_prefix: ector_cairo_software_surface;
    legacy_prefix: null;
    methods {}
index 04a6598..95ca60b 100644 (file)
@@ -2,16 +2,21 @@ type @extern cairo_t: void *;
 
 class Ector.Cairo.Surface (Eo.Base, Ector.Generic.Surface)
 {
+   [[Ector surface on a cairo backend
+
+   Used to render ector content into a cairo backend.
+   ]]
    eo_prefix: ector_cairo_surface;
    legacy_prefix: null;
    methods {
       @property context {
+         [[Cairo context]]
          set {
         }
         get {
         }
         values {
-           ctx: cairo_t *;
+           ctx: cairo_t *; [[Cairo context]]
         }
       }
       symbol_get {
index 09568fc..5e4de6a 100644 (file)
@@ -28,7 +28,7 @@ class Eldbus.Model_Connection (Eo.Base, Efl.Model.Base) {
     @property private {
             [[Indicate if the DBus connection is shared or private]]
             values {
-                private: bool; [[Private DBus connection]]
+                private_: bool; [[Private DBus connection]]
             }
         }
     }
index 74b050d..3cb4a2c 100644 (file)
@@ -43,7 +43,7 @@ class Eldbus.Model_Object (Eo.Base, Efl.Model.Base) {
     @property private {
             [[Indicate if the DBus connection is shared or private]]
             values {
-                private: bool; [[Private DBus connection]]
+                private_: bool; [[Private DBus connection]]
             }
         }
     @property bus {