[−][src]Macro glib::glib_boxed_type
macro_rules! glib_boxed_type { () => { ... }; }
Macro for defining a get_type
function.
This returns a glib::Type
and registers Self
via register_boxed_type
the first time it is called.
macro_rules! glib_boxed_type { () => { ... }; }
Macro for defining a get_type
function.
This returns a glib::Type
and registers Self
via register_boxed_type
the first time it is called.