bindbc.freetype.bind.ftlist

Undocumented in source.

Members

Aliases

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.

Functions

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.

Static variables

FT_List_Add
da_FT_List_Add FT_List_Add;
Undocumented in source.
FT_List_Finalize
da_FT_List_Finalize FT_List_Finalize;
Undocumented in source.
FT_List_Find
da_FT_List_Find FT_List_Find;
Undocumented in source.
FT_List_Insert
da_FT_List_Insert FT_List_Insert;
Undocumented in source.
FT_List_Iterate
da_FT_List_Iterate FT_List_Iterate;
Undocumented in source.
FT_List_Remove
da_FT_List_Remove FT_List_Remove;
Undocumented in source.
FT_List_Up
da_FT_List_Up FT_List_Up;
Undocumented in source.

Meta