This file is indexed.

/usr/share/gtk-doc/html/libgrss/libgrss.devhelp is in libgrss-dev 0.4.0-3.

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
<?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="libgrss Reference Manual" link="index.html" author="" name="libgrss">
  <chapters>
    <sub name="libgrss Overview" link="libgrss.html"/>
    <sub name="Essential Elements" link="libgrss-essentials.html">
      <sub name="FeedChannel" link="FeedChannel.html"/>
      <sub name="FeedItem" link="FeedItem.html"/>
      <sub name="FeedEnclosure" link="FeedEnclosure.html"/>
      <sub name="FeedParser" link="FeedParser.html"/>
    </sub>
    <sub name="Useful Objects" link="libgrss-utils.html">
      <sub name="FeedsPool" link="FeedsPool.html"/>
      <sub name="FeedsGroup" link="FeedsGroup.html"/>
      <sub name="FeedsSubscriber" link="FeedsSubscriber.html"/>
      <sub name="FeedsStore" link="FeedsStore.html"/>
    </sub>
    <sub name="Index" link="ix01.html"/>
    <sub name="License" link="license.html"/>
  </chapters>
  <functions>
    <function name="FeedChannel" link="FeedChannel.html#FeedChannel-struct"/>
    <function name="feed_channel_new ()" link="FeedChannel.html#feed-channel-new"/>
    <function name="feed_channel_set_source ()" link="FeedChannel.html#feed-channel-set-source"/>
    <function name="feed_channel_get_source ()" link="FeedChannel.html#feed-channel-get-source"/>
    <function name="feed_channel_set_title ()" link="FeedChannel.html#feed-channel-set-title"/>
    <function name="feed_channel_get_title ()" link="FeedChannel.html#feed-channel-get-title"/>
    <function name="feed_channel_set_homepage ()" link="FeedChannel.html#feed-channel-set-homepage"/>
    <function name="feed_channel_get_homepage ()" link="FeedChannel.html#feed-channel-get-homepage"/>
    <function name="feed_channel_set_description ()" link="FeedChannel.html#feed-channel-set-description"/>
    <function name="feed_channel_get_description ()" link="FeedChannel.html#feed-channel-get-description"/>
    <function name="feed_channel_set_image ()" link="FeedChannel.html#feed-channel-set-image"/>
    <function name="feed_channel_get_image ()" link="FeedChannel.html#feed-channel-get-image"/>
    <function name="feed_channel_set_icon ()" link="FeedChannel.html#feed-channel-set-icon"/>
    <function name="feed_channel_get_icon ()" link="FeedChannel.html#feed-channel-get-icon"/>
    <function name="feed_channel_set_language ()" link="FeedChannel.html#feed-channel-set-language"/>
    <function name="feed_channel_get_language ()" link="FeedChannel.html#feed-channel-get-language"/>
    <function name="feed_channel_set_category ()" link="FeedChannel.html#feed-channel-set-category"/>
    <function name="feed_channel_get_category ()" link="FeedChannel.html#feed-channel-get-category"/>
    <function name="feed_channel_set_pubsubhub ()" link="FeedChannel.html#feed-channel-set-pubsubhub"/>
    <function name="feed_channel_get_pubsubhub ()" link="FeedChannel.html#feed-channel-get-pubsubhub"/>
    <function name="feed_channel_set_copyright ()" link="FeedChannel.html#feed-channel-set-copyright"/>
    <function name="feed_channel_get_copyright ()" link="FeedChannel.html#feed-channel-get-copyright"/>
    <function name="feed_channel_set_editor ()" link="FeedChannel.html#feed-channel-set-editor"/>
    <function name="feed_channel_get_editor ()" link="FeedChannel.html#feed-channel-get-editor"/>
    <function name="feed_channel_add_contributor ()" link="FeedChannel.html#feed-channel-add-contributor"/>
    <function name="feed_channel_get_contributors ()" link="FeedChannel.html#feed-channel-get-contributors"/>
    <function name="feed_channel_set_webmaster ()" link="FeedChannel.html#feed-channel-set-webmaster"/>
    <function name="feed_channel_get_webmaster ()" link="FeedChannel.html#feed-channel-get-webmaster"/>
    <function name="feed_channel_set_generator ()" link="FeedChannel.html#feed-channel-set-generator"/>
    <function name="feed_channel_get_generator ()" link="FeedChannel.html#feed-channel-get-generator"/>
    <function name="feed_channel_set_publish_time ()" link="FeedChannel.html#feed-channel-set-publish-time"/>
    <function name="feed_channel_get_publish_time ()" link="FeedChannel.html#feed-channel-get-publish-time"/>
    <function name="feed_channel_set_update_time ()" link="FeedChannel.html#feed-channel-set-update-time"/>
    <function name="feed_channel_get_update_time ()" link="FeedChannel.html#feed-channel-get-update-time"/>
    <function name="feed_channel_set_update_interval ()" link="FeedChannel.html#feed-channel-set-update-interval"/>
    <function name="feed_channel_get_update_interval ()" link="FeedChannel.html#feed-channel-get-update-interval"/>
    <function name="feed_channel_fetch ()" link="FeedChannel.html#feed-channel-fetch"/>
    <function name="FeedItem" link="FeedItem.html#FeedItem-struct"/>
    <function name="feed_item_new ()" link="FeedItem.html#feed-item-new"/>
    <function name="feed_item_get_parent ()" link="FeedItem.html#feed-item-get-parent"/>
    <function name="feed_item_set_id ()" link="FeedItem.html#feed-item-set-id"/>
    <function name="feed_item_get_id ()" link="FeedItem.html#feed-item-get-id"/>
    <function name="feed_item_set_title ()" link="FeedItem.html#feed-item-set-title"/>
    <function name="feed_item_get_title ()" link="FeedItem.html#feed-item-get-title"/>
    <function name="feed_item_set_description ()" link="FeedItem.html#feed-item-set-description"/>
    <function name="feed_item_get_description ()" link="FeedItem.html#feed-item-get-description"/>
    <function name="feed_item_add_category ()" link="FeedItem.html#feed-item-add-category"/>
    <function name="feed_item_get_categories ()" link="FeedItem.html#feed-item-get-categories"/>
    <function name="feed_item_set_source ()" link="FeedItem.html#feed-item-set-source"/>
    <function name="feed_item_get_source ()" link="FeedItem.html#feed-item-get-source"/>
    <function name="feed_item_set_real_source ()" link="FeedItem.html#feed-item-set-real-source"/>
    <function name="feed_item_get_real_source ()" link="FeedItem.html#feed-item-get-real-source"/>
    <function name="feed_item_set_related ()" link="FeedItem.html#feed-item-set-related"/>
    <function name="feed_item_get_related ()" link="FeedItem.html#feed-item-get-related"/>
    <function name="feed_item_set_copyright ()" link="FeedItem.html#feed-item-set-copyright"/>
    <function name="feed_item_get_copyright ()" link="FeedItem.html#feed-item-get-copyright"/>
    <function name="feed_item_set_author ()" link="FeedItem.html#feed-item-set-author"/>
    <function name="feed_item_get_author ()" link="FeedItem.html#feed-item-get-author"/>
    <function name="feed_item_add_contributor ()" link="FeedItem.html#feed-item-add-contributor"/>
    <function name="feed_item_get_contributors ()" link="FeedItem.html#feed-item-get-contributors"/>
    <function name="feed_item_set_comments_url ()" link="FeedItem.html#feed-item-set-comments-url"/>
    <function name="feed_item_get_comments_url ()" link="FeedItem.html#feed-item-get-comments-url"/>
    <function name="feed_item_set_geo_point ()" link="FeedItem.html#feed-item-set-geo-point"/>
    <function name="feed_item_get_geo_point ()" link="FeedItem.html#feed-item-get-geo-point"/>
    <function name="feed_item_set_publish_time ()" link="FeedItem.html#feed-item-set-publish-time"/>
    <function name="feed_item_get_publish_time ()" link="FeedItem.html#feed-item-get-publish-time"/>
    <function name="feed_item_add_enclosure ()" link="FeedItem.html#feed-item-add-enclosure"/>
    <function name="feed_item_get_enclosures ()" link="FeedItem.html#feed-item-get-enclosures"/>
    <function name="FeedEnclosure" link="FeedEnclosure.html#FeedEnclosure-struct"/>
    <function name="feed_enclosure_new ()" link="FeedEnclosure.html#feed-enclosure-new"/>
    <function name="feed_enclosure_get_url ()" link="FeedEnclosure.html#feed-enclosure-get-url"/>
    <function name="feed_enclosure_set_format ()" link="FeedEnclosure.html#feed-enclosure-set-format"/>
    <function name="feed_enclosure_get_format ()" link="FeedEnclosure.html#feed-enclosure-get-format"/>
    <function name="feed_enclosure_set_length ()" link="FeedEnclosure.html#feed-enclosure-set-length"/>
    <function name="feed_enclosure_get_length ()" link="FeedEnclosure.html#feed-enclosure-get-length"/>
    <function name="FeedParser" link="FeedParser.html#FeedParser-struct"/>
    <function name="feed_parser_new ()" link="FeedParser.html#feed-parser-new"/>
    <function name="feed_parser_parse ()" link="FeedParser.html#feed-parser-parse"/>
    <function name="FeedsPool" link="FeedsPool.html#FeedsPool-struct"/>
    <function name="feeds_pool_new ()" link="FeedsPool.html#feeds-pool-new"/>
    <function name="feeds_pool_listen ()" link="FeedsPool.html#feeds-pool-listen"/>
    <function name="feeds_pool_get_listened ()" link="FeedsPool.html#feeds-pool-get-listened"/>
    <function name="feeds_pool_switch ()" link="FeedsPool.html#feeds-pool-switch"/>
    <function name="feeds_pool_get_session ()" link="FeedsPool.html#feeds-pool-get-session"/>
    <function name="The &quot;feed-fetching&quot; signal" link="FeedsPool.html#FeedsPool-feed-fetching"/>
    <function name="The &quot;feed-ready&quot; signal" link="FeedsPool.html#FeedsPool-feed-ready"/>
    <function name="FeedsGroup" link="FeedsGroup.html#FeedsGroup-struct"/>
    <function name="feeds_group_new ()" link="FeedsGroup.html#feeds-group-new"/>
    <function name="feeds_group_parse_file ()" link="FeedsGroup.html#feeds-group-parse-file"/>
    <function name="feeds_group_export_file ()" link="FeedsGroup.html#feeds-group-export-file"/>
    <function name="FeedsSubscriber" link="FeedsSubscriber.html#FeedsSubscriber-struct"/>
    <function name="feeds_subscriber_new ()" link="FeedsSubscriber.html#feeds-subscriber-new"/>
    <function name="feeds_subscriber_listen ()" link="FeedsSubscriber.html#feeds-subscriber-listen"/>
    <function name="feeds_subscriber_get_listened ()" link="FeedsSubscriber.html#feeds-subscriber-get-listened"/>
    <function name="feeds_subscriber_set_port ()" link="FeedsSubscriber.html#feeds-subscriber-set-port"/>
    <function name="feeds_subscriber_set_hub ()" link="FeedsSubscriber.html#feeds-subscriber-set-hub"/>
    <function name="feeds_subscriber_switch ()" link="FeedsSubscriber.html#feeds-subscriber-switch"/>
    <function name="The &quot;notification-received&quot; signal" link="FeedsSubscriber.html#FeedsSubscriber-notification-received"/>
    <function name="FeedsStore" link="FeedsStore.html#FeedsStore-struct"/>
    <function name="feeds_store_get_channels ()" link="FeedsStore.html#feeds-store-get-channels"/>
    <function name="feeds_store_get_items_by_channel ()" link="FeedsStore.html#feeds-store-get-items-by-channel"/>
    <function name="feeds_store_has_item ()" link="FeedsStore.html#feeds-store-has-item"/>
    <function name="feeds_store_add_item_in_channel ()" link="FeedsStore.html#feeds-store-add-item-in-channel"/>
    <function name="feeds_store_switch ()" link="FeedsStore.html#feeds-store-switch"/>
  </functions>
</book>