Jan Grulich
Jan Grulich
> As written (one doc ID), does this mean the app should send multiple requests for multiple files? If that's the case, wouldn't it be better to be able to...
> > but I guess this PR can be changed to support more at once > > I could add a second function which takes an array. Many D_Bus libraries...
@JakobDev are you going to update this change to take more document IDs? I can look into it myself if you don't have time to do so. I really want...
I think safer would be to return a `map` to not rely on the order of document ids you pass. This way you can also skip those document ids that...
> > return map. > > You can implemnt that if you want. I ave little to no motivation in messing with glib further. The last one already took a...
I have submitted https://github.com/flatpak/xdg-desktop-portal/pull/1364 to continue with the changes I suggested here.
I think this change as it is, is a bit incomplete. If an app/client is supposed to call this API, it needs to be added to the `org.freedesktop.portal.OpenURI` instead, because...
@xhorak also please squash your commits or split it to reasonable parts and remove the merge commit.
This needs a rebase. Also, see https://github.com/flatpak/xdg-desktop-portal/pull/1375. You will have to bump version to 5. Also at the top of the XML file there is a sentence `This document describes...
Also, maybe this can be permission based? To address @matthiasclasen concerns? Like, first ask will popup a permission dialog, to ask whether you want to allow given application access to...