summaryrefslogtreecommitdiff
path: root/gusb/gusb-autocleanups.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to reduce boilerplateRichard Hughes2020-01-211-4/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-14/+1
|
* Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macroIgnacio Casal Quinteiro2015-11-171-1/+0
|
* 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/+36
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.