mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-02 13:19:40 +00:00
26 lines
1.5 KiB
XML
26 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<dump>
|
|
<class name="SpellingChecker" get-type="spelling_checker_get_type" parents="GObject" final="1">
|
|
<property name="language" type="gchararray" flags="1073742051" default-value="NULL"/>
|
|
<property name="provider" type="SpellingProvider" flags="235"/>
|
|
</class>
|
|
<class name="SpellingDictionary" get-type="spelling_dictionary_get_type" parents="GObject" abstract="1">
|
|
<property name="code" type="gchararray" flags="235" default-value="NULL"/>
|
|
</class>
|
|
<class name="SpellingLanguage" get-type="spelling_language_get_type" parents="GObject" final="1">
|
|
<property name="code" type="gchararray" flags="235" default-value="NULL"/>
|
|
<property name="group" type="gchararray" flags="235" default-value="NULL"/>
|
|
<property name="name" type="gchararray" flags="235" default-value="NULL"/>
|
|
</class>
|
|
<class name="SpellingProvider" get-type="spelling_provider_get_type" parents="GObject" abstract="1">
|
|
<property name="display-name" type="gchararray" flags="235" default-value="NULL"/>
|
|
</class>
|
|
<class name="SpellingTextBufferAdapter" get-type="spelling_text_buffer_adapter_get_type" parents="GObject" final="1">
|
|
<implements name="GActionGroup"/>
|
|
<property name="buffer" type="GtkSourceBuffer" flags="235"/>
|
|
<property name="checker" type="SpellingChecker" flags="227"/>
|
|
<property name="enabled" type="gboolean" flags="1073742051" default-value="TRUE"/>
|
|
<property name="language" type="gchararray" flags="1073742051" default-value="NULL"/>
|
|
</class>
|
|
</dump>
|