forked from haskell-gi/haskell-gi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CBool GParamSpec (haskell-gi#409)
* Add CBool GParamSpec In order to avoid "unable to set property 'xx' of type 'HaskellGIStablePtr' from value of type 'gboolean'" error Native boolean GParamSpec is needed. This patch implements just that. * Change CBool to gboolean As correctly pointed out gboolean is not a CBool, but rather a Int. (using #{type gboolean})
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters