Function

GPluginPluginStateto_string

since: 0.32

Declaration [src]

const gchar*
gplugin_plugin_state_to_string (
  GPluginPluginState state
)

Description [src]

Gets a string representation of state.

Available since: 0.32

Parameters

state

Type: GPluginPluginState

The GPluginPluginState.

Return value

Type: const gchar*

The string representation of state.

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