MatrixHTTPClient

MatrixHTTPClient — An event-driven client class to communicate with HTTP based Matrix.org servers.

Functions

Types and Values

Object Hierarchy


Description

Functions

MATRIX_TYPE_HTTP_CLIENT

#define MATRIX_TYPE_HTTP_CLIENT (matrix_http_client_get_type ())

The type for MatrixHTTPClient.


matrix_http_client_new ()

MatrixHTTPClient *
matrix_http_client_new (const gchar *base_url);

Parameters

base_url

 

 

Types and Values

struct MatrixHTTPClient

struct MatrixHTTPClient {
	MatrixHTTPAPI parent_instance;
	MatrixHTTPClientPrivate * priv;
};

An event-driven client class to communicate with HTTP based Matrix.org servers.


struct MatrixHTTPClientClass

struct MatrixHTTPClientClass {
	MatrixHTTPAPIClass parent_class;
};

The class structure for MATRIX_TYPE_HTTP_CLIENT. All the fields in this structure are private and should never be accessed directly.

Members

MatrixHTTPAPIClass parent_class;

the parent class structure