[tracker: 19/25] libtracker-sparql: Fix example in documentation
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 19/25] libtracker-sparql: Fix example in documentation
- Date: Thu, 14 Oct 2010 17:02:23 +0000 (UTC)
commit 049c67b0368d5ae9170e70e2b36c493d51016cf0
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Oct 14 14:39:56 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 71d1657..4069b5f 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 = g_ptr_array_index (errors, i);
+ * const GError *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]