GNOME Bugzilla – Bug 738218
g_vfs_daemon_get_blocking_processes should return pids for all jobs
Last modified: 2018-09-21 17:43:42 UTC
Since g_vfs_daemon_has_blocking_processes returns TRUE if there is any job (see https://bugzilla.gnome.org/attachment.cgi?id=279609), we should return correct list of pids from g_vfs_daemon_get_blocking_processes (not only for opened channels).
Created attachment 288758 [details] [review] pass client's pid into jobs It breaks internal d-bus api, so it could cause problems for users using e.g. jhbuild. Hopeffuly all handlers has changed correctly. It is not fully tested yet...
Created attachment 288783 [details] [review] daemon: return array of pids for jobs
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gvfs/issues/239.