~ubuntu-branches/ubuntu/vivid/indicator-appmenu/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/devel/html/object-tree.html

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2012-11-23 07:39:58 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20121123073958-rr5gz4chpdjfmafa
Tags: 12.10.4daily12.11.23-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Reorganize Build-Depends for clarity.
  - Adjust style to be consistent with other indicator packages.
  - Drop Build-Depends on cdbs.
  - Bump debhelper Build-Depends to (>= 9). 
  - Add gnome-common to Build-Depends.
  - Update Vcs-Bzr, Vcs-Browser and add notice to uploaders.
  - Add gtk-doc-tools to Build-Depends.
* debian/compat: bump compat level to 9.
* debian/rules:
  - Convert to using the dh sequencer.
  - Make sure the build fails if there are files not listed in install files
    when building the packages.
  - Override dh_autoreconf to call autogen.sh and not run configure.
  - Temporarily disable tests due to missing dependencies.
* debian/indicator-appmenu.install,
  debian/indicator-appmenu-tools.install: update paths to install private
  binaries to the /usr/lib/<triplet> paths.

[ Didier Roche ]
* Automatic snapshot from revision 219 (bootstrap):
  - Adds childless menu support to the Unity menu panel. (LP: #773101)
  - add pot template
* Unity global menu bar hides childless menu items (LP: #773101)

[ Automatic PS uploader ]
* Automatic snapshot from revision 221

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Object Hierarchy</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="hud-service Hacking Guide">
8
 
<link rel="up" href="index.html" title="hud-service Hacking Guide">
9
 
<link rel="prev" href="HudAppMenuRegistrar.html" title="HudAppMenuRegistrar">
10
 
<link rel="next" href="api-index-full.html" title="API Index">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
 
<td><a accesskey="p" href="HudAppMenuRegistrar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
 
<td> </td>
18
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
 
<th width="100%" align="center">hud-service Hacking Guide</th>
20
 
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
 
</tr></table>
22
 
<div class="chapter">
23
 
<div class="titlepage"><div><div><h2 class="title">
24
 
<a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
25
 
<pre class="screen">
26
 
    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
27
 
        <a class="link" href="HudAppIndicatorSource.html" title="HudAppIndicatorSource">HudAppIndicatorSource</a>
28
 
        <a class="link" href="HudAppMenuRegistrar.html" title="HudAppMenuRegistrar">HudAppMenuRegistrar</a>
29
 
        <a class="link" href="HudDbusmenuCollector.html" title="HudDbusmenuCollector">HudDbusmenuCollector</a>
30
 
        <a class="link" href="HudIndicatorSource.html" title="HudIndicatorSource">HudIndicatorSource</a>
31
 
        <a class="link" href="HudItem.html" title="HudItem">HudItem</a>
32
 
        <a class="link" href="HudMenuModelCollector.html" title="HudMenuModelCollector">HudMenuModelCollector</a>
33
 
        <a class="link" href="HudQuery.html" title="HudQuery">HudQuery</a>
34
 
        <a class="link" href="HudResult.html" title="HudResult">HudResult</a>
35
 
        <a class="link" href="HudSourceList.html" title="HudSourceList">HudSourceList</a>
36
 
        <a class="link" href="HudWindowSource.html" title="HudWindowSource">HudWindowSource</a>
37
 
    GInterface
38
 
        <a class="link" href="HudSource.html" title="HudSource">HudSource</a>
39
 
</pre>
40
 
</div>
41
 
<div class="footer">
42
 
<hr>
43
 
          Generated by GTK-Doc V1.18</div>
44
 
</body>
45
 
</html>
 
 
b'\\ No newline at end of file'