Skip to content
Commit 8acf6182 authored by Murray Cumming's avatar Murray Cumming
Browse files

Gio::Action: Add templated change_state() and activate().

* gio/src/action.hg: Also adding change_state_variant() and
  activate_variant() for them to call, and deprecating the
  change_state() and activate() methods that take VariantBase.
  Also added change_state() and activate() templated methods
  that take Variant<T_Value> to preserve API for application
  code that previously called change_state(VariantBase) with
  a Variant<>.
parent d4394805
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment