# File lib/core/delivery.rb, line 153 def update(state) impl = @local.impl object_to_data(@local.data, Cproton.pn_disposition_data(impl)) object_to_data(@local.annotations, Cproton.pn_disposition_annotations(impl)) object_to_data(@local.condition, Cproton.pn_disposition_condition(impl)) Cproton.pn_delivery_update(@impl, state) end