- FT_List_Destructor
alias FT_List_Destructor = void function(FT_Memory, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Iterator
alias FT_List_Iterator = FT_Error function(FT_ListNode, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Add
alias da_FT_List_Add = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Finalize
alias da_FT_List_Finalize = void function(FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Find
alias da_FT_List_Find = FT_ListNode function(FT_List, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Insert
alias da_FT_List_Insert = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Iterate
alias da_FT_List_Iterate = FT_Error function(FT_List list, FT_List_Iterator iterator, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Remove
alias da_FT_List_Remove = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_FT_List_Up
alias da_FT_List_Up = void function(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Add
void FT_List_Add(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Finalize
void FT_List_Finalize(FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Find
FT_ListNode FT_List_Find(FT_List list, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Insert
void FT_List_Insert(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Iterate
FT_Error FT_List_Iterate(FT_List list, FT_List_Iterator iterator, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Remove
void FT_List_Remove(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Up
void FT_List_Up(FT_List list, FT_ListNode node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.