Gimp.get_default_comment

function get_default_comment(): String {
    // Gjs wrapper for gimp_get_default_comment()
}
  

Get the default image comment as specified in the Preferences.

Returns a copy of the default image comment.

Returns

Default image comment. The returned value must be freed with g_free().