InfdRequest

InfdRequest — Asynchronous request on the server side

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libinfinity/server/infd-request.h>

                    InfdRequest;
struct              InfdRequestClass;

Object Hierarchy

  GObject
   +----InfdRequest
         +----InfdProgressRequest

Implemented Interfaces

InfdRequest implements InfRequest.

Properties

  "node-id"                  guint                 : Read / Write / Construct Only
  "requestor"                InfXmlConnection*     : Read / Write / Construct Only

Description

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.

Details

InfdRequest

typedef struct _InfdRequest InfdRequest;

InfdRequest is an opaque data type. You should only access it via the public API functions.


struct InfdRequestClass

struct InfdRequestClass {
};

This structure does not contain any public fields.

Property Details

The "node-id" property

  "node-id"                  guint                 : Read / Write / Construct Only

The ID of the node affected by the request.

Default value: 4294967295


The "requestor" property

  "requestor"                InfXmlConnection*     : Read / Write / Construct Only

The connection making the request.

See Also

InfdDirectory, InfRequest