[rygel] Fix the build
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] Fix the build
- Date: Thu, 17 Jan 2013 13:16:35 +0000 (UTC)
commit 39d14cf544388e96451904ded25af027426b730b
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Jan 17 14:16:24 2013 +0100
Fix the build
src/librygel-server/rygel-media-container.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/librygel-server/rygel-media-container.vala b/src/librygel-server/rygel-media-container.vala
index ba0b168..78ec026 100644
--- a/src/librygel-server/rygel-media-container.vala
+++ b/src/librygel-server/rygel-media-container.vala
@@ -138,7 +138,7 @@ public abstract class Rygel.MediaContainer : MediaObject {
* @param id See the id property of the #RygelMediaObject class.
* @param parent The parent container, if any.
* @param title See the title property of the #RygelMediaObject class.
- * @param child_count
+ * @param child_count The initially-known number of child items.
*/
public MediaContainer (string id,
MediaContainer? parent,
@@ -162,7 +162,7 @@ public abstract class Rygel.MediaContainer : MediaObject {
* with no parent container, and with an appropriate ID.
*
* @param title See the title property of the #RygelMediaObject.
- * @param child_count
+ * @param child_count The initially-known number of child items.
*/
public MediaContainer.root (string title,
int child_count) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]