1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
# generated automatically, do not edit!
LIBGUSB_0.1.0 {
global:
g_usb_context_error_quark;
g_usb_context_get_source;
g_usb_context_get_type;
g_usb_context_new;
g_usb_context_set_debug;
g_usb_device_bulk_transfer;
g_usb_device_bulk_transfer_async;
g_usb_device_bulk_transfer_finish;
g_usb_device_claim_interface;
g_usb_device_close;
g_usb_device_control_transfer;
g_usb_device_control_transfer_async;
g_usb_device_control_transfer_finish;
g_usb_device_error_quark;
g_usb_device_get_address;
g_usb_device_get_bus;
g_usb_device_get_configuration;
g_usb_device_get_manufacturer_index;
g_usb_device_get_pid;
g_usb_device_get_product_index;
g_usb_device_get_serial_number_index;
g_usb_device_get_string_descriptor;
g_usb_device_get_type;
g_usb_device_get_vid;
g_usb_device_interrupt_transfer;
g_usb_device_interrupt_transfer_async;
g_usb_device_interrupt_transfer_finish;
g_usb_device_list_coldplug;
g_usb_device_list_find_by_bus_address;
g_usb_device_list_find_by_vid_pid;
g_usb_device_list_get_devices;
g_usb_device_list_get_type;
g_usb_device_list_new;
g_usb_device_open;
g_usb_device_release_interface;
g_usb_device_reset;
g_usb_device_set_configuration;
g_usb_source_error_quark;
g_usb_source_set_callback;
g_usb_strerror;
# LIBGUSB_0.2.5
g_usb_context_get_main_context;
g_usb_context_set_main_context;
# LIBGUSB_0.2.8
g_usb_device_get_interface;
g_usb_device_get_interfaces;
g_usb_device_get_release;
g_usb_device_set_interface_alt;
g_usb_interface_get_alternate;
g_usb_interface_get_class;
g_usb_interface_get_extra;
g_usb_interface_get_index;
g_usb_interface_get_kind;
g_usb_interface_get_length;
g_usb_interface_get_number;
g_usb_interface_get_protocol;
g_usb_interface_get_subclass;
g_usb_interface_get_type;
# LIBGUSB_0.2.9
g_usb_context_wait_for_replug;
local: *;
};
LIBGUSB_0.1.1 {
global:
g_usb_device_get_platform_id;
local: *;
} LIBGUSB_0.1.0;
LIBGUSB_0.1.7 {
global:
g_usb_device_get_device_class;
local: *;
} LIBGUSB_0.1.1;
LIBGUSB_0.2.2 {
global:
g_usb_context_enumerate;
g_usb_context_find_by_bus_address;
g_usb_context_find_by_vid_pid;
g_usb_context_get_devices;
local: *;
} LIBGUSB_0.1.7;
LIBGUSB_0.2.4 {
global:
g_usb_context_find_by_platform_id;
g_usb_device_get_children;
g_usb_device_get_device_protocol;
g_usb_device_get_device_subclass;
g_usb_device_get_parent;
g_usb_device_get_pid_as_str;
g_usb_device_get_port_number;
g_usb_device_get_vid_as_str;
local: *;
} LIBGUSB_0.2.2;
LIBGUSB_0.2.5 {
global:
g_usb_device_get_custom_index;
local: *;
} LIBGUSB_0.2.4;
LIBGUSB_0.2.11 {
global:
g_usb_context_get_flags;
g_usb_context_set_flags;
local: *;
} LIBGUSB_0.2.5;
LIBGUSB_0.3.1 {
global:
g_usb_device_get_spec;
g_usb_version_string;
local: *;
} LIBGUSB_0.2.11;
LIBGUSB_0.3.3 {
global:
g_usb_endpoint_get_address;
g_usb_endpoint_get_direction;
g_usb_endpoint_get_extra;
g_usb_endpoint_get_kind;
g_usb_endpoint_get_maximum_packet_size;
g_usb_endpoint_get_number;
g_usb_endpoint_get_polling_interval;
g_usb_endpoint_get_refresh;
g_usb_endpoint_get_synch_address;
g_usb_endpoint_get_type;
g_usb_interface_get_endpoints;
local: *;
} LIBGUSB_0.3.1;
LIBGUSB_0.3.5 {
global:
g_usb_device_get_configuration_index;
local: *;
} LIBGUSB_0.3.3;
|