Top | ![]() |
![]() |
![]() |
![]() |
const char * | libinsane_api_get_version () |
LibinsaneApi * | libinsane_api_new_safebet () |
LibinsaneApi * | libinsane_api_new_from_string () |
GList * | libinsane_api_list_devices () |
LibinsaneItem * | libinsane_api_get_device () |
void | libinsane_api_cleanup () |
LibinsaneApi *
libinsane_api_new_safebet (GError **error
);
Instantiate the safest list of API for most cases. See lis_safebet
LibinsaneApi * libinsane_api_new_from_string (const char *desc
,GError **error
);
Instantiate a new list of API based on a provided string.
param
desc see lis_str2impls()
GList * libinsane_api_list_devices (LibinsaneApi *self
,LibinsaneDeviceLocations locations
,GError **error
);
LibinsaneItem * libinsane_api_get_device (LibinsaneApi *self
,const char *dev_id
,GError **error
);