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:

committed by
Sven Neumann

parent
841e90d84f
commit
aa4c77b6ad
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user