ColorProfileStore


Description:

[ CCode ( cname = "gimp_color_profile_store_new" , has_construct_function = false , type = "GtkListStore*" ) ]
[ Version ( since = "2.4" ) ]
public ColorProfileStore (File history)

Creates a new ColorProfileStore object and populates it with last used profiles read from the file history.

The updated history is written back to disk when the store is disposed.

The File passed as history is typically created using the following code snippet: <informalexample><programlisting> gchar *history = gimp_personal_rc_file ("profilerc"); < /programlisting></informalexample>

Parameters:

history

File of the profilerc (or null for no history)

Returns:

a new ColorProfileStore