class GirFFI::UserDefinedPropertyInfo

Represents a property of a user defined type, conforming, as needed, to the interface of GObjectIntrospection::IPropertyInfo.

Attributes

param_spec[R]

Public Class Methods

new(param_spec) click to toggle source
# File lib/gir_ffi/user_defined_property_info.rb, line 5
def initialize param_spec
  @param_spec = param_spec
end

Public Instance Methods

name() click to toggle source
# File lib/gir_ffi/user_defined_property_info.rb, line 11
def name
  @param_spec.get_name
end