get_state_variable


Description:

public unowned ServiceStateVariableInfo? get_state_variable (string variable_name)

Returns the state variable by the name variable_name in this service.

Parameters:

this

A ServiceIntrospection

variable_name

The name of the variable to retrieve

Returns:

the state variable or null. Do not modify or free it.