[totem-pl-parser] docs: Remove a reference to a private function from the documentation



commit e3b5ee7bfaecd7aa67a698f0033dbb5229547b84
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 21 22:50:17 2012 +0100

    docs: Remove a reference to a private function from the documentation

 plparse/totem-pl-parser.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plparse/totem-pl-parser.c b/plparse/totem-pl-parser.c
index 7dca3b6..aeaf3ea 100644
--- a/plparse/totem-pl-parser.c
+++ b/plparse/totem-pl-parser.c
@@ -2448,8 +2448,11 @@ totem_pl_parser_can_parse_from_data (const char *data,
  * @filename: the file to check for parsability
  * @debug: %TRUE if debug statements should be printed
  *
- * Checks if the file can be parsed, using the same checks and precedences
- * as totem_pl_parser_ignore().
+ * Checks if the file can be parsed. Files can be parsed if:
+ * <itemizedlist>
+ *  <listitem><para>they have a special mimetype, or</para></listitem>
+ *  <listitem><para>they have a mimetype which could be a video or a playlist.</para></listitem>
+ * </itemizedlist>
  *
  * Return value: %TRUE if @filename can be parsed
  **/



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