rygel r591 - trunk/src/plugins/tracker



Author: zeeshanak
Date: Sat Feb 14 15:31:37 2009
New Revision: 591
URL: http://svn.gnome.org/viewvc/rygel?rev=591&view=rev

Log:
Make get_item_path public.

Modified:
   trunk/src/plugins/tracker/rygel-tracker-container.vala

Modified: trunk/src/plugins/tracker/rygel-tracker-container.vala
==============================================================================
--- trunk/src/plugins/tracker/rygel-tracker-container.vala	(original)
+++ trunk/src/plugins/tracker/rygel-tracker-container.vala	Sat Feb 14 15:31:37 2009
@@ -196,7 +196,7 @@
         }
     }
 
-    private string? get_item_path (string item_id) {
+    public string? get_item_path (string item_id) {
         var tokens = item_id.split (":", 2);
 
         if (tokens[0] != null && tokens[1] != null) {



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