GNOME Bugzilla – Bug 789277
window: rename get_flatpack_id into get_sandboxed_app_id
Last modified: 2017-10-21 18:40:26 UTC
We can now break the API and use more generic name for this
Created attachment 361995 [details] [review] window: rename get_flatpack_id into get_sandboxed_app_id This function can be more generic now.
Created attachment 361996 [details] [review] window-tracker: use generic meta_window_get_sandboxed_app_id gnome-shell patch too
Review of attachment 361995 [details] [review]: OK ::: src/core/window.c @@ +7300,3 @@ + * supported). + * + * Return value: (transfer none): the Sandboxed application ID or %NULL sandboxed
Review of attachment 361996 [details] [review]: OK
Comment on attachment 361995 [details] [review] window: rename get_flatpack_id into get_sandboxed_app_id The following fix has been pushed: ab5ac21 window: rename get_flatpack_id into get_sandboxed_app_id
Created attachment 362021 [details] [review] window: rename get_flatpack_id into get_sandboxed_app_id This function can be more generic now.
The following fix has been pushed: f956991 window-tracker: use generic meta_window_get_sandboxed_app_id
Created attachment 362022 [details] [review] window-tracker: use generic meta_window_get_sandboxed_app_id This is valid for both Flatpak's and snaps now, we can use a more generic API then.