[jsonrpc-glib] vala: fix the use of a different finish name for call_with_id_async



commit f6dacc27d3ef7e84fd95a0b4de33984dd22d669c
Author: Corentin Noël <corentin noel collabora com>
Date:   Mon Jul 16 17:39:52 2018 +0100

    vala: fix the use of a different finish name for call_with_id_async
    
    Note that this function is not bindable until 
https://gitlab.gnome.org/GNOME/gobject-introspection/issues/28 is fixed.
    
    Note that it is still impossible to use this function until 
https://gitlab.gnome.org/GNOME/vala/issues/636 is fixed.

 src/Jsonrpc-1.0.metadata | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/Jsonrpc-1.0.metadata b/src/Jsonrpc-1.0.metadata
index fc321a9..51ffef3 100644
--- a/src/Jsonrpc-1.0.metadata
+++ b/src/Jsonrpc-1.0.metadata
@@ -19,3 +19,4 @@ MessageGetInt32 parent="Jsonrpc.Message" name="GetInt32"
 MessageGetDouble parent="Jsonrpc.Message" name="GetDouble"
 MessageGetDict parent="Jsonrpc.Message" name="GetDict"
 MessageGetBoolean parent="Jsonrpc.Message" name="GetBoolean"
+Client.call_with_id_async finish_name="jsonrpc_client_call_finish"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]