Top | ![]() |
![]() |
![]() |
![]() |
const char * | libinsane_item_get_name () |
LibinsaneItemType | libinsane_item_get_item_type () |
void | libinsane_item_close () |
GList * | libinsane_item_get_children () |
GList * | libinsane_item_get_options () |
LibinsaneScanSession * | libinsane_item_scan_start () |
LibinsaneItemType
libinsane_item_get_item_type (LibinsaneItem *self
);
GList * libinsane_item_get_children (LibinsaneItem *self
,GError **error
);
See C-API
self |
current item. Should be a root item (not a result |
|
error |
in case an error occurred while looking for children items |
GList * libinsane_item_get_options (LibinsaneItem *self
,GError **error
);
See C-API