GNOME Bugzilla – Bug 666657
[0.11] DEBUG_BIN_TO_DOT_FILE need to be turned into a function call
Last modified: 2012-01-06 13:42:27 UTC
GI doesn't like macros, so APIs that are currently only available as Macros, like the DEBUG_BIN_TO_DOT_FILE needs to become functions to be bindable.
There are functions behind the macros. The macros are only here to compile it out.