summaryrefslogtreecommitdiff
path: root/src/librygel-renderer/rygel-rendering-control.vala
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2012-10-06 15:36:59 +0200
committerJens Georg <jensg@openismus.com>2012-10-06 18:18:21 +0200
commit6d7ce8a05ce0a9855dfda7aca8f4b7a334d92d59 (patch)
tree9a9ae72a2e6370725a6248aef30a2849d3622f41 /src/librygel-renderer/rygel-rendering-control.vala
parent5fe454ad741749284a5ac35c8cbc16a5e932f6c8 (diff)
downloadrygel-6d7ce8a05ce0a9855dfda7aca8f4b7a334d92d59.tar.gz
all: Adapt to new GUPnP vapi
Diffstat (limited to 'src/librygel-renderer/rygel-rendering-control.vala')
-rw-r--r--src/librygel-renderer/rygel-rendering-control.vala24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/librygel-renderer/rygel-rendering-control.vala b/src/librygel-renderer/rygel-rendering-control.vala
index 0c5e759f..a8b2db58 100644
--- a/src/librygel-renderer/rygel-rendering-control.vala
+++ b/src/librygel-renderer/rygel-rendering-control.vala
@@ -134,8 +134,8 @@ internal class Rygel.RenderingControl : Service {
return true;
}
- private void list_presets_cb (Service service,
- owned ServiceAction action) {
+ private void list_presets_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}
@@ -147,8 +147,8 @@ internal class Rygel.RenderingControl : Service {
action.return ();
}
- private void select_preset_cb (Service service,
- owned ServiceAction action) {
+ private void select_preset_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}
@@ -179,8 +179,8 @@ internal class Rygel.RenderingControl : Service {
return true;
}
- private void get_mute_cb (Service service,
- owned ServiceAction action) {
+ private void get_mute_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}
@@ -194,8 +194,8 @@ internal class Rygel.RenderingControl : Service {
action.return ();
}
- private void set_mute_cb (Service service,
- owned ServiceAction action) {
+ private void set_mute_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}
@@ -221,8 +221,8 @@ internal class Rygel.RenderingControl : Service {
action.return ();
}
- private void get_volume_cb (Service service,
- owned ServiceAction action) {
+ private void get_volume_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}
@@ -236,8 +236,8 @@ internal class Rygel.RenderingControl : Service {
action.return ();
}
- private void set_volume_cb (Service service,
- owned ServiceAction action) {
+ private void set_volume_cb (Service service,
+ ServiceAction action) {
if (!this.check_instance_id (action)) {
return;
}