This file is indexed.

/usr/share/gtk-doc/html/ccss/ccss.devhelp2 is in libccss-doc 0.5.0-4build1.

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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="CCSS Reference Manual" link="index.html" author="" name="ccss" version="2" language="c">
  <chapters>
    <sub name="CCSS: Introduction" link="intro.html"/>
    <sub name="CCSS: Dependencies" link="dependencies.html"/>
    <sub name="Projects using CCSS" link="ccss-users.html"/>
    <sub name="API Reference" link="api.html">
      <sub name="Basic Usage" link="basic.html">
        <sub name="ccss_block_t" link="ccss-ccss-block-t.html"/>
        <sub name="ccss_function_t" link="ccss-ccss-function-t.html"/>
        <sub name="ccss_grammar_t" link="ccss-ccss-grammar-t.html"/>
        <sub name="ccss_node_t" link="ccss-ccss-node-t.html"/>
        <sub name="ccss_property_t" link="ccss-ccss-property-t.html"/>
        <sub name="ccss_style_t" link="ccss-ccss-style-t.html"/>
        <sub name="ccss_stylesheet_t" link="ccss-ccss-stylesheet-t.html"/>
      </sub>
    </sub>
    <sub name="" link="ccss-index.html"/>
  </chapters>
  <functions>
    <keyword type="function" name="ccss_block_add_property ()" link="ccss-ccss-block-t.html#ccss-block-add-property"/>
    <keyword type="typedef" name="ccss_block_t" link="ccss-ccss-block-t.html#ccss-block-t"/>
    <keyword type="function" name="ccss_function_f ()" link="ccss-ccss-function-t.html#ccss-function-f"/>
    <keyword type="struct" name="ccss_function_t" link="ccss-ccss-function-t.html#ccss-function-t"/>
    <keyword type="function" name="ccss_grammar_create_css ()" link="ccss-ccss-grammar-t.html#ccss-grammar-create-css"/>
    <keyword type="function" name="ccss_grammar_create_generic ()" link="ccss-ccss-grammar-t.html#ccss-grammar-create-generic"/>
    <keyword type="function" name="ccss_grammar_destroy ()" link="ccss-ccss-grammar-t.html#ccss-grammar-destroy"/>
    <keyword type="function" name="ccss_grammar_reference ()" link="ccss-ccss-grammar-t.html#ccss-grammar-reference"/>
    <keyword type="function" name="ccss_grammar_get_reference_count ()" link="ccss-ccss-grammar-t.html#ccss-grammar-get-reference-count"/>
    <keyword type="function" name="ccss_grammar_add_properties ()" link="ccss-ccss-grammar-t.html#ccss-grammar-add-properties"/>
    <keyword type="function" name="ccss_grammar_lookup_property ()" link="ccss-ccss-grammar-t.html#ccss-grammar-lookup-property"/>
    <keyword type="function" name="ccss_grammar_add_functions ()" link="ccss-ccss-grammar-t.html#ccss-grammar-add-functions"/>
    <keyword type="function" name="ccss_grammar_lookup_function ()" link="ccss-ccss-grammar-t.html#ccss-grammar-lookup-function"/>
    <keyword type="function" name="ccss_grammar_create_stylesheet ()" link="ccss-ccss-grammar-t.html#ccss-grammar-create-stylesheet"/>
    <keyword type="function" name="ccss_grammar_create_stylesheet_from_buffer ()" link="ccss-ccss-grammar-t.html#ccss-grammar-create-stylesheet-from-buffer"/>
    <keyword type="function" name="ccss_grammar_create_stylesheet_from_file ()" link="ccss-ccss-grammar-t.html#ccss-grammar-create-stylesheet-from-file"/>
    <keyword type="function" name="ccss_grammar_invoke_function ()" link="ccss-ccss-grammar-t.html#ccss-grammar-invoke-function"/>
    <keyword type="typedef" name="ccss_grammar_t" link="ccss-ccss-grammar-t.html#ccss-grammar-t"/>
    <keyword type="function" name="ccss_node_is_a_f ()" link="ccss-ccss-node-t.html#ccss-node-is-a-f"/>
    <keyword type="function" name="ccss_node_get_container_f ()" link="ccss-ccss-node-t.html#ccss-node-get-container-f"/>
    <keyword type="function" name="ccss_node_get_base_style_f ()" link="ccss-ccss-node-t.html#ccss-node-get-base-style-f"/>
    <keyword type="function" name="ccss_node_get_instance_f ()" link="ccss-ccss-node-t.html#ccss-node-get-instance-f"/>
    <keyword type="function" name="ccss_node_get_id_f ()" link="ccss-ccss-node-t.html#ccss-node-get-id-f"/>
    <keyword type="function" name="ccss_node_get_type_f ()" link="ccss-ccss-node-t.html#ccss-node-get-type-f"/>
    <keyword type="function" name="ccss_node_get_class_f ()" link="ccss-ccss-node-t.html#ccss-node-get-class-f"/>
    <keyword type="function" name="ccss_node_get_attribute_f ()" link="ccss-ccss-node-t.html#ccss-node-get-attribute-f"/>
    <keyword type="function" name="ccss_node_get_style_f ()" link="ccss-ccss-node-t.html#ccss-node-get-style-f"/>
    <keyword type="function" name="ccss_node_get_viewport_f ()" link="ccss-ccss-node-t.html#ccss-node-get-viewport-f"/>
    <keyword type="function" name="ccss_node_release_f ()" link="ccss-ccss-node-t.html#ccss-node-release-f"/>
    <keyword type="function" name="ccss_node_init ()" link="ccss-ccss-node-t.html#ccss-node-init"/>
    <keyword type="typedef" name="ccss_node_t" link="ccss-ccss-node-t.html#ccss-node-t"/>
    <keyword type="struct" name="ccss_node_class_t" link="ccss-ccss-node-t.html#ccss-node-class-t"/>
    <keyword type="function" name="ccss_property_create_f ()" link="ccss-ccss-property-t.html#ccss-property-create-f"/>
    <keyword type="function" name="ccss_property_destroy_f ()" link="ccss-ccss-property-t.html#ccss-property-destroy-f"/>
    <keyword type="function" name="ccss_property_convert_f ()" link="ccss-ccss-property-t.html#ccss-property-convert-f"/>
    <keyword type="function" name="ccss_property_factory_f ()" link="ccss-ccss-property-t.html#ccss-property-factory-f"/>
    <keyword type="function" name="ccss_property_inherit_f ()" link="ccss-ccss-property-t.html#ccss-property-inherit-f"/>
    <keyword type="function" name="ccss_property_serialize_f ()" link="ccss-ccss-property-t.html#ccss-property-serialize-f"/>
    <keyword type="function" name="ccss_property_init ()" link="ccss-ccss-property-t.html#ccss-property-init"/>
    <keyword type="struct" name="ccss_property_class_t" link="ccss-ccss-property-t.html#ccss-property-class-t"/>
    <keyword type="typedef" name="ccss_property_t" link="ccss-ccss-property-t.html#ccss-property-t"/>
    <keyword type="struct" name="ccss_property_generic_t" link="ccss-ccss-property-t.html#ccss-property-generic-t"/>
    <keyword type="enum" name="enum ccss_property_state_t" link="ccss-ccss-property-t.html#ccss-property-state-t"/>
    <keyword type="enum" name="enum ccss_property_type_t" link="ccss-ccss-property-t.html#ccss-property-type-t"/>
    <keyword type="function" name="ccss_style_destroy ()" link="ccss-ccss-style-t.html#ccss-style-destroy"/>
    <keyword type="function" name="ccss_style_get_double ()" link="ccss-ccss-style-t.html#ccss-style-get-double"/>
    <keyword type="function" name="ccss_style_get_property ()" link="ccss-ccss-style-t.html#ccss-style-get-property"/>
    <keyword type="function" name="ccss_style_set_property ()" link="ccss-ccss-style-t.html#ccss-style-set-property"/>
    <keyword type="function" name="ccss_style_get_string ()" link="ccss-ccss-style-t.html#ccss-style-get-string"/>
    <keyword type="function" name="ccss_style_hash ()" link="ccss-ccss-style-t.html#ccss-style-hash"/>
    <keyword type="function" name="ccss_style_iterator_f ()" link="ccss-ccss-style-t.html#ccss-style-iterator-f"/>
    <keyword type="function" name="ccss_style_foreach ()" link="ccss-ccss-style-t.html#ccss-style-foreach"/>
    <keyword type="function" name="ccss_style_dump ()" link="ccss-ccss-style-t.html#ccss-style-dump"/>
    <keyword type="typedef" name="ccss_style_t" link="ccss-ccss-style-t.html#ccss-style-t"/>
    <keyword type="function" name="ccss_stylesheet_iterator_f ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-iterator-f"/>
    <keyword type="function" name="ccss_stylesheet_destroy ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-destroy"/>
    <keyword type="function" name="ccss_stylesheet_reference ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-reference"/>
    <keyword type="function" name="ccss_stylesheet_get_reference_count ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-get-reference-count"/>
    <keyword type="function" name="ccss_stylesheet_add_from_buffer ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-add-from-buffer"/>
    <keyword type="function" name="ccss_stylesheet_add_from_file ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-add-from-file"/>
    <keyword type="function" name="ccss_stylesheet_foreach ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-foreach"/>
    <keyword type="function" name="ccss_stylesheet_query_type ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-query-type"/>
    <keyword type="function" name="ccss_stylesheet_query ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-query"/>
    <keyword type="function" name="ccss_stylesheet_unload ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-unload"/>
    <keyword type="function" name="ccss_stylesheet_dump ()" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-dump"/>
    <keyword type="typedef" name="ccss_stylesheet_t" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t"/>
    <keyword type="enum" name="enum ccss_stylesheet_precedence_t" link="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t"/>
    <keyword type="constant" name="CCSS_PROPERTY_STATE_INVALID" link="ccss-ccss-property-t.html#CCSS-PROPERTY-STATE-INVALID:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_STATE_NONE" link="ccss-ccss-property-t.html#CCSS-PROPERTY-STATE-NONE:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_STATE_INHERIT" link="ccss-ccss-property-t.html#CCSS-PROPERTY-STATE-INHERIT:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_STATE_SET" link="ccss-ccss-property-t.html#CCSS-PROPERTY-STATE-SET:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_STATE_ERROR_OVERFLOW" link="ccss-ccss-property-t.html#CCSS-PROPERTY-STATE-ERROR-OVERFLOW:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_TYPE_DOUBLE" link="ccss-ccss-property-t.html#CCSS-PROPERTY-TYPE-DOUBLE:CAPS"/>
    <keyword type="constant" name="CCSS_PROPERTY_TYPE_STRING" link="ccss-ccss-property-t.html#CCSS-PROPERTY-TYPE-STRING:CAPS"/>
    <keyword type="constant" name="CCSS_STYLESHEET_USER_AGENT" link="ccss-ccss-stylesheet-t.html#CCSS-STYLESHEET-USER-AGENT:CAPS"/>
    <keyword type="constant" name="CCSS_STYLESHEET_USER" link="ccss-ccss-stylesheet-t.html#CCSS-STYLESHEET-USER:CAPS"/>
    <keyword type="constant" name="CCSS_STYLESHEET_AUTHOR" link="ccss-ccss-stylesheet-t.html#CCSS-STYLESHEET-AUTHOR:CAPS"/>
    <keyword type="member" name="ccss-function-t.name" link="ccss-ccss-function-t.html#ccss-function-t.name"/>
    <keyword type="member" name="ccss-function-t.function" link="ccss-ccss-function-t.html#ccss-function-t.function"/>
    <keyword type="member" name="ccss-function-t.user-data" link="ccss-ccss-function-t.html#ccss-function-t.user-data"/>
    <keyword type="member" name="ccss-node-class-t.is-a" link="ccss-ccss-node-t.html#ccss-node-class-t.is-a"/>
    <keyword type="member" name="ccss-node-class-t.get-container" link="ccss-ccss-node-t.html#ccss-node-class-t.get-container"/>
    <keyword type="member" name="ccss-node-class-t.get-base-style" link="ccss-ccss-node-t.html#ccss-node-class-t.get-base-style"/>
    <keyword type="member" name="ccss-node-class-t.get-instance" link="ccss-ccss-node-t.html#ccss-node-class-t.get-instance"/>
    <keyword type="member" name="ccss-node-class-t.get-id" link="ccss-ccss-node-t.html#ccss-node-class-t.get-id"/>
    <keyword type="member" name="ccss-node-class-t.get-type" link="ccss-ccss-node-t.html#ccss-node-class-t.get-type"/>
    <keyword type="member" name="ccss-node-class-t.get-class" link="ccss-ccss-node-t.html#ccss-node-class-t.get-class"/>
    <keyword type="member" name="ccss-node-class-t.get-pseudo-classes" link="ccss-ccss-node-t.html#ccss-node-class-t.get-pseudo-classes"/>
    <keyword type="member" name="ccss-node-class-t.get-attribute" link="ccss-ccss-node-t.html#ccss-node-class-t.get-attribute"/>
    <keyword type="member" name="ccss-node-class-t.get-style" link="ccss-ccss-node-t.html#ccss-node-class-t.get-style"/>
    <keyword type="member" name="ccss-node-class-t.get-viewport" link="ccss-ccss-node-t.html#ccss-node-class-t.get-viewport"/>
    <keyword type="member" name="ccss-node-class-t.release" link="ccss-ccss-node-t.html#ccss-node-class-t.release"/>
    <keyword type="member" name="ccss-property-class-t.name" link="ccss-ccss-property-t.html#ccss-property-class-t.name"/>
    <keyword type="member" name="ccss-property-class-t.create" link="ccss-ccss-property-t.html#ccss-property-class-t.create"/>
    <keyword type="member" name="ccss-property-class-t.destroy" link="ccss-ccss-property-t.html#ccss-property-class-t.destroy"/>
    <keyword type="member" name="ccss-property-class-t.convert" link="ccss-ccss-property-t.html#ccss-property-class-t.convert"/>
    <keyword type="member" name="ccss-property-class-t.factory" link="ccss-ccss-property-t.html#ccss-property-class-t.factory"/>
    <keyword type="member" name="ccss-property-class-t.inherit" link="ccss-ccss-property-t.html#ccss-property-class-t.inherit"/>
    <keyword type="member" name="ccss-property-class-t.serialize" link="ccss-ccss-property-t.html#ccss-property-class-t.serialize"/>
    <keyword type="member" name="ccss-property-generic-t.base" link="ccss-ccss-property-t.html#ccss-property-generic-t.base"/>
    <keyword type="member" name="ccss-property-generic-t.name" link="ccss-ccss-property-t.html#ccss-property-generic-t.name"/>
    <keyword type="member" name="ccss-property-generic-t.values" link="ccss-ccss-property-t.html#ccss-property-generic-t.values"/>
  </functions>
</book>