Lists exported functions
(vl-list-exported-functions [appname])
A list of strings naming exported functions; otherwise nil, if there are no functions exported from the specified VLX. If appname is omitted or is nil, vl-list-exported-functions returns a list of all exported functions (for example, c: functions) except those exported from VLX namespaces.
_$ (vl-list-exported-functions "whichexpns")
("WHICHNAMESPACE")
See Also
-
The vl-list-loaded-vlx function.