mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 140 forks source link

Value fixes #110

Closed sundermann closed 10 years ago

sundermann commented 10 years ago

This PR fixes some errors with Cairo types in signals because these are no value types and the default constructor does not take a ref.

monoadmin commented 10 years ago

Hello! I'm the build bot for the Mono project. I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done. Contributors can ignore this message.

shana commented 10 years ago

approve

We have a bot, this is fun!

shana commented 10 years ago

approve

bl8 commented 10 years ago

whitelist

alexrp commented 10 years ago

Investigating why the bot isn't responding...

alexrp commented 10 years ago

approve

bl8 commented 10 years ago

I've committed this to git master. Thanks !