libgphoto2 photo camera library (libgphoto2) API  2.5.2
gphoto2-port-info.h
Go to the documentation of this file.
1 
24 #ifndef GPHOTO_PORT_INFO_H
25 #define GPHOTO_PORT_INFO_H
26 
32 struct _GPPortInfo {
34  char *name;
35  char *path;
37  /* Private */
39 };
40 #endif