mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-09 16:00:35 +00:00
Added the functionlist section to the .conf of the libraries present in
workbench/libs. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@23354 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
@ -23,3 +23,26 @@ BOOL SetAmigaGuideContext (AMIGAGUIDECONTEXT handle, ULONG context, Tag tag1, ..
|
||||
##begin cdefprivate
|
||||
#include "amigaguide_intern.h"
|
||||
##end cdefprivate
|
||||
##begin functionlist
|
||||
LONG LockAmigaGuideBase(AMIGAGUIDECONTEXT handle) (A0)
|
||||
void UnlockAmigaGuideBase(LONG key) (D0)
|
||||
|
||||
AMIGAGUIDECONTEXT OpenAmigaGuideA(struct NewAmigaGuide *nag, struct TagItem *attrs) (A0, A1)
|
||||
AMIGAGUIDECONTEXT OpenAmigaGuideAsyncA(struct NewAmigaGuide *nag, struct TagItem *attrs) (A0, D0)
|
||||
void CloseAmigaGuide(AMIGAGUIDECONTEXT handle) (A0)
|
||||
ULONG AmigaGuideSignal(AMIGAGUIDECONTEXT handle) (A0)
|
||||
struct AmigaGuideMsg *GetAmigaGuideMsg(AMIGAGUIDECONTEXT handle) (A0)
|
||||
void ReplyAmigaGuideMsg(struct AmigaGuideMsg *msg) (A0)
|
||||
BOOL SetAmigaGuideContextA(AMIGAGUIDECONTEXT handle, ULONG context, struct TagItem *attrs) (A0, D0, D1)
|
||||
BOOL SendAmigaGuideContextA(AMIGAGUIDECONTEXT handle, struct TagItem *attrs) (A0, D0)
|
||||
BOOL SendAmigaGuideCmdA(AMIGAGUIDECONTEXT handle, STRPTR cmd, struct TagItem *attrs) (A0, D0, D1)
|
||||
LONG SetAmigaGuideAttrsA(AMIGAGUIDECONTEXT handle, struct TagItem *attrs) (A0, A1)
|
||||
LONG GetAmigaGuideAttr(Tag tag, AMIGAGUIDECONTEXT handle, ULONG *storage) (D0, A0, A1)
|
||||
|
||||
LONG LoadXRef(BPTR lock, STRPTR name) (A0, A1)
|
||||
void ExpungeXRef() ()
|
||||
AMIGAGUIDEHOST AddAmigaGuideHostA(struct Hook *hook, STRPTR name, struct TagItem *attrs) (A0, D0, A1)
|
||||
LONG RemoveAmigaGuideHostA(AMIGAGUIDEHOST key, struct TagItem *attrs) (A0, A1)
|
||||
.skip 10
|
||||
STRPTR GetAmigaGuideString(ULONG id) (D0)
|
||||
##end functionlist
|
||||
|
||||
Reference in New Issue
Block a user