Skip to content
  • António Fernandes's avatar
    query: Port MIME type filter to GPtrArray · ddded19a
    António Fernandes authored
    We have been using doubly-linked lists to store MIME type names strings.
    
    But this is not a great container for strings, and we are copying the
    lists multiple times.
    
    So, use GPtrArray instead. This avoids copies thanks to reference
    counting, and enables autocleanup thanks to built-in data freeing.
    ddded19a