Object
This is a generic class for entities that are part of the interface such as methods and signals.
Adds a formal parameter with name and signature (See also Message#add_param which takes signature+value)
# File lib/dbus/introspect.rb, line 126 def add_fparam(name, signature) @params << FormalParameter.new(name, signature) end
Generated with the Darkfish Rdoc Generator 2.