This file is indexed.

/usr/share/doc/wireshark-doc/wsdg_html_chunked/ChLibsGtk.html is in wireshark-doc 2.0.2+ga16e22e-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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>5.5. GTK+ / GLib / GDK / Pango / ATK / GNU gettext / GNU libiconv</title><link rel="stylesheet" type="text/css" href="ws.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Wireshark Developer&#8217;s Guide"><link rel="up" href="ChapterLibraries.html" title="Chapter 5. Library Reference"><link rel="prev" href="ChLibsQt.html" title="5.4. Qt"><link rel="next" href="ChLibsSMI.html" title="5.6. SMI (optional)"></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">5.5. GTK+ / GLib / GDK / Pango / ATK / GNU gettext / GNU libiconv</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ChLibsQt.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Library Reference</th><td width="20%" align="right"> <a accesskey="n" href="ChLibsSMI.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="ChLibsGtk"></a>5.5. GTK+ / GLib / GDK / Pango / ATK / GNU gettext / GNU libiconv</h2></div></div></div><p>The Glib library is used as a basic platform abstraction library, it&#8217;s
not related to graphical user interface (GUI) things. For a detailed
description about GLib, see <a class="xref" href="ChCodeGLib.html" title="7.3. The GLib library">Section 7.3, &#8220;The GLib library&#8221;</a>.</p><p>The GTK and its dependent libraries are used to build the older, deprecated, Wireshark GUI.
For a detailed description of the GTK libraries, see <a class="xref" href="ChUIGTK.html" title="12.3. The GTK library">Section 12.3, &#8220;The GTK library&#8221;</a>.</p><p>All other libraries are dependent on the two libraries mentioned above,
you will typically not come in touch with these while doing Wireshark
development.</p><p>As the requirements for the GLib/GTK libraries have increased in the past,
the required additional libraries depend on the GLib/GTK versions you have.
The 2.x versions require all mentioned libs.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="ChLibsUnixGTK"></a>5.5.1. Unix</h3></div></div></div><p>The GLib/GTK+ libraries are available for many unix-like platforms and
Cygwin.</p><p>If these libraries aren&#8217;t already installed and also aren&#8217;t available as a
package for your platform, you can get them at
<a class="ulink" href="http://www.gtk.org/download.html" target="_top">http://www.gtk.org/download.html</a>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="ChLibsWin32GTK"></a>5.5.2. Win32 MSVC</h3></div></div></div><p>You can get the latest version at <a class="ulink" href="http://www.gtk.org/download.html" target="_top">http://www.gtk.org/download.html</a>.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ChLibsQt.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ChapterLibraries.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ChLibsSMI.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.4. Qt </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5.6. SMI (optional)</td></tr></table></div></body></html>