AppInterfaces/data/Config.interface

26 lines
340 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=BOOL
arg1=STRING,filename
arg2=STRING,section
arg3=STRING,variable
arg4=STRING,value