rygel r53 - in trunk: . src
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r53 - in trunk: . src
- Date: Tue, 28 Oct 2008 20:59:13 +0000 (UTC)
Author: zeeshanak
Date: Tue Oct 28 20:59:13 2008
New Revision: 53
URL: http://svn.gnome.org/viewvc/rygel?rev=53&view=rev
Log:
Correct the types of two parameters of MediaTracker.browse().
Modified:
trunk/ChangeLog
trunk/src/gupnp-media-tracker.vala
Modified: trunk/src/gupnp-media-tracker.vala
==============================================================================
--- trunk/src/gupnp-media-tracker.vala (original)
+++ trunk/src/gupnp-media-tracker.vala Tue Oct 28 20:59:13 2008
@@ -122,8 +122,8 @@
public string? browse (string container_id,
string filter,
- int starting_index,
- int requested_count,
+ uint starting_index,
+ uint requested_count,
string sort_criteria,
out uint number_returned,
out uint total_matches,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]