This file is indexed.

/usr/share/doc/gstreamer1.0-doc/manual/html/section-goals-object.html is in gstreamer1.0-doc 1.2.4-0ubuntu1.1.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Object oriented</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="GStreamer Application Development Manual (1.2.4)"><link rel="up" href="chapter-motivation.html" title="Chapter 2. Design principles"><link rel="prev" href="chapter-motivation.html" title="Chapter 2. Design principles"><link rel="next" href="section-goals-extensible.html" title="Extensible"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Object oriented</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="chapter-motivation.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Design principles</th><td width="20%" align="right"> <a accesskey="n" href="section-goals-extensible.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="section-goals-object"></a>Object oriented</h2></div></div></div><p>
        <span class="application">GStreamer</span> adheres to GObject, the GLib 2.0 object model. A programmer
        familiar with GLib 2.0 or GTK+ will be
        comfortable with <span class="application">GStreamer</span>.
      </p><p>
        <span class="application">GStreamer</span> uses the mechanism of signals and object properties. 
      </p><p>
        All objects can be queried at runtime for their various properties and
	capabilities.
      </p><p>
        <span class="application">GStreamer</span> intends to be similar in programming methodology to GTK+.
	This applies to the object model, ownership of objects, reference
        counting, etc.
      </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="chapter-motivation.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="chapter-motivation.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="section-goals-extensible.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. Design principles </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Extensible</td></tr></table></div></body></html>