blob: 65c3d3c830d3b838b03980396ae4c620a394673c [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module blink.mojom;
// Loads hyphenation dictionary.
interface Hyphenation {
// Returns a handle to the raw hyphneation dictionary.
[Sync]
OpenDictionary(string locale) => (handle? hyphenation_dictionary_handle);
};