vl-list-exported-functions
(vl-list-exported-functions [ appName ]
)
This function returns a list of functions
exported from appName.
Arguments |
appName (string, optional) application name to retrieve the functions exported from; if omitted or NIL, a list of all exported functions is returned |
Return |
list of strings |
Example |
if "MyApp.des" is loaded and
uses (vl-doc-export 'MyCalculator) to export "MyCalculator"
: |
Remarks |
appName is the name of the DES file (without path and extension) |
© Bricsys NV. All rights reserved. |