Function glfw::log_errors[src]
pub fn log_errors(_: Error, description: ~str, _: &())
The function to be used with the LOG_ERRORS
callback.
pub fn log_errors(_: Error, description: ~str, _: &())
The function to be used with the LOG_ERRORS
callback.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).