[][src]Function dqcsim::bindings::dqcs_pdef_author

#[no_mangle]pub extern "C" fn dqcs_pdef_author(pdef: dqcs_handle_t) -> *mut c_char

Returns the plugin author for the given plugin definition object.

On success, this returns a newly allocated string containing the JSON string. Free it with free() when you're done with it to avoid memory leaks. On failure, this returns NULL.