Method

GrlSourcewritable_keys

since: 0.2.0

Declaration [src]

const GList*
grl_source_writable_keys (
  GrlSource* source
)

Description [src]

Similar to grl_source_supported_keys(), but these keys are marked as writable, meaning the source allows the client to provide new values for these keys that will be stored permanently.

Available since: 0.2.0

Return value

Type: A list of None

a GList with the keys.

The data is owned by the instance.