Skip to content

Signal name handling improvements

Philip Withnall requested to merge pwithnall/glib:signal-underscores into master

Various improvements to signal and property name handling improvements, originally triggered by the fact that signals were being inserted twice into the lookup binary search array and global GQuark table. A host of other small improvements spawned from that.

See individual commit messages for details.

Helps: #358

Merge request reports