#include "config.h"
#include <gphoto2/gphoto2-result.h>
#include <stddef.h>
Include dependency graph for gphoto2-result.c:
Defines | |
#define | _(String) (String) |
#define | N_(String) (String) |
Functions | |
const char * | gp_result_as_string (int result) |
Translate a gphoto error code into a localized string. |
const char* gp_result_as_string | ( | int | result | ) |
Translate a gphoto error code into a localized string.
result | a gphoto2 error code |