summaryrefslogtreecommitdiffstats
path: root/src/usb-device-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* gtk: make SpiceUsbDeviceWidget privateMarc-André Lureau2016-03-141-36/+0
| | | | | | | | Do not leak internals of SpiceUsbDeviceWidget in public headers. This makes also the class final, which let us extend more easily without fear of breaking ABI. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* Gtk applications should only include spice-client-gtk.hJonathon Jongsma2015-10-091-0/+4
| | | | | | This header is the single include needed for all gtk-related functionality, similar to spice-client.h. Generate a compiler warning if a different header is included.
* docs: Add missing parameter/field descriptionsPavel Grunt2015-09-251-0/+1
|
* Move gtk/ -> src/Marc-André Lureau2015-06-081-0/+81
For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!