~ubuntu-branches/ubuntu/saucy/parole/saucy

« back to all changes in this revision

Viewing changes to docs/plugin-api/html/index.html

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-08-15 13:56:10 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120815135610-xkgrhm52dq81czhe
Tags: 0.3.0-0ubuntu1
* New upstream release.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: dropped, included upstream.
  - 01_fix-plugin-install-dir.patch, 02_fix-ftbfs-enable-debug.patch,
    03_fix-ftbfs-built-twice.patch: added, fix wrong install path and build
    failures.
* debian/control:
  - replace b-dep on libxfcegui4-dev with libxfce4ui-1-dev and bump
    libgtk2.0-dev to >= 2.20.
* debian/rules:
  - create empty m4 directory if missing.
  - clean up autogenerated files.

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>Parole Plugins Reference Manual</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="Parole Plugins Reference Manual">
8
 
<link rel="next" href="Intro.html" title="Part I. Introduction">
9
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
10
 
<link rel="stylesheet" href="style.css" type="text/css">
11
 
</head>
12
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
 
<div class="book">
14
 
<div class="titlepage">
15
 
<div>
16
 
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Parole Plugins Reference Manual</p></th></tr></table></div>
17
 
<div><p class="releaseinfo">
18
 
      for Parole-Plugins 0.2.0.6
19
 
 
20
 
    </p></div>
21
 
<div><p class="copyright">Copyright © 2009 Ali Abdallah</p></div>
22
 
<div><div class="legalnotice">
23
 
<a name="legalnotice"></a><p>
24
 
        Permission is granted to copy, distribute and/or modify this document
25
 
        under the terms of the GNU Free Documentation License, Version 1.1 or
26
 
        any later version published by the Free Software Foundation; with no
27
 
        Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
28
 
        Texts. The complete license text is available from the <a class="ulink" href="http://www.gnu.org/" target="_top">Free Software Foundation</a>.
29
 
      </p>
30
 
</div></div>
31
 
<div><p class="pubdate">July 2009</p></div>
32
 
</div>
33
 
<hr>
34
 
</div>
35
 
<div class="toc"><dl>
36
 
<dt><span class="part"><a href="Intro.html">I. Introduction</a></span></dt>
37
 
<dt><span class="part"><a href="parole-plugins-tut.html">II. Parole Plugin Tutorial</a></span></dt>
38
 
<dt><span class="part"><a href="fundamentals.html">III. Fundamentals</a></span></dt>
39
 
<dd><dl><dt>
40
 
<span class="refentrytitle"><a href="Parole-Plugins-parole.html">Parole</a></span><span class="refpurpose"></span>
41
 
</dt></dl></dd>
42
 
<dt><span class="part"><a href="API.html">IV. Parole Plugin Reference</a></span></dt>
43
 
<dd><dl>
44
 
<dt>
45
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-provider-plugin.html">ParoleProviderPlugin</a></span><span class="refpurpose"> — The interface of the plugin type registration.</span>
46
 
</dt>
47
 
<dt>
48
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-provider-player.html">ParoleProviderPlayer</a></span><span class="refpurpose"> — The interface of the player.</span>
49
 
</dt>
50
 
<dt>
51
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-stream.html">ParoleStream</a></span><span class="refpurpose"> — Currently playing stream.</span>
52
 
</dt>
53
 
</dl></dd>
54
 
<dt><span class="part"><a href="Utils.html">V. Parole Utilities</a></span></dt>
55
 
<dd><dl>
56
 
<dt>
57
 
<span class="refentrytitle"><a href="ParoleFile.html">ParoleFile</a></span><span class="refpurpose"> — Simple file handling.</span>
58
 
</dt>
59
 
<dt>
60
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-filters.html">Parole Filters</a></span><span class="refpurpose"></span>
61
 
</dt>
62
 
<dt>
63
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-pl-parser.html">Parole Playlist Parser</a></span><span class="refpurpose"></span>
64
 
</dt>
65
 
<dt>
66
 
<span class="refentrytitle"><a href="Parole-Plugins-parole-debug.html">Parole Debug</a></span><span class="refpurpose"></span>
67
 
</dt>
68
 
</dl></dd>
69
 
<dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
70
 
</dl></div>
71
 
</div>
72
 
<div class="footer">
73
 
<hr>
74
 
          Generated by GTK-Doc V1.17</div>
75
 
</body>
76
 
</html>
 
 
b'\\ No newline at end of file'