[tracker/rss-enclosures] libtracker-sparql: Fix example in documentation
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] libtracker-sparql: Fix example in documentation
- Date: Wed, 24 Nov 2010 02:02:51 +0000 (UTC)
commit e807ed9d3eef19413514b1900c96331e6ee2d674
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]