GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8Chars typedef
GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8Chars = Pointer<NativeFunction<GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsFunction> >
@name editor_help_load_xml_from_utf8_chars @since 4.3
Loads new XML-formatted documentation data in the editor.
The provided pointer can be immediately freed once the function returns.
@param p_data A pointer to a UTF-8 encoded C string (null terminated).
Implementation
typedef GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8Chars =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsFunction
>
>;