Function

Gimpgradient_is_editable

since: 2.4

Declaration [src]

gboolean
gimp_gradient_is_editable (
  const gchar* name
)

Description [src]

Tests if gradient can be edited

Returns TRUE if you have permission to change the gradient.

Available since: 2.4

Parameters

name

Type: const gchar*

The gradient name.

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

Return value

Type: gboolean

TRUE if the gradient can be edited.