libgphoto2 photo camera library (libgphoto2) API  2.5.13
gphoto2-port-info.h
Go to the documentation of this file.
00001 
00024 #ifndef GPHOTO_PORT_INFO_H
00025 #define GPHOTO_PORT_INFO_H
00026 
00032 struct _GPPortInfo {
00033         GPPortType type;        
00034         char *name;             
00035         char *path;             
00037         /* Private */
00038         char *library_filename; 
00039 };
00040 #endif