This file is indexed.

/usr/share/gtk-doc/html/libaccounts-glib/libaccounts-running.html is in libaccounts-glib-doc 1.23+17.04.20161104-0ubuntu1.

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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Running and debugging libaccounts-glib applications: libaccounts-glib Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="libaccounts-glib Reference Manual">
<link rel="up" href="libaccounts-glib-overview.html" title="Part I. libaccounts-glib Overview">
<link rel="prev" href="libaccounts-compiling.html" title="Compiling libaccounts-glib applications">
<link rel="next" href="libaccounts-glib-objects.html" title="Part II. libaccounts-glib Objects">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="libaccounts-glib-overview.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libaccounts-compiling.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libaccounts-glib-objects.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="libaccounts-running"></a>Running and debugging libaccounts-glib applications</h2></div></div></div>
<div class="toc"><dl class="toc"><dt><span class="section"><a href="libaccounts-running.html#id-1.2.5.3">Environment variables</a></span></dt></dl></div>
<p>
There are various debugging techniques available for applications which use
libaccounts-glib.
</p>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id-1.2.5.3"></a>Environment variables</h2></div></div></div>
<p>
  There are several environment variables which can aid in debugging
  libaccounts-glib applications by changing runtime behavior.
  </p>
<div class="variablelist">
<p class="title"><b>Supported envionment variables</b></p>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">
      <code class="varname">ACCOUNTS</code>
      </span></p></td>
<td><p>
        Specifies the path to the accounts database. If this is unset, the
        database is stored in
        <code class="filename">$XDG_CONFIG_HOME/libaccounts-glib</code>,
        which normally expands to
        <code class="filename">~/.config/libaccounts-glib</code>.
        </p></td>
</tr>
<tr>
<td><p><span class="term">
      <code class="varname">AG_DEBUG</code>
      </span></p></td>
<td>
<p>
        Can be set to a list of debug options, which causes libaccounts-glib to
        print different debug information.
        </p>
<div class="variablelist">
<p class="title"><b><code class="varname">AG_DEBUG</code> options</b></p>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">
            <code class="literal">time</code>
            </span></p></td>
<td><p>
              Print timing debug messages.
              </p></td>
</tr>
<tr>
<td><p><span class="term">
            <code class="literal">refs</code>
            </span></p></td>
<td><p>
              Print reference-counting debug messages.
              </p></td>
</tr>
<tr>
<td><p><span class="term">
            <code class="literal">locks</code>
            </span></p></td>
<td><p>
              Print locking debug messages.
              </p></td>
</tr>
<tr>
<td><p><span class="term">
            <code class="literal">queries</code>
            </span></p></td>
<td><p>
              Print <acronym title="
      Structured Query Language is a language for constructing queries against
      databases.
      "><span class="acronym">SQL</span></acronym> query debug messages.
              </p></td>
</tr>
<tr>
<td><p><span class="term">
            <code class="literal">info</code>
            </span></p></td>
<td><p>
              Print miscellaneous debug messages.
              </p></td>
</tr>
</tbody>
</table>
</div>
<p>
        The special value <code class="literal">all</code> can be used to turn on all
        debug options.
        </p>
<div class="note"><p>
          In order for debug messages to be printed, libaccounts-glib must have
          been configured with the option <code class="option">--enable-debug</code>.
          Additionally, GLib must be configured to print debug messages at the
          required debug level, for example with
          <code class="varname">G_MESSAGES_DEBUG</code> set to <code class="literal">all</code>.
          </p></div>
</td>
</tr>
<tr>
<td><p><span class="term">
      <code class="varname">AG_APPLICATIONS</code>
      </span></p></td>
<td><p>
        Specifies the path to search for
        <a class="xref" href="xml-file-formats.html#application-file-format" title="Application manifest file format">application manifest files</a>.
        </p></td>
</tr>
<tr>
<td><p><span class="term">
      <code class="varname">AG_PROVIDERS</code>
      </span></p></td>
<td><p>
        Specifies the path to search for
        <a class="xref" href="provider-file-format.html" title="Provider description file format">provider description files</a>.
        </p></td>
</tr>
<tr>
<td><p><span class="term">
      <code class="varname">AG_SERVICES</code>
      </span></p></td>
<td><p>
        Specifies the path to search for <a class="xref" href="service-file-format.html" title="Service description file format">service descriptions files</a>.
        </p></td>
</tr>
<tr>
<td><p><span class="term">
      <code class="varname">AG_SERVICE_TYPES</code>
      </span></p></td>
<td><p>
        Specifies the path to search for
        <a class="xref" href="service-type-file-format.html" title="Service type description file format">service type description files</a>.
        </p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>