[gupnp] vala: ServiceProxyAction.new does not throw



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]