GActionEntry.changeState

the callback to connect to the "change-state" signal of the action. All stateful actions should provide a handler here; stateless actions should not.

struct GActionEntry
extern (C)
void function(GSimpleAction* action, VariantC* value, void* userData) changeState;