libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
_GPContext Struct Reference

Data Fields

GPContextIdleFunc idle_func
 
void * idle_func_data
 
GPContextProgressStartFunc progress_start_func
 
GPContextProgressUpdateFunc progress_update_func
 
GPContextProgressStopFunc progress_stop_func
 
void * progress_func_data
 
GPContextErrorFunc error_func
 
void * error_func_data
 
GPContextQuestionFunc question_func
 
void * question_func_data
 
GPContextCancelFunc cancel_func
 
void * cancel_func_data
 
GPContextStatusFunc status_func
 
void * status_func_data
 
GPContextMessageFunc message_func
 
void * message_func_data
 
unsigned int ref_count
 

Detailed Description

Definition at line 38 of file gphoto2-context.c.

Field Documentation

◆ cancel_func

GPContextCancelFunc _GPContext::cancel_func

Definition at line 54 of file gphoto2-context.c.

Referenced by gp_context_cancel(), and gp_context_set_cancel_func().

◆ cancel_func_data

void* _GPContext::cancel_func_data

Definition at line 55 of file gphoto2-context.c.

Referenced by gp_context_cancel(), and gp_context_set_cancel_func().

◆ error_func

GPContextErrorFunc _GPContext::error_func

Definition at line 48 of file gphoto2-context.c.

Referenced by gp_context_error(), and gp_context_set_error_func().

◆ error_func_data

void* _GPContext::error_func_data

Definition at line 49 of file gphoto2-context.c.

Referenced by gp_context_error(), and gp_context_set_error_func().

◆ idle_func

GPContextIdleFunc _GPContext::idle_func

Definition at line 40 of file gphoto2-context.c.

Referenced by gp_context_idle(), and gp_context_set_idle_func().

◆ idle_func_data

void* _GPContext::idle_func_data

Definition at line 41 of file gphoto2-context.c.

Referenced by gp_context_idle(), and gp_context_set_idle_func().

◆ message_func

GPContextMessageFunc _GPContext::message_func

Definition at line 60 of file gphoto2-context.c.

Referenced by gp_context_message(), and gp_context_set_message_func().

◆ message_func_data

void* _GPContext::message_func_data

Definition at line 61 of file gphoto2-context.c.

Referenced by gp_context_message(), and gp_context_set_message_func().

◆ progress_func_data

void* _GPContext::progress_func_data

◆ progress_start_func

GPContextProgressStartFunc _GPContext::progress_start_func

Definition at line 43 of file gphoto2-context.c.

Referenced by gp_context_progress_start(), and gp_context_set_progress_funcs().

◆ progress_stop_func

GPContextProgressStopFunc _GPContext::progress_stop_func

Definition at line 45 of file gphoto2-context.c.

Referenced by gp_context_progress_stop(), and gp_context_set_progress_funcs().

◆ progress_update_func

GPContextProgressUpdateFunc _GPContext::progress_update_func

Definition at line 44 of file gphoto2-context.c.

Referenced by gp_context_progress_update(), and gp_context_set_progress_funcs().

◆ question_func

GPContextQuestionFunc _GPContext::question_func

Definition at line 51 of file gphoto2-context.c.

Referenced by gp_context_question(), and gp_context_set_question_func().

◆ question_func_data

void* _GPContext::question_func_data

Definition at line 52 of file gphoto2-context.c.

Referenced by gp_context_question(), and gp_context_set_question_func().

◆ ref_count

unsigned int _GPContext::ref_count

Definition at line 63 of file gphoto2-context.c.

Referenced by gp_context_new(), gp_context_ref(), and gp_context_unref().

◆ status_func

GPContextStatusFunc _GPContext::status_func

Definition at line 57 of file gphoto2-context.c.

Referenced by gp_context_set_status_func(), and gp_context_status().

◆ status_func_data

void* _GPContext::status_func_data

Definition at line 58 of file gphoto2-context.c.

Referenced by gp_context_set_status_func(), and gp_context_status().


The documentation for this struct was generated from the following file: