[totem-pl-parser] Add missing documentation



commit b458ca8d7a18f24cbb97e03374a410f2d1da61fb
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Sep 15 21:29:39 2010 +0100

    Add missing documentation

 docs/reference/totem-pl-parser-docs.xml     |    4 ++++
 docs/reference/totem-pl-parser-sections.txt |    4 ++++
 plparse/totem-pl-playlist.h                 |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/totem-pl-parser-docs.xml b/docs/reference/totem-pl-parser-docs.xml
index 47c9b51..2cac464 100644
--- a/docs/reference/totem-pl-parser-docs.xml
+++ b/docs/reference/totem-pl-parser-docs.xml
@@ -25,6 +25,10 @@
 		<title>Index of all symbols</title>
 		<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 	</index>
+	<index role="2.26">
+		<title>Index of new symbols in 2.26</title>
+		<xi:include href="xml/api-index-2.26.xml"><xi:fallback/></xi:include>
+	</index>
 	<index id="api-index-deprecated" role="deprecated">
 		<title>Index of deprecated symbols</title>
 		<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
diff --git a/docs/reference/totem-pl-parser-sections.txt b/docs/reference/totem-pl-parser-sections.txt
index 1a5dc2c..a4bd49a 100644
--- a/docs/reference/totem-pl-parser-sections.txt
+++ b/docs/reference/totem-pl-parser-sections.txt
@@ -108,6 +108,10 @@ totem_cd_get_human_readable_name
 totem_cd_mrl_from_type
 totem_cd_has_medium
 <SUBSECTION Standard>
+TOTEM_DISC_MEDIA_TYPE
+totem_disc_media_type_quark
+<SUBSECTION Private>
 MediaType
+MEDIA_TYPE_NUM_TYPES
 </SECTION>
 
diff --git a/plparse/totem-pl-playlist.h b/plparse/totem-pl-playlist.h
index ceddfdc..c8a9968 100644
--- a/plparse/totem-pl-playlist.h
+++ b/plparse/totem-pl-playlist.h
@@ -36,14 +36,29 @@ typedef struct TotemPlPlaylist TotemPlPlaylist;
 typedef struct TotemPlPlaylistClass TotemPlPlaylistClass;
 typedef struct TotemPlPlaylistIter TotemPlPlaylistIter;
 
+/**
+ * TotemPlPlaylist:
+ *
+ * All the fields in the #TotemPlPlaylist structure are private and should never be accessed directly.
+ **/
 struct TotemPlPlaylist {
         GObject parent_instance;
 };
 
+/**
+ * TotemPlPlaylistClass:
+ *
+ * All the fields in the #TotemPlPlaylistClass structure are private and should never be accessed directly.
+ **/
 struct TotemPlPlaylistClass {
         GObjectClass parent_class;
 };
 
+/**
+ * TotemPlPlaylistIter:
+ *
+ * All the fields in the #TotemPlPlaylistIter structure are private and should never be accessed directly.
+ **/
 struct TotemPlPlaylistIter {
         gpointer data1;
         gpointer data2;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]