libgphoto2 photo camera library (libgphoto2) Internals
2.5.23
|
Go to the documentation of this file.
32 # define _(String) dgettext (GETTEXT_PACKAGE, String)
34 # define N_(String) gettext_noop (String)
36 # define N_(String) (String)
39 # define _(String) (String)
40 # define N_(String) (String)
83 return (
N_(
"Unknown camera library error"));
89 return (
N_(
"Unknown error"));
#define GP_ERROR_FILE_NOT_FOUND
Specified file was not found.
#define GP_ERROR_CAMERA_ERROR
Unspecified camera error.
#define GP_ERROR_FILE_EXISTS
File already exists.
#define GP_ERROR_MODEL_NOT_FOUND
Specified camera model was not found.
static struct @0 result_descriptions[]
#define GP_ERROR_PATH_NOT_ABSOLUTE
Path is not absolute.
const char * gp_result_as_string(int result)
Translate a gphoto error code into a localized string.
#define GP_ERROR_CAMERA_BUSY
The camera is already busy.
#define GP_ERROR_NO_SPACE
Not enough space.
#define GP_ERROR_CORRUPTED_DATA
Corrupted data received.
#define GP_ERROR_CANCEL
Cancellation successful.
#define GP_ERROR_OS_FAILURE
Unspecified failure of the operating system.
#define GP_ERROR_DIRECTORY_EXISTS
Specified directory already exists.
#define GP_ERROR_DIRECTORY_NOT_FOUND
Specified directory was not found.
const char * gp_port_result_as_string(int result)