[tracker/direct-access: 42/121] libtracker-sparql: Use GFile for import functions, not strings
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/direct-access: 42/121] libtracker-sparql: Use GFile for import functions, not strings
- Date: Thu, 22 Jul 2010 14:46:06 +0000 (UTC)
commit 95883d61739d5ffc5ddc947bd96fa0b3f50dcc1b
Author: Martyn Russell <martyn lanedo com>
Date: Tue Jul 13 15:29:55 2010 +0100
libtracker-sparql: Use GFile for import functions, not strings
src/libtracker-sparql/tracker-connection.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-connection.vala b/src/libtracker-sparql/tracker-connection.vala
index c82e59d..435ffcf 100644
--- a/src/libtracker-sparql/tracker-connection.vala
+++ b/src/libtracker-sparql/tracker-connection.vala
@@ -40,10 +40,10 @@ public abstract class Tracker.Sparql.Connection : Object {
}
// Import
- public virtual void import (string uri, Cancellable? cancellable = null) throws GLib.Error {
+ public virtual void import (File file, Cancellable? cancellable = null) throws GLib.Error {
warning ("Interface 'import' not implemented");
}
- public async virtual void import_async (string uri, Cancellable? cancellable = null) throws GLib.Error {
+ public async virtual void import_async (File file, Cancellable? cancellable = null) throws GLib.Error {
warning ("Interface 'import_async' not implemented");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]