This file is indexed.

/usr/share/gtk-doc/html/thunarx/thunarx.devhelp2 is in thunar-data 1.6.3-1ubuntu5.

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
<?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="Thunar Extensions Reference Manual" link="index.html" author="Benedikt MeurerJannis Pohlmann" name="thunarx" version="2" language="c">
  <chapters>
    <sub name="Overview" link="thunarx-overview.html">
      <sub name="Goals" link="thunarx-overview.html#thunarx-overview-goals"/>
    </sub>
    <sub name="Writing Extensions" link="thunarx-writing-extensions.html">
      <sub name="Basic Concepts" link="thunarx-writing-extensions.html#thunarx-writing-extensions-basic-concepts"/>
      <sub name="Getting Started" link="thunarx-writing-extensions-getting-started.html"/>
      <sub name="Advanced topics" link="thunarx-writing-extensions-advanced-topics.html"/>
    </sub>
    <sub name="Fundamentals" link="thunarx-fundamentals.html">
      <sub name="Version information" link="thunarx-Variables-and-functions-to-check-the-library-version.html"/>
    </sub>
    <sub name="Abstraction Layer" link="thunarx-abstraction-layer.html">
      <sub name="ThunarxFileInfo" link="ThunarxFileInfo.html"/>
      <sub name="ThunarxPropertyPage" link="ThunarxPropertyPage.html"/>
      <sub name="ThunarxProviderPlugin" link="ThunarxProviderPlugin.html"/>
      <sub name="ThunarxRenamer" link="ThunarxRenamer.html"/>
    </sub>
    <sub name="Providers" link="thunarx-providers.html">
      <sub name="ThunarxMenuProvider" link="ThunarxMenuProvider.html"/>
      <sub name="ThunarxPropertyPageProvider" link="ThunarxPropertyPageProvider.html"/>
      <sub name="ThunarxPreferencesProvider" link="ThunarxPreferencesProvider.html"/>
      <sub name="ThunarxRenamerProvider" link="ThunarxRenamerProvider.html"/>
    </sub>
    <sub name="Using Thunar extensions in applications" link="thunarx-using-extensions.html">
      <sub name="ThunarxProviderFactory" link="ThunarxProviderFactory.html"/>
    </sub>
    <sub name="Index" link="ix01.html"/>
  </chapters>
  <functions>
    <keyword type="variable" name="thunarx_major_version" link="thunarx-Variables-and-functions-to-check-the-library-version.html#thunarx-major-version"/>
    <keyword type="variable" name="thunarx_minor_version" link="thunarx-Variables-and-functions-to-check-the-library-version.html#thunarx-minor-version"/>
    <keyword type="variable" name="thunarx_micro_version" link="thunarx-Variables-and-functions-to-check-the-library-version.html#thunarx-micro-version"/>
    <keyword type="function" name="thunarx_check_version ()" link="thunarx-Variables-and-functions-to-check-the-library-version.html#thunarx-check-version"/>
    <keyword type="macro" name="THUNARX_MAJOR_VERSION" link="thunarx-Variables-and-functions-to-check-the-library-version.html#THUNARX-MAJOR-VERSION:CAPS"/>
    <keyword type="macro" name="THUNARX_MINOR_VERSION" link="thunarx-Variables-and-functions-to-check-the-library-version.html#THUNARX-MINOR-VERSION:CAPS"/>
    <keyword type="macro" name="THUNARX_MICRO_VERSION" link="thunarx-Variables-and-functions-to-check-the-library-version.html#THUNARX-MICRO-VERSION:CAPS"/>
    <keyword type="macro" name="THUNARX_CHECK_VERSION()" link="thunarx-Variables-and-functions-to-check-the-library-version.html#THUNARX-CHECK-VERSION:CAPS"/>
    <keyword type="struct" name="struct ThunarxFileInfoIface" link="ThunarxFileInfo.html#ThunarxFileInfoIface"/>
    <keyword type="struct" name="ThunarxFileInfo" link="ThunarxFileInfo.html#ThunarxFileInfo-struct"/>
    <keyword type="function" name="thunarx_file_info_get_name ()" link="ThunarxFileInfo.html#thunarx-file-info-get-name"/>
    <keyword type="function" name="thunarx_file_info_get_uri ()" link="ThunarxFileInfo.html#thunarx-file-info-get-uri"/>
    <keyword type="function" name="thunarx_file_info_get_parent_uri ()" link="ThunarxFileInfo.html#thunarx-file-info-get-parent-uri"/>
    <keyword type="function" name="thunarx_file_info_get_uri_scheme ()" link="ThunarxFileInfo.html#thunarx-file-info-get-uri-scheme"/>
    <keyword type="function" name="thunarx_file_info_get_mime_type ()" link="ThunarxFileInfo.html#thunarx-file-info-get-mime-type"/>
    <keyword type="function" name="thunarx_file_info_has_mime_type ()" link="ThunarxFileInfo.html#thunarx-file-info-has-mime-type"/>
    <keyword type="function" name="thunarx_file_info_is_directory ()" link="ThunarxFileInfo.html#thunarx-file-info-is-directory"/>
    <keyword type="function" name="thunarx_file_info_get_file_info ()" link="ThunarxFileInfo.html#thunarx-file-info-get-file-info"/>
    <keyword type="function" name="thunarx_file_info_get_filesystem_info ()" link="ThunarxFileInfo.html#thunarx-file-info-get-filesystem-info"/>
    <keyword type="function" name="thunarx_file_info_get_location ()" link="ThunarxFileInfo.html#thunarx-file-info-get-location"/>
    <keyword type="function" name="thunarx_file_info_changed ()" link="ThunarxFileInfo.html#thunarx-file-info-changed"/>
    <keyword type="function" name="thunarx_file_info_renamed ()" link="ThunarxFileInfo.html#thunarx-file-info-renamed"/>
    <keyword type="macro" name="THUNARX_TYPE_FILE_INFO_LIST" link="ThunarxFileInfo.html#THUNARX-TYPE-FILE-INFO-LIST:CAPS"/>
    <keyword type="function" name="thunarx_file_info_list_copy ()" link="ThunarxFileInfo.html#thunarx-file-info-list-copy"/>
    <keyword type="function" name="thunarx_file_info_list_free ()" link="ThunarxFileInfo.html#thunarx-file-info-list-free"/>
    <keyword type="signal" name="The &quot;changed&quot; signal" link="ThunarxFileInfo.html#ThunarxFileInfo-changed"/>
    <keyword type="signal" name="The &quot;renamed&quot; signal" link="ThunarxFileInfo.html#ThunarxFileInfo-renamed"/>
    <keyword type="struct" name="ThunarxPropertyPage" link="ThunarxPropertyPage.html#ThunarxPropertyPage-struct"/>
    <keyword type="function" name="thunarx_property_page_new ()" link="ThunarxPropertyPage.html#thunarx-property-page-new"/>
    <keyword type="function" name="thunarx_property_page_new_with_label_widget ()" link="ThunarxPropertyPage.html#thunarx-property-page-new-with-label-widget"/>
    <keyword type="function" name="thunarx_property_page_get_label ()" link="ThunarxPropertyPage.html#thunarx-property-page-get-label"/>
    <keyword type="function" name="thunarx_property_page_set_label ()" link="ThunarxPropertyPage.html#thunarx-property-page-set-label"/>
    <keyword type="function" name="thunarx_property_page_get_label_widget ()" link="ThunarxPropertyPage.html#thunarx-property-page-get-label-widget"/>
    <keyword type="function" name="thunarx_property_page_set_label_widget ()" link="ThunarxPropertyPage.html#thunarx-property-page-set-label-widget"/>
    <keyword type="property" name="The &quot;label&quot; property" link="ThunarxPropertyPage.html#ThunarxPropertyPage--label"/>
    <keyword type="property" name="The &quot;label-widget&quot; property" link="ThunarxPropertyPage.html#ThunarxPropertyPage--label-widget"/>
    <keyword type="struct" name="ThunarxProviderPlugin" link="ThunarxProviderPlugin.html#ThunarxProviderPlugin-struct"/>
    <keyword type="struct" name="struct ThunarxProviderPluginIface" link="ThunarxProviderPlugin.html#ThunarxProviderPluginIface"/>
    <keyword type="function" name="thunarx_provider_plugin_get_resident ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-get-resident"/>
    <keyword type="function" name="thunarx_provider_plugin_set_resident ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-set-resident"/>
    <keyword type="function" name="thunarx_provider_plugin_register_type ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-register-type"/>
    <keyword type="function" name="thunarx_provider_plugin_add_interface ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-add-interface"/>
    <keyword type="function" name="thunarx_provider_plugin_register_enum ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-register-enum"/>
    <keyword type="function" name="thunarx_provider_plugin_register_flags ()" link="ThunarxProviderPlugin.html#thunarx-provider-plugin-register-flags"/>
    <keyword type="macro" name="THUNARX_DEFINE_TYPE()" link="ThunarxProviderPlugin.html#THUNARX-DEFINE-TYPE:CAPS"/>
    <keyword type="macro" name="THUNARX_DEFINE_TYPE_WITH_CODE()" link="ThunarxProviderPlugin.html#THUNARX-DEFINE-TYPE-WITH-CODE:CAPS"/>
    <keyword type="macro" name="THUNARX_DEFINE_ABSTRACT_TYPE()" link="ThunarxProviderPlugin.html#THUNARX-DEFINE-ABSTRACT-TYPE:CAPS"/>
    <keyword type="macro" name="THUNARX_DEFINE_ABSTRACT_TYPE_WITH_CODE()" link="ThunarxProviderPlugin.html#THUNARX-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS"/>
    <keyword type="macro" name="THUNARX_DEFINE_TYPE_EXTENDED()" link="ThunarxProviderPlugin.html#THUNARX-DEFINE-TYPE-EXTENDED:CAPS"/>
    <keyword type="macro" name="THUNARX_IMPLEMENT_INTERFACE()" link="ThunarxProviderPlugin.html#THUNARX-IMPLEMENT-INTERFACE:CAPS"/>
    <keyword type="property" name="The &quot;resident&quot; property" link="ThunarxProviderPlugin.html#ThunarxProviderPlugin--resident"/>
    <keyword type="struct" name="ThunarxRenamer" link="ThunarxRenamer.html#ThunarxRenamer-struct"/>
    <keyword type="struct" name="struct ThunarxRenamerClass" link="ThunarxRenamer.html#ThunarxRenamerClass"/>
    <keyword type="function" name="thunarx_renamer_get_help_url ()" link="ThunarxRenamer.html#thunarx-renamer-get-help-url"/>
    <keyword type="function" name="thunarx_renamer_set_help_url ()" link="ThunarxRenamer.html#thunarx-renamer-set-help-url"/>
    <keyword type="function" name="thunarx_renamer_get_name ()" link="ThunarxRenamer.html#thunarx-renamer-get-name"/>
    <keyword type="function" name="thunarx_renamer_set_name ()" link="ThunarxRenamer.html#thunarx-renamer-set-name"/>
    <keyword type="function" name="thunarx_renamer_process ()" link="ThunarxRenamer.html#thunarx-renamer-process"/>
    <keyword type="function" name="thunarx_renamer_load ()" link="ThunarxRenamer.html#thunarx-renamer-load"/>
    <keyword type="function" name="thunarx_renamer_save ()" link="ThunarxRenamer.html#thunarx-renamer-save"/>
    <keyword type="function" name="thunarx_renamer_get_actions ()" link="ThunarxRenamer.html#thunarx-renamer-get-actions"/>
    <keyword type="function" name="thunarx_renamer_changed ()" link="ThunarxRenamer.html#thunarx-renamer-changed"/>
    <keyword type="property" name="The &quot;help-url&quot; property" link="ThunarxRenamer.html#ThunarxRenamer--help-url"/>
    <keyword type="property" name="The &quot;name&quot; property" link="ThunarxRenamer.html#ThunarxRenamer--name"/>
    <keyword type="signal" name="The &quot;changed&quot; signal" link="ThunarxRenamer.html#ThunarxRenamer-changed"/>
    <keyword type="struct" name="struct ThunarxMenuProviderIface" link="ThunarxMenuProvider.html#ThunarxMenuProviderIface"/>
    <keyword type="struct" name="ThunarxMenuProvider" link="ThunarxMenuProvider.html#ThunarxMenuProvider-struct"/>
    <keyword type="function" name="thunarx_menu_provider_get_file_actions ()" link="ThunarxMenuProvider.html#thunarx-menu-provider-get-file-actions"/>
    <keyword type="function" name="thunarx_menu_provider_get_folder_actions ()" link="ThunarxMenuProvider.html#thunarx-menu-provider-get-folder-actions"/>
    <keyword type="function" name="thunarx_menu_provider_get_dnd_actions ()" link="ThunarxMenuProvider.html#thunarx-menu-provider-get-dnd-actions" since="0.4.1"/>
    <keyword type="struct" name="ThunarxPropertyPageProvider" link="ThunarxPropertyPageProvider.html#ThunarxPropertyPageProvider-struct"/>
    <keyword type="struct" name="struct ThunarxPropertyPageProviderIface" link="ThunarxPropertyPageProvider.html#ThunarxPropertyPageProviderIface"/>
    <keyword type="function" name="thunarx_property_page_provider_get_pages ()" link="ThunarxPropertyPageProvider.html#thunarx-property-page-provider-get-pages"/>
    <keyword type="struct" name="struct ThunarxPreferencesProviderIface" link="ThunarxPreferencesProvider.html#ThunarxPreferencesProviderIface"/>
    <keyword type="struct" name="ThunarxPreferencesProvider" link="ThunarxPreferencesProvider.html#ThunarxPreferencesProvider-struct"/>
    <keyword type="function" name="thunarx_preferences_provider_get_actions ()" link="ThunarxPreferencesProvider.html#thunarx-preferences-provider-get-actions"/>
    <keyword type="struct" name="ThunarxRenamerProvider" link="ThunarxRenamerProvider.html#ThunarxRenamerProvider-struct"/>
    <keyword type="struct" name="struct ThunarxRenamerProviderIface" link="ThunarxRenamerProvider.html#ThunarxRenamerProviderIface"/>
    <keyword type="function" name="thunarx_renamer_provider_get_renamers ()" link="ThunarxRenamerProvider.html#thunarx-renamer-provider-get-renamers"/>
    <keyword type="struct" name="ThunarxProviderFactory" link="ThunarxProviderFactory.html#ThunarxProviderFactory-struct"/>
    <keyword type="function" name="thunarx_provider_factory_get_default ()" link="ThunarxProviderFactory.html#thunarx-provider-factory-get-default"/>
    <keyword type="function" name="thunarx_provider_factory_list_providers ()" link="ThunarxProviderFactory.html#thunarx-provider-factory-list-providers"/>
  </functions>
</book>