![]() |
![]() |
![]() |
Spread RPC - Reference Manual | ![]() |
---|---|---|---|---|
SpreadRPC Value Builder APISpreadRPC Value Builder API — How to create value using the builder syntax |
SPRpcValue* sp_rpc_value_builder (gchar *format, ...); SPRpcValue* sp_rpc_value_builder_va (gchar *format, va_list va);
SPRpcValue* sp_rpc_value_builder (gchar *format, ...);
Parses a format string and creates a valid SPRpcValue.
|
a format string using the builder syntax |
|
the list of parameters to insert into the format string. |
Returns : |
a new allocated SPRpcValue, or NULL if the format is not valid |
SPRpcValue* sp_rpc_value_builder_va (gchar *format, va_list va);
Parses a format string and creates a valid SPRpcValue.
|
a format string using the builder syntax |
|
the list of parameters to insert into the format string. |
Returns : |
a new allocated SPRpcValue, or NULL if the format is not valid |