Method

DexStateTransitionContextget_from

unstable since: 1.2

Declaration [src]

guint
dex_state_transition_context_get_from (
  DexStateTransitionContext* context
)

Description [src]

Gets the source state for the transition edge being executed.

This value is fixed for the lifetime of context and does not change if dex_state_transition_context_set_state() is called.

Available since: 1.2

Return value

Type: guint

The source state for the transition edge.