Function glib::translate::const_override
source · [−]Expand description
Overrides pointer constness.
Use when the C API need const pointer, but function with IsA<T>
constraint,
that usually don’t have const pointer conversion.