Method

GimpColorProfileget_summary

since: 2.10

Declaration [src]

const gchar*
gimp_color_profile_get_summary (
  GimpColorProfile* profile
)

Description [src]

This function return a string containing a multi-line summary of profiles description, model, manufacturer and copyright, to be used as detailed information about the profile in a user interface.

Available since: 2.10

Return value

Type: const gchar*

The profiles summary. The returned value belongs to profile and must not be modified or freed.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.