Gimp.palettes_refresh

function palettes_refresh(): Boolean {
    // Gjs wrapper for gimp_palettes_refresh()
}
  

Refreshes current palettes. This function always succeeds.

This procedure retrieves all palettes currently in the user's palette path and updates the palette dialogs accordingly.

Returns

TRUE on success.