summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
blob: c05b661f7402942a7b11b5830ec96b7cf2e968fe (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
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
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;

LIBGUSB_0.2.11 {
  global:
    g_usb_context_set_flags;
    g_usb_context_get_flags;
} LIBGUSB_0.2.9;

LIBGUSB_0.3.1 {
  global:
    g_usb_device_get_spec;
    g_usb_version_string;
} LIBGUSB_0.2.11;

LIBGUSB_0.3.3 {
  global:
    g_usb_interface_get_endpoints;
    g_usb_endpoint_get_kind;
    g_usb_endpoint_get_maximum_packet_size;
    g_usb_endpoint_get_polling_interval;
    g_usb_endpoint_get_address;
    g_usb_endpoint_get_direction;
    g_usb_endpoint_get_extra;
    g_usb_endpoint_get_number;
    g_usb_endpoint_get_refresh;
    g_usb_endpoint_get_synch_address;
    g_usb_endpoint_get_type;
} LIBGUSB_0.3.1;