[tracker/rss-enclosures] libtracker-sparql: Add connection property to Cursor class



commit 2e2a01ae9c308844a602cc59307f5a7d34a3ad9c
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Jul 8 13:54:10 2010 +0200

    libtracker-sparql: Add connection property to Cursor class

 src/libtracker-sparql/tracker-cursor.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-cursor.vala b/src/libtracker-sparql/tracker-cursor.vala
index c30861a..b81cda3 100644
--- a/src/libtracker-sparql/tracker-cursor.vala
+++ b/src/libtracker-sparql/tracker-cursor.vala
@@ -18,6 +18,7 @@
  */
 
 public abstract class Tracker.Sparql.Cursor : Object {
+	public Connection connection { get; set; }
 	public abstract int n_columns { get; }
 	public abstract unowned string get_string (int column, out int length = null);
 	public virtual bool interrupt () throws GLib.Error {



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