InfcRequest

InfcRequest — Asynchronous request

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <libinfinity/client/infc-request.h>

                    InfcRequest;
struct              InfcRequestClass;

Object Hierarchy

  GObject
   +----InfcRequest
         +----InfcProgressRequest

Implemented Interfaces

InfcRequest implements InfRequest.

Properties

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

Description

InfcRequest represents an asynchronous operation on the client side, waiting for a reply from the server.

Details

InfcRequest

typedef struct _InfcRequest InfcRequest;

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


struct InfcRequestClass

struct InfcRequestClass {
};

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 this request.

Default value: 4294967295


The "seq" property

  "seq"                      guint                 : Read / Write / Construct Only

The sequence number of the request.

Default value: 0

See Also

InfcBrowser