docs: vpath: mark all vpath classes as introduced with upcoming 1.18

This commit is contained in:
Stefan Schmidt 2016-04-26 13:47:50 +02:00
parent 204a252abe
commit 9eb488aaa5
5 changed files with 16 additions and 3 deletions

View File

@ -15,6 +15,8 @@ interface Efl.Vpath
"https://blahblah.com/file.jpg"
"ssh://blahblah.com:~/file.jpg"
...
@since 1.18
]]
legacy_prefix: null;
eo_prefix: efl_vpath;

View File

@ -1,6 +1,9 @@
class Efl.Vpath.Core (Eo.Base, Efl.Vpath)
{
[[ Core EFL implementation of a Vpath system ]]
[[ Core EFL implementation of a Vpath system
@since 1.18
]]
legacy_prefix: null;
eo_prefix: efl_vpath_core;
methods {

View File

@ -11,6 +11,8 @@ class Efl.Vpath_File (Eo.Base)
fetched or failed event callbacks will be called, inside of which or
afterwards you can fetch the resulting local file path by getting the
result property.
@since 1.18
]]
legacy_prefix: null;
eo_prefix: efl_vpath_file;

View File

@ -1,6 +1,9 @@
class Efl.Vpath_File.Core (Efl.Vpath_File)
{
[[ Core EFL implementation of a Vpath File ]]
[[ Core EFL implementation of a Vpath File
@since 1.18
]]
legacy_prefix: null;
eo_prefix: efl_vpath_file_core;
implements {

View File

@ -1,6 +1,9 @@
class Efl.Vpath_Manager (Eo.Base)
{
[[ Vpath Manager manages multiple VPath objects that remap/download ]]
[[ Vpath Manager manages multiple VPath objects that remap/download
@since 1.18
]]
legacy_prefix: null;
eo_prefix: efl_vpath_manager;
methods {