36 #ifndef __PHOTO_REPORTER__ 37 #define __PHOTO_REPORTER__ 41 #include <gphoto2/gphoto2-context.h> 45 void contextError( GPContext* context,
const char* error_string,
void*
data );
46 void contextStatus( GPContext* context,
const char* status_string,
void* data );
47 void error(
const std::string& function_name );
48 void error(
const std::string& function_name,
49 const std::string& additional_message );
52 #endif //__PHOTO_REPORTER__ void error(const std::string &function_name)
void contextError(GPContext *context, const char *error_string, void *data)
void contextStatus(GPContext *context, const char *status_string, void *data)