libgimpthumb/gimpthumb-error.c libgimpthumb/gimpthumb-utils.[ch] some code

2003-12-14  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumb-error.c
	* libgimpthumb/gimpthumb-utils.[ch]
	* libgimpthumb/gimpthumbnail.c: some code review and addition of
	API documentation. Not finished yet...
This commit is contained in:
Sven Neumann 2003-12-14 13:21:44 +00:00 committed by Sven Neumann
parent 841e90d84f
commit aa4c77b6ad
7 changed files with 158 additions and 45 deletions

View file

@ -30,6 +30,13 @@
#include "gimpthumb-error.h"
/**
* gimp_thumb_error_quark:
*
* This function is never called directly. Use GIMP_THUMB_ERROR() instead.
*
* Return value: the #GQuark that defines the GimpThumb error domain.
**/
GQuark
gimp_thumb_error_quark (void)
{