selection: Support the file transfer portal

When the selection target is application/vnd.portal.files,
send files through the file transfer portal.
This commit is contained in:
Matthias Clasen
2023-02-24 09:37:59 -05:00
parent bae6a37ed9
commit 9f81db139d
4 changed files with 660 additions and 2 deletions

View File

@ -659,6 +659,10 @@ if os_unix and tracker3_enabled
gtk_unix_sources += 'gtksearchenginetracker3.c'
endif
if os_unix
gtk_unix_sources += 'filetransferportal.c'
endif
if os_unix
gtk_sources += gtk_unix_sources
endif