Function hexchat_api::lib_get_info

source ·
pub fn lib_get_info(
    name: *mut *const c_char,
    desc: *mut *const c_char,
    vers: *mut *const c_char,
    callback: Box<InfoFn>
)
Expand description

This function sets Hexchat’s character pointer pointer’s to point at the pinned buffers holding info about a plugin. Not to be called by plugin authors - it’s only public because dll_entry_points() generates code that calls this.