[tracker: 20/25] libtracker-sparql: Fix example in documentation
- From: Martyn James Russell <mr src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [tracker: 20/25] libtracker-sparql: Fix example in documentation
 
- Date: Thu, 14 Oct 2010 17:02:28 +0000 (UTC)
 
commit 0948907b68ddedf649f1a22069c7719ab5fe45b7
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Oct 14 14:40:37 2010 +0200
    libtracker-sparql: Fix example in documentation
 src/libtracker-sparql/tracker-connection.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-connection.vala b/src/libtracker-sparql/tracker-connection.vala
index 4069b5f..1b57916 100644
--- a/src/libtracker-sparql/tracker-connection.vala
+++ b/src/libtracker-sparql/tracker-connection.vala
@@ -466,7 +466,7 @@ public abstract class Tracker.Sparql.Connection : Object {
 	 *     errors = tracker_sparql_connection_update_array_finish (connection, result, &error);
 	 *     g_assert_no_error (error);
 	 *     for (i = 0; i < errors->len; i++) {
-	 *         const GError *error = g_ptr_array_index (errors, i);
+	 *         const GError *a_error = g_ptr_array_index (errors, i);
 	 *     }
 	 *     g_ptr_array_unref (errors);
 	 * }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]