mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
cpp2ffi.lua, generator ... :get manual funcs args and ret
This commit is contained in:
@@ -8225,19 +8225,19 @@ defs["ImGuiTextBuffer_append"][1]["stname"] = "ImGuiTextBuffer"
|
||||
defs["ImGuiTextBuffer_append"]["(const char*,const char*)"] = defs["ImGuiTextBuffer_append"][1]
|
||||
defs["ImGuiTextBuffer_appendf"] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["args"] = "(ImGuiTextBuffer* self,const char* fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["args"] = "(struct ImGuiTextBuffer* buffer, const char* fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][1] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][1]["name"] = "self"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][1]["type"] = "ImGuiTextBuffer*"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][1]["name"] = "buffer"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][1]["type"] = "struct ImGuiTextBuffer*"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][2] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][2]["name"] = "fmt"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][2]["type"] = "const char*"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][2]["type"] = " const char*"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][3] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][3]["name"] = "..."
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsT"][3]["type"] = "..."
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsoriginal"] = "(const char* fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["call_args"] = "(fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["argsoriginal"] = "(struct ImGuiTextBuffer* buffer, const char* fmt, ...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["call_args"] = "(buffer,fmt,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["cimguiname"] = "ImGuiTextBuffer_appendf"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["defaults"] = {}
|
||||
defs["ImGuiTextBuffer_appendf"][1]["funcname"] = "appendf"
|
||||
@@ -8246,9 +8246,9 @@ defs["ImGuiTextBuffer_appendf"][1]["location"] = "imgui:2709"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["manual"] = true
|
||||
defs["ImGuiTextBuffer_appendf"][1]["ov_cimguiname"] = "ImGuiTextBuffer_appendf"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["ret"] = "void"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["signature"] = "(const char*,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["signature"] = "(struct ImGuiTextBuffer*, const char*,...)"
|
||||
defs["ImGuiTextBuffer_appendf"][1]["stname"] = "ImGuiTextBuffer"
|
||||
defs["ImGuiTextBuffer_appendf"]["(const char*,...)"] = defs["ImGuiTextBuffer_appendf"][1]
|
||||
defs["ImGuiTextBuffer_appendf"]["(struct ImGuiTextBuffer*, const char*,...)"] = defs["ImGuiTextBuffer_appendf"][1]
|
||||
defs["ImGuiTextBuffer_appendfv"] = {}
|
||||
defs["ImGuiTextBuffer_appendfv"][1] = {}
|
||||
defs["ImGuiTextBuffer_appendfv"][1]["args"] = "(ImGuiTextBuffer* self,const char* fmt,va_list args)"
|
||||
@@ -24514,7 +24514,7 @@ defs["igLogText"][1]["argsT"][1]["type"] = "const char*"
|
||||
defs["igLogText"][1]["argsT"][2] = {}
|
||||
defs["igLogText"][1]["argsT"][2]["name"] = "..."
|
||||
defs["igLogText"][1]["argsT"][2]["type"] = "..."
|
||||
defs["igLogText"][1]["argsoriginal"] = "(const char* fmt,...)"
|
||||
defs["igLogText"][1]["argsoriginal"] = "(const char* fmt, ...)"
|
||||
defs["igLogText"][1]["call_args"] = "(fmt,...)"
|
||||
defs["igLogText"][1]["cimguiname"] = "igLogText"
|
||||
defs["igLogText"][1]["defaults"] = {}
|
||||
|
Reference in New Issue
Block a user