XMLRPCParams

Opaque structure containing XML-RPC methodCall parameter values. Can be parsed using soup_xmlrpc_params_parse() and freed with soup_xmlrpc_params_free().

Constructors

this
this(SoupXMLRPCParams* soupXMLRPCParams, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

free
void free()

Free a #SoupXMLRPCParams returned by soup_xmlrpc_parse_request().

getStruct
void* getStruct()

the main Gtk struct as a void*

getXMLRPCParamsStruct
SoupXMLRPCParams* getXMLRPCParamsStruct(bool transferOwnership)

Get the main Gtk struct

parse
Variant parse(string signature)

Parse method parameters returned by soup_xmlrpc_parse_request().

Variables

ownedRef
bool ownedRef;
Undocumented in source.
soupXMLRPCParams
SoupXMLRPCParams* soupXMLRPCParams;

the main Gtk struct

Meta

Since

2.52