summaryrefslogtreecommitdiff
path: root/vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-05 23:30:59 +0200
committerJens Georg <mail@jensge.org>2021-06-05 23:31:22 +0200
commit47a197e8b11a154310ed0ad41bd4a899ff85275f (patch)
tree522cdb4a88ee590cac051e63bfd28df3d47d9489 /vala
parent1a133912d863365b060c4ca76ebb49eef278182b (diff)
downloadgupnp-47a197e8b11a154310ed0ad41bd4a899ff85275f.tar.gz
vala: ServiceProxyAction.new does not throw
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;
}