Fix for matrix-http-client
The instance and class structs had a bad parent referenc
This commit is contained in:
parent
eb17da9f57
commit
fed43df034
@ -36,11 +36,11 @@ typedef struct _MatrixHTTPClient MatrixHTTPClient;
|
|||||||
typedef struct _MatrixHTTPClientClass MatrixHTTPClientClass;
|
typedef struct _MatrixHTTPClientClass MatrixHTTPClientClass;
|
||||||
|
|
||||||
struct _MatrixHTTPClient {
|
struct _MatrixHTTPClient {
|
||||||
GObject parent_instance;
|
MatrixHTTPAPI parent_instance;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _MatrixHTTPClientClass {
|
struct _MatrixHTTPClientClass {
|
||||||
GObjectClass parent_class;
|
MatrixHTTPAPIClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType matrix_http_client_get_type(void) G_GNUC_CONST;
|
GType matrix_http_client_get_type(void) G_GNUC_CONST;
|
||||||
|
Loading…
Reference in New Issue
Block a user