![]() |
![]() |
![]() |
Tracker Miner Library Reference Manual | |
---|---|---|---|---|
Top | Description |
TrackerStorage; TrackerStorageClass; TrackerStorage * tracker_storage_new (void); const gchar * tracker_storage_get_mount_point_for_uuid (TrackerStorage *storage, const gchar *uuid); const gchar* tracker_storage_get_uuid_for_file (TrackerStorage *storage, GFile *file);
TrackerStorage * tracker_storage_new (void);
Creates a new instance of TrackerStorage.
Returns : |
The newly created TrackerStorage. |
const gchar * tracker_storage_get_mount_point_for_uuid (TrackerStorage *storage, const gchar *uuid);
|
A TrackerStorage |
|
A string pointer to the UUID for the GVolume .
|
Returns : |
The mount point for uuid , this should not be freed.
|
const gchar* tracker_storage_get_uuid_for_file (TrackerStorage *storage, GFile *file);
Returns the UUID of the removable device for file
|
A TrackerStorage |
|
a file |
Returns : |
Returns the UUID of the removable device for file , this
should not be freed.
|