mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Updated prof_autocomplete in design doc
This commit is contained in:
parent
937950096f
commit
2429d23fbb
1
DESIGN
1
DESIGN
@ -178,4 +178,5 @@ types:
|
|||||||
PStrFunc: A function that will get a string out of the data structure
|
PStrFunc: A function that will get a string out of the data structure
|
||||||
PCopyFunc: A function that will make a copy the data structure, allocating
|
PCopyFunc: A function that will make a copy the data structure, allocating
|
||||||
memory for it.
|
memory for it.
|
||||||
|
PEqualDeepFunc: A function to compare two structures by comparing all members.
|
||||||
GDestroyNotify: A function that will free memory for the data structure.
|
GDestroyNotify: A function that will free memory for the data structure.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user