[totem-pl-parser] lib: Fix wrong references to @self



commit 274b2f0ba82da30a9343e7ae86935f11e44d2293
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 5 15:46:40 2012 +0100

    lib: Fix wrong references to @self
    
    When we meant "@parser".

 plparse/totem-pl-parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plparse/totem-pl-parser.c b/plparse/totem-pl-parser.c
index 6663441..1850757 100644
--- a/plparse/totem-pl-parser.c
+++ b/plparse/totem-pl-parser.c
@@ -2013,7 +2013,7 @@ parse_thread (GSimpleAsyncResult *result, GObject *object, GCancellable *cancell
  * @user_data: data to pass to the @callback function
  *
  * Starts asynchronous parsing of a playlist given by the absolute URI @uri, using @base to resolve relative paths where appropriate.
- * @self and @uri are both reffed/copied when this function is called, so can safely be freed after this function returns.
+ * @parser and @uri are both reffed/copied when this function is called, so can safely be freed after this function returns.
  *
  * For more details, see totem_pl_parser_parse_with_base(), which is the synchronous version of this function.
  *
@@ -2104,7 +2104,7 @@ totem_pl_parser_parse_with_base (TotemPlParser *parser, const char *uri,
  * @callback: (allow-none): a #GAsyncReadyCallback to call when parsing is finished
  * @user_data: data to pass to the @callback function
  *
- * Starts asynchronous parsing of a playlist given by the absolute URI @uri. @self and @uri are both reffed/copied
+ * Starts asynchronous parsing of a playlist given by the absolute URI @uri. @parser and @uri are both reffed/copied
  * when this function is called, so can safely be freed after this function returns.
  *
  * For more details, see totem_pl_parser_parse(), which is the synchronous version of this function.



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