Skip to content

giscanner.ast: map uintptr_t and intptr_t

Those types should map by definition to guintptr and gintptr.

They are fairly common in Rust cbindgen projects, which maps usize->uintptr_t for ex.

Merge request reports