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