Skip to content

v0.0.7

Compare
Choose a tag to compare
@pekim pekim released this 13 Jan 12:06
· 72 commits to master since this release
  • Support signals that have enum or bitfield parameters. b6021d1
  • Support connecting to a notify signal for a single property. notify-signal-for-a-single-property 15244e1
  • Remove functions that accept or return Go uintptr type. While this is strictly speaking a breaking API change, such functions were probably not usable in the first place. 9106c9c
  • Add an example that shows a widget with custom drawing. custom-drawing/main.go
  • Support cairo.
    • cairo - Add manually created bindings for most functions.
    • pangocairo - Generate types and functions.