# File lib/clutter/animatable.rb, line 20 def set_final_state(property_name, value) property = self.class.property(property_name) value = GLib::Value.new(property.value_type, value) set_final_state_without_conversion(property_name, value) end
Generated with the Darkfish Rdoc Generator 2.