This file is indexed.

/usr/share/gtk-doc/html/totem-pl-parser/totem-pl-parser.devhelp2 is in libtotem-plparser-dev 3.26.0-1ubuntu2.

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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Totem Playlist Parser Reference Manual" link="index.html" author="" name="totem-pl-parser" version="2" language="c" online="http://library.gnome.org/devel/totem-pl-parser/">
  <chapters>
    <sub name="API Reference" link="api-reference.html">
      <sub name="TotemPlParser" link="totem-pl-parser-TotemPlParser.html"/>
      <sub name="TotemPlPlaylist" link="totem-pl-parser-TotemPlPlaylist.html"/>
      <sub name="TotemPlPlaylistIter" link="totem-pl-parser-TotemPlPlaylistIter.html"/>
    </sub>
    <sub name="Index of all symbols" link="api-index-full.html"/>
    <sub name="Index of new symbols in 2.26" link="ix02.html"/>
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
    <sub name="Annotation glossary" link="annotation-glossary.html">
      <sub name="Annotation Glossary" link="annotation-glossary.html#annotation-glossary"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="function" name="totem_pl_parser_new ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-new"/>
    <keyword type="function" name="totem_pl_parser_parse ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse"/>
    <keyword type="function" name="totem_pl_parser_parse_async ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-async"/>
    <keyword type="function" name="totem_pl_parser_parse_finish ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-finish"/>
    <keyword type="function" name="totem_pl_parser_parse_with_base ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-with-base"/>
    <keyword type="function" name="totem_pl_parser_parse_with_base_async ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-with-base-async"/>
    <keyword type="function" name="totem_pl_parser_save ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-save"/>
    <keyword type="function" name="totem_pl_parser_parse_duration ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-duration"/>
    <keyword type="function" name="totem_pl_parser_parse_date ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-parse-date"/>
    <keyword type="function" name="totem_pl_parser_add_ignored_scheme ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-add-ignored-scheme"/>
    <keyword type="function" name="totem_pl_parser_add_ignored_mimetype ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-add-ignored-mimetype"/>
    <keyword type="function" name="totem_pl_parser_can_parse_from_data ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-can-parse-from-data"/>
    <keyword type="function" name="totem_pl_parser_can_parse_from_filename ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-can-parse-from-filename"/>
    <keyword type="function" name="totem_pl_parser_can_parse_from_uri ()" link="totem-pl-parser-TotemPlParser.html#totem-pl-parser-can-parse-from-uri"/>
    <keyword type="struct" name="TotemPlParser" link="totem-pl-parser-TotemPlParser.html#TotemPlParser"/>
    <keyword type="struct" name="TotemPlParserClass" link="totem-pl-parser-TotemPlParser.html#TotemPlParserClass"/>
    <keyword type="enum" name="enum TotemPlParserResult" link="totem-pl-parser-TotemPlParser.html#TotemPlParserResult"/>
    <keyword type="enum" name="enum TotemPlParserType" link="totem-pl-parser-TotemPlParser.html#TotemPlParserType"/>
    <keyword type="enum" name="enum TotemPlParserError" link="totem-pl-parser-TotemPlParser.html#TotemPlParserError"/>
    <keyword type="typedef" name="TotemPlParserMetadata" link="totem-pl-parser-TotemPlParser.html#TotemPlParserMetadata"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_URI" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-URI:CAPS" since="2.26"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_GENRE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-GENRE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_TITLE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-TITLE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_AUTHOR" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-AUTHOR:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_ALBUM" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ALBUM:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_BASE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-BASE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_VOLUME" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-VOLUME:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_AUTOPLAY" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-AUTOPLAY:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_DURATION" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DURATION:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_DURATION_MS" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DURATION-MS:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_STARTTIME" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-STARTTIME:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_ENDTIME" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ENDTIME:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_COPYRIGHT" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-COPYRIGHT:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_ABSTRACT" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ABSTRACT:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_DESCRIPTION" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DESCRIPTION:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_SUMMARY" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SUMMARY:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_MOREINFO" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-MOREINFO:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_SCREENSIZE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SCREENSIZE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_UI_MODE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-UI-MODE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_PUB_DATE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-PUB-DATE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_FILESIZE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-FILESIZE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_LANGUAGE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-LANGUAGE:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_CONTACT" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-CONTACT:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_IMAGE_URI" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-IMAGE-URI:CAPS" since="2.26"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-DOWNLOAD-URI:CAPS" since="2.26"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_ID" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-ID:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_IS_PLAYLIST" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-IS-PLAYLIST:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_SUBTITLE_URI" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-SUBTITLE-URI:CAPS"/>
    <keyword type="macro" name="TOTEM_PL_PARSER_FIELD_CONTENT_TYPE" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-FIELD-CONTENT-TYPE:CAPS"/>
    <keyword type="function" name="totem_pl_playlist_new ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-new"/>
    <keyword type="function" name="totem_pl_playlist_size ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-size"/>
    <keyword type="function" name="totem_pl_playlist_prepend ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-prepend"/>
    <keyword type="function" name="totem_pl_playlist_append ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-append"/>
    <keyword type="function" name="totem_pl_playlist_insert ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-insert"/>
    <keyword type="function" name="totem_pl_playlist_iter_first ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-iter-first"/>
    <keyword type="function" name="totem_pl_playlist_iter_next ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-iter-next"/>
    <keyword type="function" name="totem_pl_playlist_iter_prev ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-iter-prev"/>
    <keyword type="function" name="totem_pl_playlist_get_value ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-get-value"/>
    <keyword type="function" name="totem_pl_playlist_get_valist ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-get-valist"/>
    <keyword type="function" name="totem_pl_playlist_get ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-get"/>
    <keyword type="function" name="totem_pl_playlist_set_value ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-set-value"/>
    <keyword type="function" name="totem_pl_playlist_set_valist ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-set-valist"/>
    <keyword type="function" name="totem_pl_playlist_set ()" link="totem-pl-parser-TotemPlPlaylist.html#totem-pl-playlist-set"/>
    <keyword type="struct" name="TotemPlPlaylist" link="totem-pl-parser-TotemPlPlaylist.html#TotemPlPlaylist"/>
    <keyword type="struct" name="TotemPlPlaylistClass" link="totem-pl-parser-TotemPlPlaylist.html#TotemPlPlaylistClass"/>
    <keyword type="struct" name="TotemPlPlaylistIter" link="totem-pl-parser-TotemPlPlaylistIter.html#TotemPlPlaylistIter"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_RESULT_UNHANDLED" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-RESULT-UNHANDLED:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_RESULT_ERROR" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-RESULT-ERROR:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_RESULT_SUCCESS" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-RESULT-SUCCESS:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_RESULT_IGNORED" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-RESULT-IGNORED:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_RESULT_CANCELLED" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-RESULT-CANCELLED:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_PLS" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-PLS:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_M3U" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-M3U:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_M3U_DOS" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-M3U-DOS:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_XSPF" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-XSPF:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_IRIVER_PLA" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-IRIVER-PLA:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_ERROR_NO_DISC" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-ERROR-NO-DISC:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_ERROR_MOUNT_FAILED" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-ERROR-MOUNT-FAILED:CAPS"/>
    <keyword type="constant" name="TOTEM_PL_PARSER_ERROR_EMPTY_PLAYLIST" link="totem-pl-parser-TotemPlParser.html#TOTEM-PL-PARSER-ERROR-EMPTY-PLAYLIST:CAPS"/>
    <keyword type="member" name="TotemPlParserClass.entry-parsed" link="totem-pl-parser-TotemPlParser.html#TotemPlParserClass.entry-parsed"/>
    <keyword type="member" name="TotemPlParserClass.playlist-started" link="totem-pl-parser-TotemPlParser.html#TotemPlParserClass.playlist-started"/>
    <keyword type="member" name="TotemPlParserClass.playlist-ended" link="totem-pl-parser-TotemPlParser.html#TotemPlParserClass.playlist-ended"/>
  </functions>
</book>