Function

GPluginPluginStateto_string

Declaration [src]

const gchar*
gplugin_plugin_state_to_string (
  GPluginPluginState state
)

Description [src]

Gets a string representation of state.

Available since:0.32.0

Parameters

state GPluginPluginState
 

The GPluginPluginState.

Return value

Returns: const gchar*
 

The string representation of state.

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.