rygel r558 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r558 - trunk/src/rygel
- Date: Mon, 9 Feb 2009 22:29:16 +0000 (UTC)
Author: zeeshanak
Date: Mon Feb 9 22:29:15 2009
New Revision: 558
URL: http://svn.gnome.org/viewvc/rygel?rev=558&view=rev
Log:
Correct the doc comment indentation.
Modified:
trunk/src/rygel/rygel-media-container.vala
Modified: trunk/src/rygel/rygel-media-container.vala
==============================================================================
--- trunk/src/rygel/rygel-media-container.vala (original)
+++ trunk/src/rygel/rygel-media-container.vala Mon Feb 9 22:29:15 2009
@@ -50,26 +50,26 @@
}
/**
- * Fetches the list of media objects directly under this container.
- *
- * @param offet zero-based index of the first item to return
- * @param max_count maximum number of objects to return
- *
- * return A list of media objects.
- */
+ * Fetches the list of media objects directly under this container.
+ *
+ * @param offet zero-based index of the first item to return
+ * @param max_count maximum number of objects to return
+ *
+ * return A list of media objects.
+ */
public abstract Gee.List<MediaObject>? get_children (uint offset,
uint max_count)
throws Error;
/**
- * Recursively searches for media object with the given id in this
- * container and calls callback when the result is available.
- *
- * @param id ID of the media object to search for
- * @param cancellable optional cancellable for this operation
- * @param callback function to call when result is ready
- *
- */
+ * Recursively searches for media object with the given id in this
+ * container and calls callback when the result is available.
+ *
+ * @param id ID of the media object to search for
+ * @param cancellable optional cancellable for this operation
+ * @param callback function to call when result is ready
+ *
+ */
public abstract void find_object (string id,
Cancellable? cancellable,
AsyncReadyCallback callback);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]