Skip to content
Commit d9a6824b authored by Ben's avatar Ben Committed by Colin Walters
Browse files

Add support for function typedefs without pointer

g-ir-scanner now supports something like this:

    typedef void my_callback(int);

Notice how my_callback is not a pointer.

https://bugzilla.gnome.org/show_bug.cgi?id=755645
parent 5341da35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment