jsonrpc-glib-1.0
Description:
Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in either a synchronous or asynchronous fashion. It also allows
communicating using the GVariant serialization format instead of JSON when both peers support it. You might want that when communicating on
a single host to avoid parser overhead and memory-allocator fragmentation
Content:
Namespaces:
- Jsonrpc
Classes:
Structs:
Enums:
Constants:
- public const int MAJOR_VERSION
jsonrpc-glib major version component (e.
- public const int MICRO_VERSION
jsonrpc-glib micro version component (e.
- public const int MINOR_VERSION
jsonrpc-glib minor version component (e.
- public const string VERSION_S
jsonrpc-glib version, encoded as a string, useful for printing and
concatenation.
Delegates:
- Message
Structs:
Methods:
- public Variant @new (...)
- public Variant new_array (...)
- public bool parse (Variant message, ...)
- public bool parse_array (VariantIter iter, ...)