mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
841e90d84f
commit
aa4c77b6ad
7 changed files with 158 additions and 45 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue