/usr/share/gtk-doc/html/geoclue/index.html is in libgeoclue-dev 0.12.0-1ubuntu12.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Geoclue Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Geoclue Reference Manual">
<link rel="next" href="ch01.html" title="Using Geoclue in applications">
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Using Geoclue in applications">
<link rel="reference" href="rn01.html" title="C API">
<link rel="reference" href="rn02.html" title="D-Bus API">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book" title="Geoclue Reference Manual">
<div class="titlepage">
<div><div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Geoclue Reference Manual</p></th></tr></table></div></div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="chapter"><a href="ch01.html">Using Geoclue in applications</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="ch01.html#overview">Overview</a></span></dt>
<dt><span class="section"><a href="simple-example.html">Using basic Geoclue providers: simple example in C</a></span></dt>
<dt><span class="section"><a href="simple-master-example.html">Master provider: simple example in C</a></span></dt>
</dl></dd>
<dt><span class="reference"><a href="rn01.html">I. C API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GeoclueMaster.html">GeoclueMaster</a></span><span class="refpurpose"> — Geoclue Master API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueMasterClient.html">GeoclueMasterClient</a></span><span class="refpurpose"> — Geoclue MasterClient API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueProvider.html">GeoclueProvider</a></span><span class="refpurpose"> — Common client API for Geoclue providers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeocluePosition.html">GeocluePosition</a></span><span class="refpurpose"> — Geoclue position client API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueAddress.html">GeoclueAddress</a></span><span class="refpurpose"> — Geoclue address client API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueVelocity.html">GeoclueVelocity</a></span><span class="refpurpose"> — Geoclue velocity client API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueGeocode.html">GeoclueGeocode</a></span><span class="refpurpose"> — Geoclue geocode client API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GeoclueReverseGeocode.html">GeoclueReverseGeocode</a></span><span class="refpurpose"> — Geoclue reverse geocode client API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="geoclue-geoclue-types.html">geoclue-types</a></span><span class="refpurpose"> — Type definitions and defines useful for Geoclue clients</span>
</dt>
<dt>
<span class="refentrytitle"><a href="geoclue-geoclue-accuracy.html">geoclue-accuracy</a></span><span class="refpurpose"> — Methods for manipulating <a class="link" href="geoclue-geoclue-accuracy.html#GeoclueAccuracy" title="GeoclueAccuracy"><span class="type">GeoclueAccuracy</span></a> structure</span>
</dt>
<dt>
<span class="refentrytitle"><a href="geoclue-geoclue-address-details.html">geoclue-address-details</a></span><span class="refpurpose"> — Convenience functions for handling Geoclue address
<a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTables</span></a></span>
</dt>
<dt>
<span class="refentrytitle"><a href="geoclue-geoclue-error.html">geoclue-error</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="reference"><a href="rn02.html">II. D-Bus API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="Master.html">org.freedesktop.Geoclue.Master</a></span><span class="refpurpose"> — Master interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="MasterClient.html">org.freedesktop.Geoclue.MasterClient</a></span><span class="refpurpose"> — MasterClient interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="Geoclue.html">org.freedesktop.Geoclue</a></span><span class="refpurpose"> — Geoclue interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="Position.html">org.freedesktop.Geoclue.Position</a></span><span class="refpurpose"> — Position interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="Address.html">org.freedesktop.Geoclue.Address</a></span><span class="refpurpose"> — Address interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="Velocity.html">org.freedesktop.Geoclue.Velocity</a></span><span class="refpurpose"> — Velocity interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="Geocode.html">org.freedesktop.Geoclue.Geocode</a></span><span class="refpurpose"> — Geocode interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ReverseGeocode.html">org.freedesktop.Geoclue.ReverseGeocode</a></span><span class="refpurpose"> — ReverseGeocode interface</span>
</dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.13</div>
</body>
</html>
|