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

« back to all changes in this revision

Viewing changes to docs/plugin-api/html/Parole-Plugins.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <chapters>
5
5
    <sub name="Introduction" link="Intro.html"/>
6
6
    <sub name="Parole Plugin Tutorial" link="parole-plugins-tut.html">
7
 
      <sub name="Plugin structure." link="parole-plugins-tut.html#id2908737"/>
 
7
      <sub name="Plugin structure." link="parole-plugins-tut.html#id2731529"/>
8
8
    </sub>
9
9
    <sub name="Fundamentals" link="fundamentals.html">
10
10
      <sub name="Parole" link="Parole-Plugins-parole.html"/>
12
12
    <sub name="Parole Plugin Reference" link="API.html">
13
13
      <sub name="ParoleProviderPlugin" link="Parole-Plugins-parole-provider-plugin.html"/>
14
14
      <sub name="ParoleProviderPlayer" link="Parole-Plugins-parole-provider-player.html"/>
15
 
      <sub name="ParoleStream" link="ParoleStream.html"/>
 
15
      <sub name="ParoleStream" link="Parole-Plugins-parole-stream.html"/>
16
16
    </sub>
17
17
    <sub name="Parole Utilities" link="Utils.html">
18
18
      <sub name="ParoleFile" link="ParoleFile.html"/>
33
33
    <keyword type="macro" name="PAROLE_DEFINE_ABSTRACT_TYPE()" link="Parole-Plugins-parole.html#PAROLE-DEFINE-ABSTRACT-TYPE:CAPS" since="0.2"/>
34
34
    <keyword type="macro" name="PAROLE_DEFINE_ABSTRACT_TYPE_WITH_CODE()" link="Parole-Plugins-parole.html#PAROLE-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS" since="0.2"/>
35
35
    <keyword type="macro" name="PAROLE_IMPLEMENT_INTERFACE()" link="Parole-Plugins-parole.html#PAROLE-IMPLEMENT-INTERFACE:CAPS"/>
36
 
    <keyword type="struct" name="ParoleProviderPluginIface" link="Parole-Plugins-parole-provider-plugin.html#ParoleProviderPluginIface"/>
 
36
    <keyword type="struct" name="struct ParoleProviderPluginIface" link="Parole-Plugins-parole-provider-plugin.html#ParoleProviderPluginIface"/>
37
37
    <keyword type="struct" name="ParoleProviderPlugin" link="Parole-Plugins-parole-provider-plugin.html#ParoleProviderPlugin-struct"/>
38
38
    <keyword type="function" name="parole_provider_plugin_get_is_configurable ()" link="Parole-Plugins-parole-provider-plugin.html#parole-provider-plugin-get-is-configurable" since="0.2"/>
39
39
    <keyword type="function" name="parole_provider_plugin_configure ()" link="Parole-Plugins-parole-provider-plugin.html#parole-provider-plugin-configure" since="0.2"/>
40
40
    <keyword type="function" name="parole_provider_plugin_set_player ()" link="Parole-Plugins-parole-provider-plugin.html#parole-provider-plugin-set-player" since="0.2"/>
41
 
    <keyword type="struct" name="ParoleProviderPlayerIface" link="Parole-Plugins-parole-provider-player.html#ParoleProviderPlayerIface-struct"/>
 
41
    <keyword type="struct" name="struct ParoleProviderPlayerIface" link="Parole-Plugins-parole-provider-player.html#ParoleProviderPlayerIface-struct"/>
42
42
    <keyword type="struct" name="ParoleProviderPlayer" link="Parole-Plugins-parole-provider-player.html#ParoleProviderPlayer"/>
43
43
    <keyword type="enum" name="enum ParolePluginContainer" link="Parole-Plugins-parole-provider-player.html#ParolePluginContainer"/>
44
44
    <keyword type="enum" name="enum ParoleState" link="Parole-Plugins-parole-provider-player.html#ParoleState"/>
54
54
    <keyword type="function" name="parole_provider_player_open_media_chooser ()" link="Parole-Plugins-parole-provider-player.html#parole-provider-player-open-media-chooser" since="0.2"/>
55
55
    <keyword type="signal" name="The &quot;state-changed&quot; signal" link="Parole-Plugins-parole-provider-player.html#ParoleProviderPlayerIface-state-changed"/>
56
56
    <keyword type="signal" name="The &quot;tag-message&quot; signal" link="Parole-Plugins-parole-provider-player.html#ParoleProviderPlayerIface-tag-message"/>
57
 
    <keyword type="enum" name="enum ParoleMediaType" link="ParoleStream.html#ParoleMediaType"/>
58
 
    <keyword type="struct" name="ParoleStream" link="ParoleStream.html#ParoleStream-struct"/>
59
 
    <keyword type="property" name="The &quot;absolute-duration&quot; property" link="ParoleStream.html#ParoleStream--absolute-duration"/>
60
 
    <keyword type="property" name="The &quot;album&quot; property" link="ParoleStream.html#ParoleStream--album"/>
61
 
    <keyword type="property" name="The &quot;artist&quot; property" link="ParoleStream.html#ParoleStream--artist"/>
