Home
last modified time | relevance | path

Searched refs:gp_context_set_status_func (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py2-gp2.5/
H A Dcontext.py124 gp_context_set_status_func = _context.gp_context_set_status_func variable
H A Dcontext_wrap.c3169 gp_context_set_status_func (self, func, data); in _GPContext_set_status_func()
3861 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_Context_set_status_func()
4199 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_gp_context_set_status_func()
4223 gp_context_set_status_func(arg1,arg2,arg3); in _wrap_gp_context_set_status_func()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py3-gp2.5/
H A Dcontext.py124 gp_context_set_status_func = _context.gp_context_set_status_func variable
H A Dcontext_wrap.c3169 gp_context_set_status_func (self, func, data); in _GPContext_set_status_func()
3861 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_Context_set_status_func()
4199 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_gp_context_set_status_func()
4223 gp_context_set_status_func(arg1,arg2,arg3); in _wrap_gp_context_set_status_func()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/examples/
H A Dcontext.c26 gp_context_set_status_func (context, ctx_status_func, NULL); in sample_create_context()
H A Dbest-iso.c55 gp_context_set_status_func (context, ctx_status_func, NULL); in sample_create_context()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/gphoto2/
H A Dcontext.i246 gp_context_set_status_func, wrap_status_func)
316 gp_context_set_status_func, ($self, func, data))
/dports/graphics/libgphoto2/libgphoto2-2.5.26/gphoto2/
H A Dgphoto2-context.h91 void gp_context_set_status_func (GPContext *context,
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dlibgphoto2.sym72 gp_context_set_status_func
H A Dgphoto2-context.c385 gp_context_set_status_func (GPContext *context, GPContextStatusFunc func, in gp_context_set_status_func() function
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-status.c276 gp_context_set_status_func (status->context->context, in gtkam_status_new()
/dports/graphics/gphoto2/gphoto2-2.5.26/gphoto2/
H A Dgp-params.c277 gp_context_set_status_func (p->context, ctx_status_func, p); in gp_params_init()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_gphoto2.cpp321 gp_context_set_status_func(context, ctxStatusFunc, (void*) this); in initContext()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcamera_control.c661gp_context_set_status_func(camctl->gpcontext, (GPContextStatusFunc)_status_func_dispatch25, camctl… in dt_camctl_new()
665 gp_context_set_status_func(camctl->gpcontext, (GPContextStatusFunc)_status_func_dispatch, camctl); in dt_camctl_new()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcamera_control.c661gp_context_set_status_func(camctl->gpcontext, (GPContextStatusFunc)_status_func_dispatch25, camctl… in dt_camctl_new()
665 gp_context_set_status_func(camctl->gpcontext, (GPContextStatusFunc)_status_func_dispatch, camctl); in dt_camctl_new()
/dports/graphics/kamera/kamera-21.12.3/kioslave/
H A Dkamera.cpp933 gp_context_set_status_func(m_context, frontendCameraStatus, this); in setCamera()
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-tethered-shooting.c1179 gp_context_set_status_func (tether_info->context, ctx_status_func, tether_info); in rs_tethered_shooting_open()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-bi-py3-gp2.5/
H A Dcontext_wrap.c3927 gp_context_set_status_func (self, func, data); in _GPContext_set_status_func()
4615 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_Context_set_status_func()
4953 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_gp_context_set_status_func()
4977 gp_context_set_status_func(arg1,arg2,arg3); in _wrap_gp_context_set_status_func()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-bi-py2-gp2.5/
H A Dcontext_wrap.c3927 gp_context_set_status_func (self, func, data); in _GPContext_set_status_func()
4615 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_Context_set_status_func()
4953 _global_callbacks->remove = (RemoveFunc) gp_context_set_status_func; in _wrap_gp_context_set_status_func()
4977 gp_context_set_status_func(arg1,arg2,arg3); in _wrap_gp_context_set_status_func()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/backend/
H A Dgpcamera.cpp101 gp_context_set_status_func(context, status_func, 0); in GPStatus()