We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RSTRING_END
char*
string
1 parent 33d7293 commit 2d03541Copy full SHA for 2d03541
config/default.yml.erb
@@ -81,6 +81,8 @@ function:
81
<% end %>
82
83
pointer_hint:
84
+ RSTRING_END:
85
+ self: raw
86
RSTRING_PTR:
87
self: raw
88
rb_data_object_make:
spec/ruby_header_parser/parser_spec.rb
@@ -310,7 +310,7 @@
310
311
its(:name) { should eq "RSTRING_END" }
312
its(:definition) { should eq "RSTRING_END(VALUE str)" }
313
- its(:typeref) { should eq typeref(type: "char", pointer: :ref) }
+ its(:typeref) { should eq typeref(type: "char", pointer: :raw) }
314
its(:args) { should eq args }
315
end
316
0 commit comments