62
 
    <keyword type="property" name="The &quot;comment&quot; property" link="ParoleStream.html#ParoleStream--comment"/>
63
 
    <keyword type="property" name="The &quot;disp-par-d&quot; property" link="ParoleStream.html#ParoleStream--disp-par-d"/>
64
 
    <keyword type="property" name="The &quot;disp-par-n&quot; property" link="ParoleStream.html#ParoleStream--disp-par-n"/>
65
 
    <keyword type="property" name="The &quot;duration&quot; property" link="ParoleStream.html#ParoleStream--duration"/>
66
 
    <keyword type="property" name="The &quot;has-audio&quot; property" link="ParoleStream.html#ParoleStream--has-audio"/>
67
 
    <keyword type="property" name="The &quot;has-video&quot; property" link="ParoleStream.html#ParoleStream--has-video"/>
68
 
    <keyword type="property" name="The &quot;live&quot; property" link="ParoleStream.html#ParoleStream--live"/>
69
 
    <keyword type="property" name="The &quot;media-type&quot; property" link="ParoleStream.html#ParoleStream--media-type"/>
70
 
    <keyword type="property" name="The &quot;num-tracks&quot; property" link="ParoleStream.html#ParoleStream--num-tracks"/>
71
 
    <keyword type="property" name="The &quot;seekable&quot; property" link="ParoleStream.html#ParoleStream--seekable"/>
72
 
    <keyword type="property" name="The &quot;subtitles&quot; property" link="ParoleStream.html#ParoleStream--subtitles"/>
73
 
    <keyword type="property" name="The &quot;tag-available&quot; property" link="ParoleStream.html#ParoleStream--tag-available"/>
74
 
    <keyword type="property" name="The &quot;title&quot; property" link="ParoleStream.html#ParoleStream--title"/>
75
 
    <keyword type="property" name="The &quot;track&quot; property" link="ParoleStream.html#ParoleStream--track"/>
76
 
    <keyword type="property" name="The &quot;uri&quot; property" link="ParoleStream.html#ParoleStream--uri"/>
77
 
    <keyword type="property" name="The &quot;video-height&quot; property" link="ParoleStream.html#ParoleStream--video-height"/>
78
 
    <keyword type="property" name="The &quot;video-width&quot; property" link="ParoleStream.html#ParoleStream--video-width"/>
79
 
    <keyword type="property" name="The &quot;year&quot; property" link="ParoleStream.html#ParoleStream--year"/>
80
 
    <keyword type="struct" name="ParoleFile" link="ParoleFile.html#ParoleFile-struct"/>
 
57
    <keyword type="enum" name="enum ParoleMediaType" link="Parole-Plugins-parole-stream.html#ParoleMediaType"/>
 
58
    <keyword type="struct" name="struct ParoleStream" link="Parole-Plugins-parole-stream.html#ParoleStream-struct"/>
 
59
    <keyword type="property" name="The &quot;absolute-duration&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--absolute-duration"/>
 
60
    <keyword type="property" name="The &quot;album&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--album"/>
 
61
    <keyword type="property" name="The &quot;artist&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--artist"/>
 
62
    <keyword type="property" name="The &quot;comment&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--comment"/>
 
63
    <keyword type="property" name="The &quot;disp-par-d&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--disp-par-d"/>
 
64
    <keyword type="property" name="The &quot;disp-par-n&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--disp-par-n"/>
 
65
    <keyword type="property" name="The &quot;duration&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--duration"/>
 
66
    <keyword type="property" name="The &quot;has-audio&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--has-audio"/>
 
67
    <keyword type="property" name="The &quot;has-video&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--has-video"/>
 
68
    <keyword type="property" name="The &quot;live&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--live"/>
 
69
    <keyword type="property" name="The &quot;media-type&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--media-type"/>
 
70
    <keyword type="property" name="The &quot;num-tracks&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--num-tracks"/>
 
71
    <keyword type="property" name="The &quot;seekable&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--seekable"/>
 
72
    <keyword type="property" name="The &quot;subtitles&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--subtitles"/>
 
73
    <keyword type="property" name="The &quot;tag-available&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--tag-available"/>
 
74
    <keyword type="property" name="The &quot;title&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--title"/>
 
75
    <keyword type="property" name="The &quot;track&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--track"/>
 
76
    <keyword type="property" name="The &quot;uri&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--uri"/>
 
77
    <keyword type="property" name="The &quot;video-height&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--video-height"/>
 
78
    <keyword type="property" name="The &quot;video-width&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--video-width"/>
 
79
    <keyword type="property" name="The &quot;year&quot; property" link="Parole-Plugins-parole-stream.html#ParoleStream--year"/>
 
80
    <keyword type="struct" name="struct ParoleFile" link="ParoleFile.html#ParoleFile-struct"/>
81
81
    <keyword type="function" name="parole_file_new ()" link="ParoleFile.html#parole-file-new" since="0.2"/>
82
82
    <keyword type="function" name="parole_file_new_with_display_name ()" link="ParoleFile.html#parole-file-new-with-display-name" since="0.2"/>
83
83
    <keyword type="function" name="parole_file_get_file_name ()" link="ParoleFile.html#parole-file-get-file-name" since="0.2"/>