Added 'Since: GIMP 2.8' to GIMP_WIDGETS_ERROR.

* libgimpwidgets/gimpwidgets-error.h: Added 'Since: GIMP 2.8' to
GIMP_WIDGETS_ERROR.

* libgimpwidgets/gimpwidgets.h: Added gimpwidgets-error.h.

svn path=/trunk/; revision=27743
This commit is contained in:
Martin Nordholts
2008-12-01 07:44:14 +00:00
parent 725cfdfbcb
commit 43f810870b
3 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,13 @@ typedef enum
} GimpWidgetsError;
/**
* GIMP_WIDGETS_ERROR:
*
* The GIMP widgets error domain.
*
* Since: GIMP 2.8
*/
#define GIMP_WIDGETS_ERROR (gimp_widgets_error_quark ())
GQuark gimp_widgets_error_quark (void) G_GNUC_CONST;