Public Attributes | |
void(* | decoded )(ZBarGtk *zbar, zbar_symbol_type_t symbol_type, const char *data) |
ZBarGtk::decoded: : the object that received the signal : the type of symbol decoded (a zbar_symbol_type_t) : the data decoded from the symbol. More... | |
void(* | decoded_text )(ZBarGtk *zbar, const char *text) |
ZBarGtk::decoded-text: : the object that received the signal : the decoded data prefixed by the string name of the symbol type (separated by a colon) More... | |
GtkWidgetClass | parent_class |
void(* | scan_image )(ZBarGtk *zbar, GdkPixbuf *image) |
ZBarGtk::scan-image: : the object that received the signal. More... | |
ZBarGtk::decoded: : the object that received the signal : the type of symbol decoded (a zbar_symbol_type_t) : the data decoded from the symbol.
emitted when a barcode is decoded from an image. the symbol type and contained data are provided as separate parameters
ZBarGtk::decoded-text: : the object that received the signal : the decoded data prefixed by the string name of the symbol type (separated by a colon)
emitted when a barcode is decoded from an image. the symbol type name is prefixed to the data, separated by a colon
GtkWidgetClass _ZBarGtkClass::parent_class |
ZBarGtk::scan-image: : the object that received the signal.
the image to scan for barcodes