tracker r2593 - branches/turtle/src/libtracker-common



Author: pvanhoof
Date: Thu Nov 27 13:48:24 2008
New Revision: 2593
URL: http://svn.gnome.org/viewvc/tracker?rev=2593&view=rev

Log:
Added API doc

Modified:
   branches/turtle/src/libtracker-common/tracker-hal.c

Modified: branches/turtle/src/libtracker-common/tracker-hal.c
==============================================================================
--- branches/turtle/src/libtracker-common/tracker-hal.c	(original)
+++ branches/turtle/src/libtracker-common/tracker-hal.c	Thu Nov 27 13:48:24 2008
@@ -1134,6 +1134,19 @@
 	return gr.roots;
 }
 
+/**
+ * tracker_hal_path_is_on_removable_device:
+ * @hal: A #TrackerHal
+ * @path: a path
+ * @mount_mount: (out): if @path is on a removable device, the mount point will
+ * be filled in here
+ * @available: (out): if @path is on a removable device, this will be set to 
+ * TRUE in case the file is available right now
+ *
+ * Returns Whether or not @path is on a known removable device
+ *
+ * Returns: Whether or not @path is on a known removable device
+ **/
 gboolean
 tracker_hal_path_is_on_removable_device (TrackerHal  *hal,
 					 const gchar *path,
@@ -1164,7 +1177,7 @@
 		if (!volume) {
 			g_message ("HAL device with udi:'%s' has no volume, "
 				   "should we delete?",
-					   udi);
+				   udi);
 			continue;
 		}
 



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