summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
blob: fc6f9221459c63e1ad94fc59c7f490b32a0d7a23 (plain)
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
LIBGUSB_0.1.0 {
  global:
    g_usb_*;
  local: *;
};

LIBGUSB_0.1.1 {
  global:
    g_usb_device_get_platform_id;
} LIBGUSB_0.1.0;

LIBGUSB_0.1.7 {
  global:
    g_usb_device_get_device_class;
} 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;
} LIBGUSB_0.1.7;

LIBGUSB_0.2.4 {
  global:
    g_usb_device_get_parent;
    g_usb_device_get_children;
    g_usb_device_get_port_number;
    g_usb_device_get_vid_as_str;
    g_usb_device_get_pid_as_str;
    g_usb_device_get_device_subclass;
    g_usb_device_get_device_protocol;
    g_usb_context_find_by_platform_id;
} LIBGUSB_0.2.2;

LIBGUSB_0.2.5 {
  global:
    g_usb_device_get_custom_index;
    g_usb_context_get_main_context;
    g_usb_context_set_main_context;
} LIBGUSB_0.2.4;

LIBGUSB_0.2.8 {
  global:
    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;
} LIBGUSB_0.2.5;

LIBGUSB_0.2.9 {
  global:
    g_usb_context_wait_for_replug;
} LIBGUSB_0.2.8;