/usr/share/gtk-doc/html/gucharmap-2.90/gucharmap-2.90.devhelp2 is in libgucharmap-2-90-dev 1:3.10.1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="gucharmap Reference Manual" link="index.html" author="" name="gucharmap" version="2" language="c">
<chapters>
<sub name="[Insert title here]" link="ch01.html">
<sub name="GucharmapCodepointList" link="GucharmapCodepointList.html"/>
<sub name="GucharmapBlockChaptersModel" link="GucharmapBlockChaptersModel.html"/>
<sub name="GucharmapChaptersModel" link="gucharmap-gucharmap-chapters-model.html"/>
<sub name="GucharmapChartable" link="gucharmap-gucharmap-chartable.html"/>
<sub name="GucharmapScriptChaptersModel" link="GucharmapScriptChaptersModel.html"/>
<sub name="GucharmapScriptCodepointList" link="gucharmap-gucharmap-script-codepoint-list.html"/>
<sub name="GucharmapChaptersView" link="gucharmap-gucharmap-chapters-view.html"/>
<sub name="GucharmapCharmap" link="gucharmap-gucharmap-charmap.html"/>
<sub name="gucharmap-unicode-info" link="gucharmap-gucharmap-unicode-info.html"/>
</sub>
</chapters>
<functions>
<keyword type="struct" name="struct GucharmapCodepointList" link="GucharmapCodepointList.html#GucharmapCodepointList-struct"/>
<keyword type="function" name="gucharmap_codepoint_list_get_char ()" link="GucharmapCodepointList.html#gucharmap-codepoint-list-get-char"/>
<keyword type="function" name="gucharmap_codepoint_list_get_index ()" link="GucharmapCodepointList.html#gucharmap-codepoint-list-get-index"/>
<keyword type="function" name="gucharmap_codepoint_list_get_last_index ()" link="GucharmapCodepointList.html#gucharmap-codepoint-list-get-last-index"/>
<keyword type="struct" name="struct GucharmapBlockChaptersModel" link="GucharmapBlockChaptersModel.html#GucharmapBlockChaptersModel-struct"/>
<keyword type="function" name="gucharmap_block_chapters_model_new ()" link="GucharmapBlockChaptersModel.html#gucharmap-block-chapters-model-new"/>
<keyword type="struct" name="GucharmapChaptersModelPrivate" link="gucharmap-gucharmap-chapters-model.html#GucharmapChaptersModelPrivate"/>
<keyword type="struct" name="struct GucharmapChaptersModel" link="gucharmap-gucharmap-chapters-model.html#GucharmapChaptersModel-struct"/>
<keyword type="function" name="gucharmap_chapters_model_get_codepoint_list ()" link="gucharmap-gucharmap-chapters-model.html#gucharmap-chapters-model-get-codepoint-list"/>
<keyword type="function" name="gucharmap_chapters_model_get_title ()" link="gucharmap-gucharmap-chapters-model.html#gucharmap-chapters-model-get-title"/>
<keyword type="function" name="gucharmap_chapters_model_get_book_codepoint_list ()" link="gucharmap-gucharmap-chapters-model.html#gucharmap-chapters-model-get-book-codepoint-list"/>
<keyword type="function" name="gucharmap_chapters_model_character_to_iter ()" link="gucharmap-gucharmap-chapters-model.html#gucharmap-chapters-model-character-to-iter"/>
<keyword type="function" name="gucharmap_chapters_model_id_to_iter ()" link="gucharmap-gucharmap-chapters-model.html#gucharmap-chapters-model-id-to-iter"/>
<keyword type="struct" name="GucharmapChartablePrivate" link="gucharmap-gucharmap-chartable.html#GucharmapChartablePrivate"/>
<keyword type="struct" name="struct GucharmapChartable" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-struct"/>
<keyword type="function" name="gucharmap_chartable_new ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-new"/>
<keyword type="function" name="gucharmap_chartable_set_font_desc ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-font-desc"/>
<keyword type="function" name="gucharmap_chartable_set_font_fallback ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-font-fallback" since="2.34"/>
<keyword type="function" name="gucharmap_chartable_get_font_fallback ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-get-font-fallback" since="2.34"/>
<keyword type="function" name="gucharmap_chartable_get_active_character ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-get-active-character"/>
<keyword type="function" name="gucharmap_chartable_set_active_character ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-active-character"/>
<keyword type="function" name="gucharmap_chartable_set_zoom_enabled ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-zoom-enabled"/>
<keyword type="function" name="gucharmap_chartable_get_zoom_enabled ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-get-zoom-enabled"/>
<keyword type="function" name="gucharmap_chartable_set_snap_pow2 ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-snap-pow2"/>
<keyword type="function" name="gucharmap_chartable_set_codepoint_list ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-set-codepoint-list"/>
<keyword type="function" name="gucharmap_chartable_get_codepoint_list ()" link="gucharmap-gucharmap-chartable.html#gucharmap-chartable-get-codepoint-list"/>
<keyword type="property" name="The "active-character" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--active-character"/>
<keyword type="property" name="The "codepoint-list" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--codepoint-list"/>
<keyword type="property" name="The "font-desc" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--font-desc"/>
<keyword type="property" name="The "font-fallback" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--font-fallback"/>
<keyword type="property" name="The "snap-power-2" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--snap-power-2"/>
<keyword type="property" name="The "zoom-enabled" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--zoom-enabled"/>
<keyword type="property" name="The "zoom-showing" property" link="gucharmap-gucharmap-chartable.html#GucharmapChartable--zoom-showing"/>
<keyword type="signal" name="The "activate" signal" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-activate"/>
<keyword type="signal" name="The "copy-clipboard" signal" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-copy-clipboard"/>
<keyword type="signal" name="The "move-cursor" signal" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-move-cursor"/>
<keyword type="signal" name="The "paste-clipboard" signal" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-paste-clipboard"/>
<keyword type="signal" name="The "status-message" signal" link="gucharmap-gucharmap-chartable.html#GucharmapChartable-status-message"/>
<keyword type="struct" name="struct GucharmapScriptChaptersModel" link="GucharmapScriptChaptersModel.html#GucharmapScriptChaptersModel-struct"/>
<keyword type="function" name="gucharmap_script_chapters_model_new ()" link="GucharmapScriptChaptersModel.html#gucharmap-script-chapters-model-new"/>
<keyword type="struct" name="GucharmapScriptCodepointListPrivate" link="gucharmap-gucharmap-script-codepoint-list.html#GucharmapScriptCodepointListPrivate"/>
<keyword type="struct" name="struct GucharmapScriptCodepointList" link="gucharmap-gucharmap-script-codepoint-list.html#GucharmapScriptCodepointList-struct"/>
<keyword type="function" name="gucharmap_script_codepoint_list_new ()" link="gucharmap-gucharmap-script-codepoint-list.html#gucharmap-script-codepoint-list-new"/>
<keyword type="function" name="gucharmap_script_codepoint_list_set_script ()" link="gucharmap-gucharmap-script-codepoint-list.html#gucharmap-script-codepoint-list-set-script"/>
<keyword type="function" name="gucharmap_script_codepoint_list_set_scripts ()" link="gucharmap-gucharmap-script-codepoint-list.html#gucharmap-script-codepoint-list-set-scripts"/>
<keyword type="function" name="gucharmap_script_codepoint_list_append_script ()" link="gucharmap-gucharmap-script-codepoint-list.html#gucharmap-script-codepoint-list-append-script"/>
<keyword type="struct" name="GucharmapChaptersViewPrivate" link="gucharmap-gucharmap-chapters-view.html#GucharmapChaptersViewPrivate"/>
<keyword type="struct" name="struct GucharmapChaptersView" link="gucharmap-gucharmap-chapters-view.html#GucharmapChaptersView-struct"/>
<keyword type="function" name="gucharmap_chapters_view_new ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-new"/>
<keyword type="function" name="gucharmap_chapters_view_set_model ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-set-model"/>
<keyword type="function" name="gucharmap_chapters_view_get_model ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-get-model"/>
<keyword type="function" name="gucharmap_chapters_view_select_character ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-select-character"/>
<keyword type="function" name="gucharmap_chapters_view_get_codepoint_list ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-get-codepoint-list"/>
<keyword type="function" name="gucharmap_chapters_view_get_book_codepoint_list ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-get-book-codepoint-list"/>
<keyword type="function" name="gucharmap_chapters_view_next ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-next"/>
<keyword type="function" name="gucharmap_chapters_view_previous ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-previous"/>
<keyword type="function" name="gucharmap_chapters_view_get_selected ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-get-selected"/>
<keyword type="function" name="gucharmap_chapters_view_set_selected ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-set-selected"/>
<keyword type="function" name="gucharmap_chapters_view_select_locale ()" link="gucharmap-gucharmap-chapters-view.html#gucharmap-chapters-view-select-locale"/>
<keyword type="struct" name="GucharmapCharmapPrivate" link="gucharmap-gucharmap-charmap.html#GucharmapCharmapPrivate"/>
<keyword type="struct" name="struct GucharmapCharmap" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap-struct"/>
<keyword type="function" name="gucharmap_charmap_new ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-new"/>
<keyword type="function" name="gucharmap_charmap_set_active_character ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-set-active-character"/>
<keyword type="function" name="gucharmap_charmap_get_active_character ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-active-character"/>
<keyword type="function" name="gucharmap_charmap_set_active_chapter ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-set-active-chapter"/>
<keyword type="function" name="gucharmap_charmap_get_active_chapter ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-active-chapter"/>
<keyword type="function" name="gucharmap_charmap_set_font_desc ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-set-font-desc"/>
<keyword type="function" name="gucharmap_charmap_set_font_fallback ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-set-font-fallback" since="2.34"/>
<keyword type="function" name="gucharmap_charmap_get_font_fallback ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-font-fallback" since="2.34"/>
<keyword type="function" name="gucharmap_charmap_get_chartable ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-chartable"/>
<keyword type="function" name="gucharmap_charmap_get_chapters_view ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-chapters-view"/>
<keyword type="function" name="gucharmap_charmap_set_chapters_model ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-set-chapters-model"/>
<keyword type="function" name="gucharmap_charmap_get_chapters_model ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-chapters-model"/>
<keyword type="function" name="gucharmap_charmap_get_book_codepoint_list ()" link="gucharmap-gucharmap-charmap.html#gucharmap-charmap-get-book-codepoint-list"/>
<keyword type="property" name="The "active-chapter" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--active-chapter"/>
<keyword type="property" name="The "active-character" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--active-character"/>
<keyword type="property" name="The "active-codepoint-list" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--active-codepoint-list"/>
<keyword type="property" name="The "active-page" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--active-page"/>
<keyword type="property" name="The "chapters-model" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--chapters-model"/>
<keyword type="property" name="The "font-desc" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--font-desc"/>
<keyword type="property" name="The "font-fallback" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--font-fallback"/>
<keyword type="property" name="The "snap-power-2" property" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap--snap-power-2"/>
<keyword type="signal" name="The "link-clicked" signal" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap-link-clicked"/>
<keyword type="signal" name="The "status-message" signal" link="gucharmap-gucharmap-charmap.html#GucharmapCharmap-status-message"/>
<keyword type="enum" name="enum GucharmapUnicodeVersion" link="gucharmap-gucharmap-unicode-info.html#GucharmapUnicodeVersion"/>
<keyword type="function" name="gucharmap_get_unicode_name ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-name"/>
<keyword type="function" name="gucharmap_get_unicode_data_name ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-data-name"/>
<keyword type="function" name="gucharmap_get_unicode_data_name_count ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-data-name-count"/>
<keyword type="function" name="gucharmap_get_unicode_version ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-version"/>
<keyword type="function" name="gucharmap_get_unicode_category_name ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-category-name"/>
<keyword type="function" name="gucharmap_get_unihan_count ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unihan-count"/>
<keyword type="function" name="gucharmap_get_unicode_kDefinition ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kDefinition"/>
<keyword type="function" name="gucharmap_get_unicode_kCantonese ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kCantonese"/>
<keyword type="function" name="gucharmap_get_unicode_kMandarin ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kMandarin"/>
<keyword type="function" name="gucharmap_get_unicode_kTang ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kTang"/>
<keyword type="function" name="gucharmap_get_unicode_kKorean ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kKorean"/>
<keyword type="function" name="gucharmap_get_unicode_kJapaneseKun ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kJapaneseKun"/>
<keyword type="function" name="gucharmap_get_unicode_kJapaneseOn ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-unicode-kJapaneseOn"/>
<keyword type="function" name="gucharmap_get_nameslist_stars ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-nameslist-stars"/>
<keyword type="function" name="gucharmap_get_nameslist_equals ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-nameslist-equals"/>
<keyword type="function" name="gucharmap_get_nameslist_exes ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-nameslist-exes"/>
<keyword type="function" name="gucharmap_get_nameslist_pounds ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-nameslist-pounds"/>
<keyword type="function" name="gucharmap_get_nameslist_colons ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-get-nameslist-colons"/>
<keyword type="function" name="gucharmap_unichar_validate ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unichar-validate"/>
<keyword type="function" name="gucharmap_unichar_to_printable_utf8 ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unichar-to-printable-utf8"/>
<keyword type="function" name="gucharmap_unichar_type ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unichar-type"/>
<keyword type="function" name="gucharmap_unichar_isdefined ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unichar-isdefined"/>
<keyword type="function" name="gucharmap_unichar_isgraph ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unichar-isgraph"/>
<keyword type="function" name="gucharmap_unicode_list_scripts ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unicode-list-scripts"/>
<keyword type="function" name="gucharmap_unicode_get_script_for_char ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unicode-get-script-for-char"/>
<keyword type="function" name="gucharmap_unicode_version_to_string ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unicode-version-to-string"/>
<keyword type="function" name="gucharmap_unicode_get_locale_character ()" link="gucharmap-gucharmap-unicode-info.html#gucharmap-unicode-get-locale-character"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_UNASSIGNED" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-UNASSIGNED:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_1_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-1-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_2_0" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-2-0:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_2_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-2-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_3_0" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-3-0:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_3_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-3-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_3_2" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-3-2:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_4_0" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-4-0:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_4_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-4-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_5_0" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-5-0:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_5_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-5-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_5_2" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-5-2:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_6_0" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-6-0:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_6_1" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-6-1:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_6_2" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-6-2:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_6_3" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-6-3:CAPS"/>
<keyword type="constant" name="GUCHARMAP_UNICODE_VERSION_LATEST" link="gucharmap-gucharmap-unicode-info.html#GUCHARMAP-UNICODE-VERSION-LATEST:CAPS"/>
</functions>
</book>
|