[Xfce4-commits] <parole:master> Updated plugin api docs and removed items from unused.
Sean Davis
noreply at xfce.org
Mon Aug 13 18:08:01 CEST 2012
Updating branch refs/heads/master
to 83f86cd015117540beff5c2f8b1a1f1aae5b1580 (commit)
from 542cd6acaa631d8f4f4f0d7623db7713ca55f007 (commit)
commit 83f86cd015117540beff5c2f8b1a1f1aae5b1580
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Aug 13 12:06:47 2012 -0400
Updated plugin api docs and removed items from unused.
docs/plugin-api/Parole-Plugins-sections.txt | 7 +++++++
docs/plugin-api/tmpl/parole-file.sgml | 16 ++++++++++++++++
docs/plugin-api/tmpl/parole-stream.sgml | 7 +++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/docs/plugin-api/Parole-Plugins-sections.txt b/docs/plugin-api/Parole-Plugins-sections.txt
index 1d83097..7ff537a 100644
--- a/docs/plugin-api/Parole-Plugins-sections.txt
+++ b/docs/plugin-api/Parole-Plugins-sections.txt
@@ -18,6 +18,7 @@ parole_provider_player_open_media_chooser
PAROLE_PROVIDER_PLAYER
PAROLE_IS_PROVIDER_PLAYER
PAROLE_TYPE_PROVIDER_PLAYER
+PAROLE_PROVIDER_PLAYER_GET_INTERFACE
parole_provider_player_get_type
</SECTION>
@@ -32,6 +33,7 @@ parole_provider_plugin_set_player
PAROLE_PROVIDER_PLUGIN
PAROLE_IS_PROVIDER_PLUGIN
PAROLE_TYPE_PROVIDER_PLUGIN
+PAROLE_PROVIDER_PLUGIN_GET_INTERFACE
parole_provider_plugin_get_type
</SECTION>
@@ -39,11 +41,13 @@ parole_provider_plugin_get_type
<FILE>parole-file</FILE>
<TITLE>ParoleFile</TITLE>
ParoleFile
+ParoleFileClass
parole_file_new
parole_file_new_with_display_name
parole_file_get_file_name
parole_file_get_display_name
parole_file_get_uri
+parole_file_get_directory
parole_file_get_content_type
<SUBSECTION Standard>
PAROLE_FILE
@@ -57,11 +61,14 @@ parole_file_get_type
ParoleMediaType
<TITLE>ParoleStream</TITLE>
ParoleStream
+ParoleStreamClass
<SUBSECTION Standard>
PAROLE_STREAM
PAROLE_IS_STREAM
PAROLE_TYPE_STREAM
+parole_stream_new
parole_stream_get_type
+parole_stream_init_properties
</SECTION>
<SECTION>
diff --git a/docs/plugin-api/tmpl/parole-file.sgml b/docs/plugin-api/tmpl/parole-file.sgml
index 4d363bc..9e9392b 100644
--- a/docs/plugin-api/tmpl/parole-file.sgml
+++ b/docs/plugin-api/tmpl/parole-file.sgml
@@ -51,6 +51,13 @@ Simple file handling.
</para>
+<!-- ##### STRUCT ParoleFileClass ##### -->
+<para>
+
+</para>
+
+ at parent_class:
+
<!-- ##### FUNCTION parole_file_new ##### -->
<para>
@@ -97,6 +104,15 @@ Simple file handling.
@Returns:
+<!-- ##### FUNCTION parole_file_get_directory ##### -->
+<para>
+
+</para>
+
+ at file:
+ at Returns:
+
+
<!-- ##### FUNCTION parole_file_get_content_type ##### -->
<para>
diff --git a/docs/plugin-api/tmpl/parole-stream.sgml b/docs/plugin-api/tmpl/parole-stream.sgml
index 7966c03..55dfd9b 100644
--- a/docs/plugin-api/tmpl/parole-stream.sgml
+++ b/docs/plugin-api/tmpl/parole-stream.sgml
@@ -148,3 +148,10 @@ signal of the player, the plugin shouldn't take reference and all the properties
</para>
+<!-- ##### STRUCT ParoleStreamClass ##### -->
+<para>
+
+</para>
+
+ at parent_class:
+
More information about the Xfce4-commits
mailing list