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
|
<!-- ##### SECTION Title ##### -->
ParoleProviderPlugin
<!-- ##### SECTION Short_Description ##### -->
Plugin type registration interface
<!-- ##### SECTION Long_Description ##### -->
<para>
The methods of this interface should be overridden by the plugin, the Parole player
calls these methods to determine if the plugin is configurable, to ask the plugin to
open its configuration dialog or to set the #ParoleProviderPlayer that the plugin
can use to get access to various functionalities of the player.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#ParoleProviderPlayer.
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT ParoleProviderPlugin ##### -->
<para>
</para>
<!-- ##### FUNCTION parole_provider_plugin_get_is_configurable ##### -->
<para>
</para>
@provider:
@Returns:
<!-- ##### FUNCTION parole_provider_plugin_configure ##### -->
<para>
</para>
@provider:
@parent:
<!-- ##### FUNCTION parole_provider_plugin_set_player ##### -->
<para>
</para>
@provider:
@player:
|