Module: GirFFI::InfoExt::FullTypeName

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_nameObject



10
11
12
# File 'lib/gir_ffi/info_ext/full_type_name.rb', line 10

def full_name
  "#{safe_namespace}::#{safe_name}"
end