mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7bc45f8c7e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
435 B
Text
8 lines
435 B
Text
Searpc is a simple C language RPC framework based on GObject system.
|
|
Searpc handles the serialization/deserialization part of RPC, the
|
|
transport part is left to users.
|
|
|
|
The serialization/deserialization uses JSON format via json-glib
|
|
library. A serialized json object is returned from server to client
|
|
after executing the RPC function. Each RPC function defined in the
|
|
server side should take an extra GError argument to report error.
|