[gupnp] vala: ServiceProxyAction.new does not throw
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] vala: ServiceProxyAction.new does not throw
- Date: Sat, 5 Jun 2021 21:31:30 +0000 (UTC)
commit 47a197e8b11a154310ed0ad41bd4a899ff85275f
Author: Jens Georg <mail jensge org>
Date: Sat Jun 5 23:30:59 2021 +0200
vala: ServiceProxyAction.new does not throw
vala/gupnp-1.2-custom.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]