[tracker/libtracker-sparql: 6/44] libtracker-sparql: Remove Cursor.interrupt
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-sparql: 6/44] libtracker-sparql: Remove Cursor.interrupt
- Date: Tue, 10 Aug 2010 12:52:56 +0000 (UTC)
commit 99fa67b311e67cf5f3e43fca62f3ed6707df8f31
Author: Jürg Billeter <j bitron ch>
Date: Tue Jul 13 12:48:56 2010 +0200
libtracker-sparql: Remove Cursor.interrupt
This was replaced by the Cancellable parameter.
src/libtracker-sparql/tracker-cursor.vala | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-cursor.vala b/src/libtracker-sparql/tracker-cursor.vala
index b81cda3..0f35a0c 100644
--- a/src/libtracker-sparql/tracker-cursor.vala
+++ b/src/libtracker-sparql/tracker-cursor.vala
@@ -21,10 +21,6 @@ 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 {
- warning ("Interrupt interface called when not implemented");
- return false;
- }
public abstract bool iter_next () throws GLib.Error;
public abstract void rewind ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]