summaryrefslogtreecommitdiff
path: root/thumbnails.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-12-23 17:10:39 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2009-12-23 17:10:39 +0100
commit1f0ef0bc2e7d0b99feb05e57f1c15a5a739c48fa (patch)
treed9000823af75d35d8c0b7a18d51b250c4c674b28 /thumbnails.h
parenta539fdf38688cbed984d9db1f08deaaf34eaf9e0 (diff)
Reworked the main window.
Images are now placed in their own icon view. Folders are selected in the above tree view, while the icon view displays thumbnails of the images in the selected folder. The thumbnails are cached using the thumbnail specification (~/.thumbnails/).
Diffstat (limited to 'thumbnails.h')
-rw-r--r--thumbnails.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/thumbnails.h b/thumbnails.h
new file mode 100644
index 0000000..d4ab69f
--- /dev/null
+++ b/thumbnails.h
@@ -0,0 +1,8 @@
+#ifndef _THUMBNAILS_H_
+#define _THUMBNAILS_H_
+
+#include <glib.h>
+
+gpointer add_thumbs_thread(gpointer data);
+
+#endif