module GirFFI::InfoExt::FullTypeName

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

Public Instance Methods

full_name() click to toggle source
# File lib/gir_ffi/info_ext/full_type_name.rb, line 10
def full_name
  "#{safe_namespace}::#{safe_name}"
end