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

« back to all changes in this revision

Viewing changes to docs/devel/html/annotation-glossary.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>Annotation Glossary</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="deprecated-api-index.html" title="Index of deprecated API">
10
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11
 
<link rel="stylesheet" href="style.css" type="text/css">
12
 
</head>
13
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15
 
<tr valign="middle">
16
 
<td><a accesskey="p" href="deprecated-api-index.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> </td>
21
 
</tr>
22
 
<tr><td colspan="5" class="shortcuts">
23
 
<a class="shortcut" href="#glsA">A</a>
24
 
                      | 
25
 
                   <a class="shortcut" href="#glsE">E</a>
26
 
                      | 
27
 
                   <a class="shortcut" href="#glsT">T</a>
28
 
</td></tr>
29
 
</table>
30
 
<div class="glossary">
31
 
<div class="titlepage"><div><div><h2 class="title">
32
 
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
33
 
<a name="glsA"></a><h3 class="title">A</h3>
34
 
<dt>
35
 
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
36
 
<dd><p>NULL is ok, both for passing and for returning.</p></dd>
37
 
<a name="glsE"></a><h3 class="title">E</h3>
38
 
<dt>
39
 
<a name="annotation-glossterm-element-type"></a>element-type</dt>
40
 
<dd><p>Generics and defining elements of containers and arrays.</p></dd>
41
 
<a name="glsT"></a><h3 class="title">T</h3>
42
 
<dt>
43
 
<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
44
 
<dd><p>Free data after the code is done.</p></dd>
45
 
<dt>
46
 
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
47
 
<dd><p>Don't free data after the code is done.</p></dd>
48
 
</div>
49
 
<div class="footer">
50
 
<hr>
51
 
          Generated by GTK-Doc V1.18</div>
52
 
</body>
53
 
</html>
 
 
b'\\ No newline at end of file'