libgimp*: lots of doc fixes and new docs for structs and enums

(cherry picked from commit aca5f806c4)
This commit is contained in:
Michael Natterer
2019-07-24 01:18:30 +02:00
parent f020569caa
commit ff1e645c2f
18 changed files with 166 additions and 11 deletions

View File

@ -29,6 +29,12 @@
G_BEGIN_DECLS
/**
* GimpWidgetsError:
* @GIMP_WIDGETS_PARSE_ERROR: A parse error has occured
*
* Types of errors returned by libgimpwidgets functions
**/
typedef enum
{
GIMP_WIDGETS_PARSE_ERROR