Function

Gimppalette_is_editable

Declaration [src]

gboolean
gimp_palette_is_editable (
  const gchar* name
)

Description [src]

Tests if palette can be edited

Returns TRUE if you have permission to change the palette.

Available since:2.4

Parameters

name const gchar*
 

The palette name.

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

Return value

Returns: gboolean
 

TRUE if the palette can be edited.