Module: GirFFI::InfoExt::FullTypeName
- Included in:
- GObjectIntrospection::ICallbackInfo, GObjectIntrospection::IConstantInfo, GObjectIntrospection::IRegisteredTypeInfo
- Defined in:
- lib/gir_ffi/info_ext/full_type_name.rb
Overview
Extension module provinding a #full_name method suitable for callbacks, constants and registered types. Signals and vfuncs need a different implementation.
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
10 11 12 |
# File 'lib/gir_ffi/info_ext/full_type_name.rb', line 10 def full_name "#{safe_namespace}::#{safe_name}" end |