[tracker/external-crawler: 25/37] libtracker-miner: Removed unused symbols mentioned in MinerFS documentation



commit 3532ba1daa4a22556ba3375c483bb32c57c93a57
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Jun 4 12:17:43 2014 +0100

    libtracker-miner: Removed unused symbols mentioned in MinerFS documentation
    
    Including:
    - _ERROR_HAVE_CRAWLER
    - @query-info
    - _manually_notify_file()

 src/libtracker-miner/tracker-miner-fs.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-miner-fs.h b/src/libtracker-miner/tracker-miner-fs.h
index 709db0b..1c4fd96 100644
--- a/src/libtracker-miner/tracker-miner-fs.h
+++ b/src/libtracker-miner/tracker-miner-fs.h
@@ -67,9 +67,6 @@ struct _TrackerMinerFS {
  * @process_file_attributes: Called when the metadata associated with
  * a file's attributes changes, for example, the mtime.
  * @writeback_file: Called when a file must be written back
- * @query_info: Called when file information is needed, only used with
- * external crawlers when the file notifier needs information about
- * the file to know how to cache it or to check on details like mtime.
  * @padding: Reserved for future API improvements.
  *
  * Prototype for the abstract class, @process_file must be implemented
@@ -105,11 +102,6 @@ typedef struct {
  * @TRACKER_MINER_FS_ERROR_INIT: There was an error during
  * initialization of the object. The specific details are in the
  * message.
- * @TRACKER_MINER_FS_ERROR_HAVE_CRAWLER: This error is given when
- * trying to use an API that is only useful when
- * #TrackerMinerFS:external-crawler is set to %TRUE. By default it is
- * set to %FALSE. An example of such API is the
- * tracker_miner_fs_manually_notify_file().
  *
  * Possible errors returned when calling creating new objects based on
  * the #TrackerMinerFS type and other APIs available with this class.
@@ -118,7 +110,6 @@ typedef struct {
  **/
 typedef enum {
        TRACKER_MINER_FS_ERROR_INIT,
-       TRACKER_MINER_FS_ERROR_HAVE_CRAWLER,
 } TrackerMinerFSError;
 
 GType                 tracker_miner_fs_get_type              (void) G_GNUC_CONST;


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