[totem-pl-parser] gtk-doc fixes



commit 481ea77597bb83934d0ea9c6c6d9b855ad29be04
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 26 11:05:23 2010 +0000

    gtk-doc fixes

 plparse/totem-pl-parser.c   |    2 +-
 plparse/totem-pl-playlist.c |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-pl-parser.c b/plparse/totem-pl-parser.c
index 742db02..cfb2752 100644
--- a/plparse/totem-pl-parser.c
+++ b/plparse/totem-pl-parser.c
@@ -45,7 +45,7 @@
  *  </programlisting>
  * </example>
  *
-  * <example>
+ * <example>
  *  <title>Reading a Playlist Asynchronously</title>
  *  <programlisting>
  * TotemPlParser *pl = totem_pl_parser_new ();
diff --git a/plparse/totem-pl-playlist.c b/plparse/totem-pl-playlist.c
index c3dfded..7a8f67a 100644
--- a/plparse/totem-pl-playlist.c
+++ b/plparse/totem-pl-playlist.c
@@ -28,6 +28,19 @@
  * #TotemPlPlaylist represents a playlist, provides API to either navigate through
  * the playlist elements, or perform additions or modifications. See also
  * totem_pl_parser_save().
+ *
+ **/
+
+/**
+ * SECTION:totem-pl-playlist-iter
+ * @short_description: playlist manipulation object
+ * @stability: Stable
+ * @totem-pl-playlist.h
+ *
+ * #TotemPlPlaylistIter refers to an element in a playlist and is designed
+ * to bridge between application provided playlist widgets or objects,
+ * and #TotemPlParser's saving code.
+ *
  **/
 
 #include "totem-pl-playlist.h"



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