Docky autodoc

Have a question about our Software Developer Kit? Ask them here.
Post Reply
User avatar
trixie
Posts: 409
Joined: Thu Jun 30, 2011 2:54 pm
Location: Czech Republic

Docky autodoc

Post by trixie »

The docky autodoc in the current SDK needs revision! First, it mentions a "docky.library" while apparently there is no such thing in the system. Instead, it's the docky itself that is implemented as a library - but it is never called "docky.library" so the autodoc is confusing in this respect. Second, the autodoc lists functions Clone(), Expunge(),Obtain() and Release() - but looking at available docky source codes it appears that the correct names are DockyClone(), DockyExpunge(), DockyObtain() and DockyRelease().
The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
centaurz
Posts: 13
Joined: Sat Jun 18, 2011 1:24 pm

Re: Docky autodoc

Post by centaurz »

No the names of the functions are correct: Clone(), Expunge(), Obtain(), Release() defined as the minimum function set for Exec interfaces.
Actually, the names of their implementation in the source of a docky does not matter.
Only docky-specific functions are prefixed: DockyGet(), DockySet() and DockyProcess().
Post Reply