Skip to content

Commit

Permalink
Mark aspell_(dict|module)_info_list_(empty|size) as unimplemented.
Browse files Browse the repository at this point in the history
Closes #155.
  • Loading branch information
kevina committed Mar 23, 2024
1 parent a0f7775 commit 5f2f216
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions auto/mk-src.in
Original file line number Diff line number Diff line change
Expand Up @@ -1008,15 +1008,45 @@ class: module info list
/
config: config

list methods
method: empty
const
desc => UNIMPLEMENTED. Always returns false (i.e. 0).
/
bool

method: size
const
desc => UNIMPLEMENTED. Always returns 0.
/
unsigned int

method: elements
const
/
module info enumeration

class: dict info list
/
constructor: get aspell dict info list
/
config: config

list methods
method: empty
const
desc => UNIMPLEMENTED. Always returns false (i.e. 0).
/
bool

method: size
const
desc => UNIMPLEMENTED. Always returns 0.
/
unsigned int

method: elements
const
/
dict info enumeration

class: module info enumeration
/
Expand Down

0 comments on commit 5f2f216

Please sign in to comment.