[rygel] core: Better name for continuation field
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: Better name for continuation field
- Date: Tue, 12 Jan 2010 16:57:13 +0000 (UTC)
commit bd2968186a52cfe93c26e8888f1e87d739e28529
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jan 12 18:13:21 2010 +0200
core: Better name for continuation field
src/rygel/rygel-live-response.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/rygel/rygel-live-response.vala b/src/rygel/rygel-live-response.vala
index bd447ee..b83f750 100644
--- a/src/rygel/rygel-live-response.vala
+++ b/src/rygel/rygel-live-response.vala
@@ -38,7 +38,7 @@ internal class Rygel.LiveResponse : Rygel.HTTPResponse {
private HTTPSeek time_range;
- private SourceFunc continuation;
+ private SourceFunc run_continue;
public LiveResponse (Soup.Server server,
Soup.Message msg,
@@ -62,7 +62,7 @@ internal class Rygel.LiveResponse : Rygel.HTTPResponse {
this.pipeline.set_state (State.PLAYING);
}
- this.continuation = run.callback;
+ this.run_continue = run.callback;
yield;
}
@@ -76,7 +76,7 @@ internal class Rygel.LiveResponse : Rygel.HTTPResponse {
base.end (aborted, status);
- this.continuation ();
+ this.run_continue ();
}
private void prepare_pipeline (string name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]