AppInterfaces/data/Config.interface
2015-12-16 19:58:14 +01:00

26 lines
343 B
Plaintext

#$Id$
service=Config
[constants]
LIST_SECTIONS=1
LIST_VARIABLES=2
[call::get]
ret=STRING
arg1=STRING,filename
arg2=STRING,section
arg3=STRING,variable
[call::list]
ret=STRING[]
arg1=STRING,filename
arg2=STRING,section
arg3=UINT32,what
[call::set]
ret=BOOLEAN
arg1=STRING,filename
arg2=STRING,section
arg3=STRING,variable
arg4=STRING,value