summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorRazvan Chitu <razvan.ch95@gmail.com>2016-02-08 18:26:57 +0200
committerRazvan Chitu <razvan.ch95@gmail.com>2016-02-08 18:31:44 +0200
commit1913ec0223c925f5cbf4b071b7a7e5fd384a51d0 (patch)
treeedf08696aa838a41da5fcaefad5e4016c383e660 /THANKS
parent5a6f8694d942e107cf818c811735fb984a91693d (diff)
downloadnautilus-1913ec0223c925f5cbf4b071b7a7e5fd384a51d0.tar.gz
file-operations: replace io_scheduler with GTask API
Nautilus file operations are implemented as asynchronous jobs scheduled using g_io_scheduler. Since g_io_scheduler has been deprecated, these operations should be using the simpler GTask API. The helper functions used in the operations have been changed in a previous patch so it is now possible to port the jobs themselves to the new API. The job structures are now data for tasks, which are handled by the existing functions in separate threads. For finalizing the operations, the existing "job_done" functions are now used as callbacks. https://bugzilla.gnome.org/show_bug.cgi?id=761549
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions