summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface.h
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Use @self for instance dataRichard Hughes2022-09-041-10/+10
|
* Reformat the code using clang-formatRichard Hughes2022-09-041-12/+22
| | | | | This frees up mental energy when reviewing patches and is something I should have done a long time ago.
* trivial: Remove some duplicate header includesRichard Hughes2022-06-161-1/+0
|
* Use '#pragma once' to reduce boilerplateRichard Hughes2020-01-211-4/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-14/+1
|
* trivial: Fix the copyright statements for GUsbEndpointRichard Hughes2020-01-211-0/+1
|
* Add a thin glib wrapper around libusb_endpoint_descriptorEmmanuel Pacaud2020-01-201-0/+1
|
* Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macroIgnacio Casal Quinteiro2015-11-171-26/+2
|
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-101-0/+68
Sometimes we do actually need to care about what interfaces a device exports.