summaryrefslogtreecommitdiff
path: root/libdleyna/core/service-task.c
Commit message (Collapse)AuthorAgeFilesLines
* Port to gupnp-1.2Jan Tojnar2019-03-161-0/+1
| | | | | | | | | | The latest version of gupnp breaks backwards compatibility. Fortunately, there are not many calls to gupnp functions in core, so we just needed to bump the dependencies. There is one deprecated gupnp_service_proxy_cancel_action call but I am not sure how to change it without breaking Dleyna API. Let's leave it for now.
* Changed the Copyright to 2017Rick Bell2017-02-271-1/+1
|
* Added new core.c and core.h to Makefile.amRick Bell2015-05-011-1/+1
| | | | Updated Copyright from 2013 to 2015
* [Warnings] Fix compile warnings on ARMMark Ryan2013-12-121-1/+1
| | | | | | | | | | | Partial fix for https://github.com/01org/dleyna-renderer/issues/137 The signature of dleyna_service_task_get_user_data was wrong and has now been fixed. We also need to align structures in virtual inheritence hierarchies. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
* [Task] Fix queued task cancellationLudovic Ferrandis2013-08-271-1/+2
| | | | | | | When the action callback failed and it returns 'failed' parameter set to FALSE, the queued task was not completed and the process blocked. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Architecture] Change directory structure to enable a master buildRegis Merlino2013-03-111-0/+130
Signed-off-by: Regis Merlino <regis.merlino@intel.com>