Class: GObjectIntrospection::FunctionInfo
- Inherits:
-
Object
- Object
- GObjectIntrospection::FunctionInfo
- Defined in:
- lib/gobject-introspection/function-info.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
19 20 21 22 23 |
# File 'lib/gobject-introspection/function-info.rb', line 19 def inspect super.gsub(/>\z/) do " lock_gvl_default=#{lock_gvl?.inspect}>" end end |