summaryrefslogtreecommitdiff
path: root/gupnp-1.0
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-01-30 10:39:06 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-01-30 10:40:16 +0200
commitea7a67ae21203bd113f60fa662dd0419133dd259 (patch)
treef7e219cc98f1b58e21cfc472081e272a5dc54a7d /gupnp-1.0
parenta0f0a7a8d756d9f59f40a9065ee9dd099da19c2e (diff)
downloadgupnp-vala-ea7a67ae21203bd113f60fa662dd0419133dd259.tar.gz
Tell Vala that ServiceAction doesn't have ref/unref functions.
Diffstat (limited to 'gupnp-1.0')
-rw-r--r--gupnp-1.0/gupnp-1.0-custom.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/gupnp-1.0/gupnp-1.0-custom.vala b/gupnp-1.0/gupnp-1.0-custom.vala
index ae2b7be..1265292 100644
--- a/gupnp-1.0/gupnp-1.0-custom.vala
+++ b/gupnp-1.0/gupnp-1.0-custom.vala
@@ -63,4 +63,8 @@ namespace GUPnP {
public weak GLib.List<string> allowed_values;
}
+
+ [CCode (ref_function = "", unref_function = "")]
+ public class ServiceAction {
+ }
}