summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-06-26 16:21:54 +0200
committerJens Georg <mail@jensge.org>2012-07-03 09:53:50 +0200
commitdb24e55712473285af1556b1b121466e710468f8 (patch)
tree41538cb8884c926f2393ffcf04ca4ac7e6ead9e1 /src
parent361f1f4a03b31309171a5806086a05439e1c923b (diff)
downloadrygel-db24e55712473285af1556b1b121466e710468f8.tar.gz
core: Remove mention of nonexistant parameter
Diffstat (limited to 'src')
-rw-r--r--src/librygel-core/rygel-media-container.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librygel-core/rygel-media-container.vala b/src/librygel-core/rygel-media-container.vala
index 5cbd359b..8e6f420b 100644
--- a/src/librygel-core/rygel-media-container.vala
+++ b/src/librygel-core/rygel-media-container.vala
@@ -121,7 +121,6 @@ public abstract class Rygel.MediaContainer : MediaObject {
*
* @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
*
* @return the found media object.
*/
@@ -134,7 +133,6 @@ public abstract class Rygel.MediaContainer : MediaObject {
* changes for this container, items under it gets removed/added or their
* metadata changes etc).
*
- * @param container the container that just got updated.
*/
public void updated () {
this.update_id++;