libgphoto2 photo camera library (libgphoto2) API
2.5.30
gphoto2-port-version.h
Go to the documentation of this file.
1
21
#ifndef LIBGPHOTO2_GPHOTO2_PORT_VERSION_H
22
#define LIBGPHOTO2_GPHOTO2_PORT_VERSION_H
23
24
typedef
enum
{
25
GP_VERSION_SHORT = 0,
26
GP_VERSION_VERBOSE = 1
27
} GPVersionVerbosity;
28
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
typedef
const
char
**(*GPVersionFunc)(GPVersionVerbosity verbose);
35
const
char
**gp_port_library_version(GPVersionVerbosity verbose);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* !defined(LIBGPHOTO2_GPHOTO2_PORT_VERSION_H) */
42
43
/*
44
* Local Variables:
45
* c-file-style:"linux"
46
* indent-tabs-mode:t
47
* End:
48
*/
libgphoto2_port
gphoto2
gphoto2-port-version.h
Generated by
1.9.3