libgphoto2 photo camera library (libgphoto2) Internals
2.5.23
gphoto2-port-version.h
Go to the documentation of this file.
1
21
#ifndef __GPHOTO2_PORT_VERSION_H__
22
#define __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
/* __GPHOTO2_PORT_VERSION_H__ */
42
43
/*
44
* Local Variables:
45
* c-file-style:"linux"
46
* indent-tabs-mode:t
47
* End:
48
*/
GP_VERSION_SHORT
@ GP_VERSION_SHORT
Definition:
gphoto2-port-version.h:25
GP_VERSION_VERBOSE
@ GP_VERSION_VERBOSE
Definition:
gphoto2-port-version.h:26
GPVersionVerbosity
GPVersionVerbosity
Definition:
gphoto2-port-version.h:24
gp_port_library_version
const char ** gp_port_library_version(GPVersionVerbosity verbose)
Definition:
gphoto2-port-version.c:26
libgphoto2_port
gphoto2
gphoto2-port-version.h
Generated by
1.8.18