Top | ![]() |
![]() |
![]() |
![]() |
guint | node-id | Read / Write / Construct Only |
InfXmlConnection * | requestor | Read / Write / Construct Only |
InfdRequest represents an asynchronous operation carried out on the server side. It has the “requestor” property which specifies which connection triggered the request, if any.
struct InfdRequest;
InfdRequest is an opaque data type. You should only access it via the public API functions.
“node-id”
property “node-id” guint
The ID of the node affected by the request.
Owner: InfdRequest
Flags: Read / Write / Construct Only
Default value: 4294967295
“requestor”
property“requestor” InfXmlConnection *
The connection making the request.
Owner: InfdRequest
Flags: Read / Write / Construct Only