updateAssociations

Change MIME Applications Associations for the current user by applying the provided query.

For compatibility purposes it overwrites user overrides in the deprecated location too.

This function is Freedesktop only. Note: It will not overwrite desktop-specific overrides.

  1. void updateAssociations(string fileName, AssociationUpdateQuery query)
  2. void updateAssociations(AssociationUpdateQuery query)
    @safe
    static if(isFreedesktop)
    void
    updateAssociations
    ()

See Also

Meta