module GirFFI::InfoExt::FullTypeName

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

Public Instance Methods

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