rygel r591 - trunk/src/plugins/tracker
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r591 - trunk/src/plugins/tracker
- Date: Sat, 14 Feb 2009 15:31:38 +0000 (UTC)
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]