Home
last modified time | relevance | path

Searched refs:gp_context_status (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/canon/
H A Dlibrary.c509 gp_context_status (context, _("Switching Camera Off")); in canon_int_switch_camera_off()
1993 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2034 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2064 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2094 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2123 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2140 gp_context_status (context, _("Aperture changed")); in camera_set_config()
2153 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2182 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
2211 gp_context_status (context, _("Camera unavailable")); in camera_set_config()
[all …]
H A Dserial.c1301 gp_context_status (context, _("Resetting protocol...")); in canon_serial_ready()
1310 gp_context_status (context, _("Camera OK.")); in canon_serial_ready()
1323 gp_context_status (context, _("Looking for camera ...")); in canon_serial_ready()
1375 gp_context_status (context, _("Detected a \"%s\" aka \"%s\""), in canon_serial_ready()
1437 gp_context_status (context, _("Changing speed... wait...")); in canon_serial_ready()
1442 gp_context_status (context, _("Error changing speed")); in canon_serial_ready()
1452 gp_context_status (context, in canon_serial_ready()
1463 gp_context_status (context, _("Connected to camera")); in canon_serial_ready()
H A Dusb.c2620 gp_context_status (context, _("Detected a '%s'."), models[i].id_str); in canon_usb_identify()
H A DChangeLog823 * *.c: gp_camera_status -> gp_context_status
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/panasonic/
H A Ddc1000.c369 gp_context_status(context, _("Disconnecting camera.")); in camera_exit()
406 gp_context_status(context, _("Downloading image %s."), filename); in get_file_func()
444 gp_context_status(context, _("Uploading image: %s."), name); in put_file_func()
495 gp_context_status(context, _("Deleting image %s."), filename); in delete_file_func()
H A Ddc1580.c465 gp_context_status(context, _("Disconnecting camera.")); in camera_exit()
519 gp_context_status(context, _("Downloading %s."), filename); in get_file_func()
565 gp_context_status(context, _("Uploading image: %s."), name); in put_file_func()
613 gp_context_status(context, _("Deleting image %s."), filename); in delete_file_func()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/gphoto2/
H A Dgphoto2-context.h107 void gp_context_status (GPContext *context, const char *format, ...)
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dlibgphoto2.sym73 gp_context_status
H A Dgphoto2-context.c224 gp_context_status (GPContext *context, const char *format, ...) in gp_context_status() function
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/kodak/dc240/
H A DChangeLog42 * dc240.c: gp_camera_status -> gp_context_status
H A Dlibrary.c863 gp_context_status (context, "Waiting for completion..."); in dc240_capture()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/gphoto2/
H A Dcontext.i42 %ignore gp_context_status;