File: ee_thumb.h

package info (click to toggle)
picview 0.8-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 604 kB
  • ctags: 98
  • sloc: ansic: 1,496; sh: 175; makefile: 75
file content (23 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*****************             Electirc Eyes           ***********************/
/* This software is Copyright (C) 1998 but The Rasterman (Carsten Haitzler). */
/* This software falls under the GNU Public License. Please read the COPYING */
/* file for more information                                                 */
/*****************************************************************************/

#ifndef __EE_THUMB_H__
#define __EE_THUMB_H__

#include <gtk/gtk.h>
#include <gdk_imlib.h>

#ifdef __cplusplus
extern              "C"
{
#endif                          /* __cplusplus */
	void           ee_thumb_init_dirs(void);
	GdkImlibImage *ee_thumb_find(gchar *path, gchar *filename, gchar *size, gint maxw, gint maxh);
#ifdef __cplusplus
}
#endif                          /* __cplusplus */

#endif