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

@ -1,3 +1,10 @@
2008-12-01 Martin Nordholts <martinn@svn.gnome.org>
* libgimpwidgets/gimpwidgets-error.h: Added 'Since: GIMP 2.8' to
GIMP_WIDGETS_ERROR.
* libgimpwidgets/gimpwidgets.h: Added gimpwidgets-error.h.
2008-11-30 Martin Nordholts <martinn@svn.gnome.org>
* libgimpwidgets/gimpwidgets-error.[ch]: New files defining

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;

View File

@ -74,6 +74,7 @@
#include <libgimpwidgets/gimpstock.h>
#include <libgimpwidgets/gimpstringcombobox.h>
#include <libgimpwidgets/gimpunitmenu.h>
#include <libgimpwidgets/gimpwidgets-error.h>
#include <libgimpwidgets/gimpzoommodel.h>
#include <libgimpwidgets/gimpoldwidgets.h>