summaryrefslogtreecommitdiffstats
path: root/src/spice-pulse.c
Commit message (Collapse)AuthorAgeFilesLines
* spice-pulse: Use GTask instead of GSimpleAsyncResultFabiano Fidêncio2016-03-141-58/+34
| | | | | | | | Instead of using GSimpleAsyncResult, use the new GTask API, which is much more straightforward. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* logging: use more idiomatic spice-gtk loggingMarc-André Lureau2016-03-111-2/+2
| | | | | | | spice-gtk uses SPICE_DEBUG for debug lines (for now), and prefer direct glib glog/g_warning. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
* Move gtk/ -> src/Marc-André Lureau2015-06-081-0/+1354
For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!