summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-31 13:19:14 +0100
committerArnel A. Borja <arnelborja@src.gnome.org>2013-08-31 00:56:43 +0800
commiteea9b7c274f2aab3bc21b736467a8b2eb660fe86 (patch)
tree7a1d2fff01a8c40cf329fed766971f754c0d70ad
parent659ee167287a3b5b11119cac39239324240f757a (diff)
downloadlibmediaart-eea9b7c274f2aab3bc21b736467a8b2eb660fe86.tar.gz
libtracker-miner: Fixed documentation errors and added some
Some major sections like tracker-password-provider, tracker-storage and tracker-thumbnailer had no section description.
-rw-r--r--src/libtracker-miner/tracker-storage.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libtracker-miner/tracker-storage.c b/src/libtracker-miner/tracker-storage.c
index b8aa2dc..90a9b13 100644
--- a/src/libtracker-miner/tracker-storage.c
+++ b/src/libtracker-miner/tracker-storage.c
@@ -29,6 +29,16 @@
#include "tracker-utils.h"
#include "tracker-marshal.h"
+/**
+ * SECTION:tracker-storage
+ * @short_description: Removable storage and mount point convenience API
+ * @include: libtracker-miner/tracker-miner.h
+ *
+ * This API is a convenience to to be able to keep track of volumes
+ * which are mounted and also the type of removable media available.
+ * The API is built upon the top of GIO's #GMount, #GDrive and #GVolume API.
+ **/
+
#define TRACKER_STORAGE_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TRACKER_TYPE_STORAGE, TrackerStoragePrivate))
typedef struct {