summaryrefslogtreecommitdiff
path: root/vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala')
-rw-r--r--vala/gupnp-1.2-custom.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/gupnp-1.2-custom.vala b/vala/gupnp-1.2-custom.vala
index 42c53ca..c6ce48c 100644
--- a/vala/gupnp-1.2-custom.vala
+++ b/vala/gupnp-1.2-custom.vala
@@ -32,7 +32,7 @@ public class GUPnP.ServiceProxy : GUPnP.ServiceInfo {
[Compact]
public class GUPnP.ServiceProxyAction {
[CCode (has_construct_function = false)]
- public ServiceProxyAction (string action, ...) throws GLib.Error;
+ public ServiceProxyAction (string action, ...);
public bool get_result (...) throws GLib.Error;
}