summaryrefslogtreecommitdiff
path: root/gusb/gusb.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to reduce boilerplateRichard Hughes2020-01-211-5/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-15/+1
|
* Add a thin glib wrapper around libusb_endpoint_descriptorEmmanuel Pacaud2020-01-201-0/+1
|
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-101-0/+1
| | | | Sometimes we do actually need to care about what interfaces a device exports.
* Support g_autoptr() for all gusb object typesKalev Lember2015-09-141-0/+1
| | | | | | This allows using e.g. g_autoptr(GUsbDevice) in other programs, but does not make libgusb itself use g_autoptr, or require a new enough glib to support it.
* No longer require G_USB_API_IS_SUBJECT_TO_CHANGERichard Hughes2014-11-261-4/+0
| | | | A silly define doesn't allow us to change the API without bumping soname.
* Add padding to GUsb*Class structsHans de Goede2011-09-071-0/+1
| | | | | | This allows us to later add signals without changing the ABI. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add GUsbDeviceListHans de Goede2011-08-101-0/+1
|
* Rename libgusb to gusbHans de Goede2011-08-101-0/+39
So that we can include our headers from other headers in the form of: include <gusb/gusb-foo.h> And still have a working local build.