[gnome-online-miners/wip/rishi/insert-share: 22/24] gdata: Remove the unused GomAccountMinerJob parameters
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-miners/wip/rishi/insert-share: 22/24] gdata: Remove the unused GomAccountMinerJob parameters
- Date: Mon, 5 Sep 2016 18:04:16 +0000 (UTC)
commit 04abbef9678dcb5f14505e871a3883aa7cc5e18c
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 5 16:20:04 2016 +0200
gdata: Remove the unused GomAccountMinerJob parameters
https://bugzilla.gnome.org/show_bug.cgi?id=770899
src/gom-gdata-miner.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
---
diff --git a/src/gom-gdata-miner.c b/src/gom-gdata-miner.c
index 5cae579..cb58341 100644
--- a/src/gom-gdata-miner.c
+++ b/src/gom-gdata-miner.c
@@ -55,8 +55,7 @@ generate_fake_email_from_fullname (const gchar *fullname)
}
static gboolean
-account_miner_job_process_entry (GomAccountMinerJob *job,
- TrackerSparqlConnection *connection,
+account_miner_job_process_entry (TrackerSparqlConnection *connection,
GHashTable *previous_resources,
const gchar *datasource_urn,
GDataDocumentsService *service,
@@ -337,8 +336,7 @@ account_miner_job_process_entry (GomAccountMinerJob *job,
}
static gboolean
-account_miner_job_process_photo (GomAccountMinerJob *job,
- TrackerSparqlConnection *connection,
+account_miner_job_process_photo (TrackerSparqlConnection *connection,
GHashTable *previous_resources,
const gchar *datasource_urn,
GDataPicasaWebFile *photo,
@@ -630,8 +628,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job,
}
static gboolean
-account_miner_job_process_album (GomAccountMinerJob *job,
- TrackerSparqlConnection *connection,
+account_miner_job_process_album (TrackerSparqlConnection *connection,
GHashTable *previous_resources,
const gchar *datasource_urn,
GDataPicasaWebService *service,
@@ -782,8 +779,7 @@ account_miner_job_process_album (GomAccountMinerJob *job,
{
GDataPicasaWebFile *file = GDATA_PICASAWEB_FILE (l->data);
- account_miner_job_process_photo (job,
- connection,
+ account_miner_job_process_photo (connection,
previous_resources,
datasource_urn,
file,
@@ -861,8 +857,7 @@ query_gdata_documents (GomAccountMinerJob *job,
for (l = entries; l != NULL; l = l->next)
{
local_error = NULL;
- account_miner_job_process_entry (job,
- connection,
+ account_miner_job_process_entry (connection,
previous_resources,
datasource_urn,
service,
@@ -908,8 +903,7 @@ query_gdata_photos (GomAccountMinerJob *job,
{
GDataPicasaWebAlbum *album = GDATA_PICASAWEB_ALBUM (l->data);
- account_miner_job_process_album (job,
- connection,
+ account_miner_job_process_album (connection,
previous_resources,
datasource_urn,
service,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]