Creating GTK::Closure::Expression objects from Builder Descriptions

If I have the following builder markup:

<object class="AdwComboRow">
  <property name="expression">
     <closure type="gchararray" function="fold_policy_name"/>
  </property>
</object>

What would this look like if I were to create it by hand? I have a use-case, but the use of builder is out of scope, so I am having to produce several of these without it. Can someone help?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.