[tracker/libtracker-sparql: 11/55] libtracker-sparql: Remove Cursor.interrupt
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-sparql: 11/55] libtracker-sparql: Remove Cursor.interrupt
- Date: Fri, 6 Aug 2010 10:06:27 +0000 (UTC)
commit 31b523e12cb402c763333dc2a6803d204fb8eb68
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]