[rygel] tracker: SearchContainer.get_children_count now protected
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tracker: SearchContainer.get_children_count now protected
- Date: Fri, 12 Nov 2010 15:56:37 +0000 (UTC)
commit 3e76be78c6f0a57fab571afd7a107fe238ea722a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Nov 12 17:51:05 2010 +0200
tracker: SearchContainer.get_children_count now protected
.../tracker/rygel-tracker-search-container.vala | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/tracker/rygel-tracker-search-container.vala b/src/plugins/tracker/rygel-tracker-search-container.vala
index 252d21c..0a0aa98 100644
--- a/src/plugins/tracker/rygel-tracker-search-container.vala
+++ b/src/plugins/tracker/rygel-tracker-search-container.vala
@@ -188,11 +188,7 @@ public class Rygel.Tracker.SearchContainer : Rygel.MediaContainer {
}
}
- private bool is_our_child (string id) {
- return id.has_prefix (this.id + ",");
- }
-
- private async void get_children_count () {
+ protected async void get_children_count () {
try {
var query = new SelectionQuery.clone (this.query);
@@ -214,6 +210,10 @@ public class Rygel.Tracker.SearchContainer : Rygel.MediaContainer {
}
}
+ private bool is_our_child (string id) {
+ return id.has_prefix (this.id + ",");
+ }
+
private SelectionQuery? create_query (RelationalExpression? expression,
int offset,
int max_count) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]