Module: GirFFI::InfoExt::FullTypeName

Defined in:
lib/gir_ffi/info_ext/full_type_name.rb

Overview

Extension module provinding a #full_type_name method suitable for callbacks, constants and registered types. Signals and vfuncs need a different implementation.

Instance Method Summary collapse

Instance Method Details

#full_type_nameObject



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

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