summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_mono_model_internal_child.eo
blob: 5802e69e4fbfc6f52d96a952974871ca47f5dcd8 (plain)
1
2
3
4
5
6
7
8
9
10
class Efl.Mono_Model_Internal_Child extends Efl.Object implements Efl.Model
{
  implements {
    Efl.Object.constructor;
    Efl.Object.destructor;
    Efl.Model.properties { get; }
    Efl.Model.property { get; set; }
    Efl.Model.child_add;
  }
}