Skip to content

macos: Add pixbuf formats similar to mime-types

Arjan Molenaar requested to merge amolenaar/gtk:macos-file-filter-pixbufs into main

Both mime-type and pixbuf-formats rules use g_content_type_from_mime_type() to convert their (mime) types to native UTI types.

So it's just enough to convert the file types associated with pixbuf-formats to a NSArray of NSStrings.

Does this resolve #5296 (closed)?

Merge request reports