We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is on 46beta, the generated code is:
def curvature(path : Gsk::Path,direction : Gsk::PathDirection,) : Graphene::Point # gsk_path_point_get_curvature: (Method) # @path: # @direction: # @center: (out) (nullable) (caller-allocates) # Returns: (transfer none) # Generator::NullableArrayPlan center = if center.nil? Void.null else center.to_unsafe end # Generator::CallerAllocatesPlan center=Graphene::Point.new # C call _retval = LibGsk.gsk_path_point_get_curvature(to_unsafe, path, direction, center) # Return value handling center end
The order doesn't really make much sense as center gets overwritten afterwards anyway?
The text was updated successfully, but these errors were encountered:
This is the same issue as the harfbuzz one some versions ago, I don't know if curvature should also be ignored nvm
Sorry, something went wrong.
Closing as this has been fixed on gtk4.cr
I think we can keep this open here, since gtk4 shard doesn't really fix it but just ignore the function.
No branches or pull requests
This is on 46beta, the generated code is:
The order doesn't really make much sense as center gets overwritten afterwards anyway?
The text was updated successfully, but these errors were encountered: