eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
gtk
photo.h
1
#ifndef EID_VWR_GTK_PHOTO_H
2
#define EID_VWR_GTK_PHOTO_H
3
4
struct
photo_info
5
{
6
void
*raw;
7
int
plen;
8
void
*hash;
9
int
hlen;
10
GdkPixbuf *pixbuf;
11
};
12
13
void
displayphoto(
char
*label,
void
*data,
int
length);
14
void
photohash(
char
*label,
void
*data,
int
length);
15
16
const
struct
photo_info
*photo_get_data();
17
18
#endif
photo_info
Definition
photo.h:5
Generated by
1.9.8