summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_vpath_file_core.eo
blob: 6a627f032ecb8c1783512b75557278dfca891be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class Efl.Vpath.File.Core (Efl.Vpath.File)
{
   [[ Core EFL implementation of a Vpath File

   @since 1.18
   ]]
   eo_prefix: efl_vpath_file_core;
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.Vpath.File.do;
      Efl.Vpath.File.wait;
   }
}