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
|
@ -29,21 +29,21 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
gboolean gimp_thumb_init (const gchar *creator,
|
||||
const gchar *thumb_basedir);
|
||||
gboolean gimp_thumb_init (const gchar *creator,
|
||||
const gchar *thumb_basedir);
|
||||
|
||||
gchar * gimp_thumb_get_thumb_dir (GimpThumbSize size);
|
||||
gboolean gimp_thumb_ensure_thumb_dir (GimpThumbSize size,
|
||||
GError **error);
|
||||
const gchar * gimp_thumb_get_thumb_dir (GimpThumbSize size);
|
||||
gboolean gimp_thumb_ensure_thumb_dir (GimpThumbSize size,
|
||||
GError **error);
|
||||
|
||||
gchar * gimp_thumb_name_from_uri (const gchar *uri,
|
||||
GimpThumbSize *size);
|
||||
gchar * gimp_thumb_find_thumb (const gchar *uri,
|
||||
GimpThumbSize *size);
|
||||
gchar * gimp_thumb_name_from_uri (const gchar *uri,
|
||||
GimpThumbSize size);
|
||||
gchar * gimp_thumb_find_thumb (const gchar *uri,
|
||||
GimpThumbSize *size);
|
||||
|
||||
gboolean gimp_thumb_file_test (const gchar *filename,
|
||||
gint64 *mtime,
|
||||
gint64 *size);
|
||||
gboolean gimp_thumb_file_test (const gchar *filename,
|
||||
gint64 *mtime,
|
||||
gint64 *size);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue