Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / std_includes / sfd / scalospreviewplugin_lib.sfd
blobf4dcf66bf8e12f4ff2d82d04201d7e2424381920
1 ==id $Id: scalospreviewplugin_lib.sfd 5 2009-02-17 20:22:13Z jlachmann $
2 ==copyright ©2006 The Scalos Team
3 ==base _ScalosPreviewPluginBase
4 *==basetype struct Library *
5 ==bias 30
6 ==public
7 ==include <scalos/scalos.h>
8 ==include <utility/tagitem.h>
9 LONG SCAPreviewGenerate(struct ScaWindowTask *wt, BPTR dirLock, CONST_STRPTR iconName, struct TagItem *tagList) (a0,a1,a2,a3)
10 ==varargs
11 LONG SCAPreviewGenerateTags(struct ScaWindowTask *wt, BPTR dirLock, CONST_STRPTR iconName, ULONG firstTag, ...) (a0,a1,a2,a3)
12 ==end